create account

How to Setup a WordPress Website by joshtristram

View this thread on: hive.blogpeakd.comecency.com
· @joshtristram ·
$0.17
How to Setup a WordPress Website
<html>
<p>Hi Steemit! I thought I would start by shearing a how to. Hope you like it!</p>
<h1>The Full Guide to Setting up WordPress.</h1>
<p><img src="https://cdn-images-1.medium.com/max/2000/1*MdwF5P-InEMtGi-YuWK0_A.png" width="1200" height="630"/></p>
<p>Welcome to the full guide for setting up Wordpress.In this guide you will learn:</p>
<ul>
  <li>About WordPress</li>
  <li>Is WordPress for you?</li>
  <li>What will you need to run a WordPress Site</li>
  <li>How to pick and register a domain</li>
  <li>How to pick a host</li>
  <li>How to pick a theme</li>
  <li>How to build your site</li>
  <li>What plugins to use</li>
  <li>And more</li>
</ul>
<p>NOTE: Please read this whole guide before starting. You will need to keep all of the info in mind when making decisions.</p>
<h3>About WordPress</h3>
<p>WordPress was started in 2001 by Matt Mullenweg and Mike Little. It was originally a script to enhance typography. Now WordPress powers 27% of the top million sites on the web.WordPress is a CMS designed for blogging. Over time WordPress has also expanded into all kinds of websites. Nowadays any kind of website can we created with the help of WordPress and its ever growing plugins and themes.<em>Sources — </em><a href="https://wordpress.org/about/"><em>https://wordpress.org/about/</em></a><em> — </em><a href="https://en.wikipedia.org/wiki/WordPress"><em>https://en.wikipedia.org/wiki/WordPress</em></a></p>
<h3>Is WordPress for&nbsp;you?</h3>
<p>In my opinion, WordPress is for anyone who likes the right mix of customization and user friendliness. With WordPress, you can basically do anything you wish (with knowledge of PHP, HTML, CSS, and JAVASCRIPT). But without knowledge of code, you can still do most things with WordPress.Here are some things to check to see if WordPress is for you</p>
<ul>
  <li>Have you seen the type of site you want to make, made with WordPress? (Theme demos are great for this)</li>
  <li>Are you happy to put in a bit of time? (Setting up a great WordPress site will take a few hours)</li>
  <li>Are you willing to learn a bit of SEO? (Search Engine Optimization)</li>
</ul>
<p>If the answers to these questions are a “yes”, then WordPress is probably going to work for you.</p>
<h3>What will you need to run WordPress</h3>
<p>To run a WordPress site you will need the following:</p>
<ul>
  <li>A domain</li>
  <li>Hosting</li>
  <li>Time</li>
</ul>
<h3>How to pick and register a&nbsp;domain</h3>
<h4>How to pick a&nbsp;domain</h4>
<p>Your domain should normally be your name or business name. In some rare cases, you can use your service as you domain name eg. (www.haircutsNYC.com). This can help with SEO but is not good when people are trying to find your brand.</p>
<h4>Register a&nbsp;Domain</h4>
<p>For this guide I recommend <a href="https://affiliate.namecheap.com/?affId=119619">Namecheap</a></p>
<p>Just put the domain you picked in the box and follow the steps.</p>
<h3>How to pick a&nbsp;host</h3>
<p>Picking a host is a bit more tricky.</p>
<h4>AWS Free Tier — Advanced (Only recommended for techies or sites with large&nbsp;traffic)</h4>
<p>AWS free tier is one year of free linux hosting (you can host wordpress on Linux). This path coming with one year of free hosting and then costs about $8 per month. Please note that AWS has lots of tiers and types of payment plans and it can be very confusing. With AWS you will get a free year but everything else costs. I do use AWS but this is only because I like the freedom to break my own server 😇. (and it’s free)</p>
<h4>Bluehost — Easy (Please use this&nbsp;one)</h4>
<p>Bluehost is one of the oldest WordPress hosting services. It is the most reliable and has great support to help you with any issues you might have.</p>
<h4>Other hosts</h4>
<p>There are lots of other great hosts but please be very careful with the super cheap ones and never spend more than $20 per month for a basic plan.</p>
<h3>How to pick a&nbsp;theme</h3>
<p>WordPress default theme 2017How to pick a theme in 2017. Themes are always changing and new ones are being made all the time. There are free and paid themes. You don’t have to get a paid theme but for the best experience, I would.There are so many themes that I can’t recommend any as every different type of site needs a different theme. But I can tell you where to get them.</p>
<h4>Free Themes</h4>
<p>I would start by looking here:<a href="https://wordpress.org/themes/">WordPress.org theme directory.</a>Also Google “WordPress #TYPE OF SITE# Theme free”. e.g. “WordPress finance theme free”. This will come back with lists of themes for that type.</p>
<h4>Paid Themes</h4>
<p>For paid themes there is only really one place to go:<a href="https://themeforest.net/popular_item/by_category?category=wordpress">ThemeForest</a>It is where all the great themes are. Just look around for a bit and you will find lots of great themes for your site.</p>
<h3>How to build your&nbsp;site?</h3>
<p>Building your WordPress website is probably the longest and most frustrating part. For a new site I would recommend installing the demo that came with the theme as it is a great starting point and includes the main features of your theme.</p>
<h4>Pages</h4>
<p>I would recommend the following pages:</p>
<ul>
  <li><strong>Home</strong></li>
</ul>
<p>Put the main info that a viewer needs to know about what you are selling and remember a ‘call to action’. They are important and when they don’t exist can they will negatively affect sales.</p>
<ul>
  <li><strong>Other (Portfolio, Past Work, Blog)</strong></li>
</ul>
<p>Having a way to show your work is very important and a great way to sell yourself or product.OrHaving a blog is great for SEO. They can bring in a lot of traffic that might then filter out into the rest of your site.</p>
<ul>
  <li><strong>About</strong></li>
</ul>
<p>An about page is important for potential customers to connect with you in a personal way. If it’s about your team or the story behind your product this page can be very helpful.</p>
<ul>
  <li><strong>Contact/Buy Page</strong></li>
</ul>
<p>A contact or purchase page is most very import as it’s where the income will come from. Having all the other pages link to this one is helpful for getting people in contact with you so you can start to gain income from your site.</p>
<h4>Building Pages</h4>
<p>Most themes will have a custom way of building the home page but the other pages are up to you. There are a few ways to build each page here are a few:</p>
<ul>
  <li><strong>Wordpress default builder</strong></li>
</ul>
<p>The WordPress default builder is made for making blog posts but with shortcodes you can create decent pages. This way of building is not recommended and is normally only needed if you went with a free theme. So Google “WordPress page builders”. This will come back with some free (not amazing) drag n’ drop builders.</p>
<ul>
  <li><strong>Visual Composer $39</strong></li>
</ul>
<p>Visual Composer comes with nearly all paid themes and is one of the most featured page builders. It is full drag n’ drop with some very powerful features to help you build very powerful and responsive web pages.</p>
<ul>
  <li><strong>The page builder that comes with your theme(Not with all themes, mostly paid)</strong></li>
</ul>
<p>Some themes come with their own page builder. Sometimes they also come with Visual Composer. Use the page builder from the theme as that is where the features are.</p>
<h3>Plugins!</h3>
<p>Woohoo, we made it to plugins. This is where you get to add cool features to your website. There are thousands of great free plugins to add functionality to your WordPress experience.Here is my list of must have plugins:</p>
<ul>
  <li>Yoast SEO (One of the best SEO plugins for Wordpress and a must have if you want to get on the front page of Google.)</li>
  <li>Contact Form 7 (a contact form plugin)</li>
  <li>WP Fastest cache (speeds up your site)</li>
  <li>WordFence (keeps your site safe)</li>
  <li>EWWW Image Optimizer (makes images small)</li>
  <li>Google Analytics for WordPress by MonsterInsights (analytics are very important)</li>
  <li>Feel free to add more&nbsp;:)</li>
</ul>
<p>NOTE: Try not to get too many plugins and only activate the ones you are using they do slow down your site.</p>
<h3>Now you’re a WordPress Pro&nbsp;😎</h3>
<p>We have come to the end of the guide! Thank you for reading this. If you have any questions please comment or email me hello@joshtristram.com. If you are looking for someone to build your site please also send me an email.Give me a follow, I will be making more content like this soon.</p>
</html>
👍  , , , , , , , , , , ,
properties (23)
authorjoshtristram
permlinkhow-to-setup-a-wordpress-website
categoryhowto
json_metadata{"tags":["howto","technology","writing","introduceyourself","type"],"image":["https://cdn-images-1.medium.com/max/2000/1*MdwF5P-InEMtGi-YuWK0_A.png"],"links":["https://wordpress.org/about/","https://en.wikipedia.org/wiki/WordPress","https://affiliate.namecheap.com/?affId=119619","https://wordpress.org/themes/","https://themeforest.net/popular_item/by_category?category=wordpress"],"app":"steemit/0.1","format":"html"}
created2017-08-26 22:37:06
last_update2017-08-26 22:37:06
depth0
children9
last_payout2017-09-02 22:37:06
cashout_time1969-12-31 23:59:59
total_payout_value0.146 HBD
curator_payout_value0.023 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length8,624
author_reputation976,548,544,298
root_title"How to Setup a WordPress Website"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id12,974,459
net_rshares42,366,309,488
author_curate_reward""
vote details (12)
@bottymcbotface ·
Welcome to Steem @joshtristram I have upvoted and sent you a tip
👍  
properties (23)
authorbottymcbotface
permlinkre-how-to-setup-a-wordpress-website-20170826t224010
categoryhowto
json_metadata"{"app": "pysteem/0.5.4"}"
created2017-08-26 22:40:09
last_update2017-08-26 22:40:09
depth1
children0
last_payout2017-09-02 22:40:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length64
author_reputation1,753,655,393,074
root_title"How to Setup a WordPress Website"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id12,974,617
net_rshares1,920,341,937
author_curate_reward""
vote details (1)
@btcbtcbtc20155 ·
$0.12
Welcome
👍  ,
properties (23)
authorbtcbtcbtc20155
permlinkre-joshtristram-how-to-setup-a-wordpress-website-20170827t022538714z
categoryhowto
json_metadata{"tags":["howto"],"app":"steemit/0.1"}
created2017-08-27 02:25:42
last_update2017-08-27 02:25:42
depth1
children0
last_payout2017-09-03 02:25:42
cashout_time1969-12-31 23:59:59
total_payout_value0.122 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length7
author_reputation3,556,221,968,131
root_title"How to Setup a WordPress Website"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id12,986,130
net_rshares30,642,844,264
author_curate_reward""
vote details (2)
@dobroman ·
Hello and Welcome! Nice to meet you! Thanks for join
👎  
properties (23)
authordobroman
permlinkre-how-to-setup-a-wordpress-website-20170826t223758
categoryhowto
json_metadata""
created2017-08-26 22:38:00
last_update2017-08-26 22:38:00
depth1
children0
last_payout2017-09-02 22:38:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length52
author_reputation166,505,142,140
root_title"How to Setup a WordPress Website"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id12,974,501
net_rshares-1,085,185,362
author_curate_reward""
vote details (1)
@joshtristram ·
@originalworks
👍  
properties (23)
authorjoshtristram
permlinkre-joshtristram-how-to-setup-a-wordpress-website-20170827t093410870z
categoryhowto
json_metadata{"tags":["howto"],"users":["originalworks"],"app":"steemit/0.1"}
created2017-08-27 09:34:12
last_update2017-08-27 09:34:12
depth1
children1
last_payout2017-09-03 09:34:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length14
author_reputation976,548,544,298
root_title"How to Setup a WordPress Website"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,010,153
net_rshares501,869,979
author_curate_reward""
vote details (1)
@originalworks ·
@OriginalWorks Mention Bot activated by @joshtristram. The @OriginalWorks bot has determined this post by @joshtristram to be original material and upvoted it! 
<center>![OW2.gif](https://steemitimages.com/DQmezPDjarzhbcNvy3CGQqf55zSnCfUJCFreUKLWdNyiL7m/OW2.gif)</center> 

To call @OriginalWorks, simply reply to any post with @originalworks or !originalworks in your message! 

For more information, [Click Here!](https://steemit.com/writing/@originalworks/originalworks-bot-explanation-and-info)
properties (22)
authororiginalworks
permlinkre-re-joshtristram-how-to-setup-a-wordpress-website-20170827t093410870z-20170827t093511
categoryhowto
json_metadata"{"app": "pysteem/0.5.4"}"
created2017-08-27 09:35:15
last_update2017-08-27 09:35:15
depth2
children0
last_payout2017-09-03 09:35:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length498
author_reputation79,292,026,602,057
root_title"How to Setup a WordPress Website"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,010,214
net_rshares0
@kromosoom ·
Good one! Your account was recently created so I'm sending you my support. I just upvoted you for this as you deserved it and I'm waiting for many more posts in the future!
I know how hard it is as a fresh account so I suggest you to try out @MinnowPowerUp as you can earn up to 30% more steem power than just powering up with steem directly! It's a subscription based daily upvote bot that draws its power from a delegation pool. I also recently made [__this post__](https://steemit.com/steemit/@kromosoom/how-to-invest-smartly-into-steem-power-and-how-to-buy-steem) explaining my experience with it in more depth while earning over $1 per day in upvotes.
properties (22)
authorkromosoom
permlinkre-how-to-setup-a-wordpress-website-20170827t133133
categoryhowto
json_metadata"{"app": "pysteem/0.5.4"}"
created2017-08-27 13:31:33
last_update2017-08-27 13:31:33
depth1
children0
last_payout2017-09-03 13:31:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length656
author_reputation22,127,725,207,689
root_title"How to Setup a WordPress Website"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id13,025,289
net_rshares0
@linuxerra ·
Welcome to Steemit @joshtristram.  I'm fairly new here myself.  Still learning how everything works.  This is definitely a great guide for the WordPress newbie.  I'd say you covered just about everything.
properties (22)
authorlinuxerra
permlinkre-joshtristram-how-to-setup-a-wordpress-website-20170827t050240622z
categoryhowto
json_metadata{"tags":["howto"],"users":["joshtristram"],"app":"steemit/0.1"}
created2017-08-27 05:02:39
last_update2017-08-27 05:02:39
depth1
children0
last_payout2017-09-03 05:02:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length204
author_reputation0
root_title"How to Setup a WordPress Website"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id12,994,158
net_rshares0
@philip337 ·
Nice post, i hope you have a good time here! Have a look at my post that explains how Steemit works.
https://steemit.com/steemit/@philip337/what-is-steemit-and-how-it-works
👍  
👎  
properties (23)
authorphilip337
permlinkre-joshtristram-how-to-setup-a-wordpress-website-20170826t223802200z
categoryhowto
json_metadata{"tags":["howto"],"links":["https://steemit.com/steemit/@philip337/what-is-steemit-and-how-it-works"],"app":"steemit/0.1"}
created2017-08-26 22:38:03
last_update2017-08-26 22:38:03
depth1
children1
last_payout2017-09-02 22:38:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length172
author_reputation347,005,365,734
root_title"How to Setup a WordPress Website"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id12,974,502
net_rshares-483,074,753
author_curate_reward""
vote details (2)
@linuxerra ·
Thanks for the link.
properties (22)
authorlinuxerra
permlinkre-philip337-re-joshtristram-how-to-setup-a-wordpress-website-20170827t050416909z
categoryhowto
json_metadata{"tags":["howto"],"app":"steemit/0.1"}
created2017-08-27 05:04:15
last_update2017-08-27 05:04:15
depth2
children0
last_payout2017-09-03 05:04:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length20
author_reputation0
root_title"How to Setup a WordPress Website"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id12,994,247
net_rshares0