Entries Tagged as 'WordPress'

WordPress To Run Your Website

Too often I get contacted by people who just spent a lot of either time and money to get a static HTML website setup who then want a WordPress blog theme to match their nice new website. Or those that want to start a website and then add a blog that will match. My question is always why? Why bother with both when WordPress can do it all?

Here is a list of things WordPress can do that you may want to know before you dump all that time and money into a static website with a blog added onto it.

 

  • You can use a static front page with WordPress. With this option and WordPress setup on the root of your domain, your main website page will look just like the blog.
  • You can create a different page template for the main or front page of your site that looks completely different than the blog. For example you can create a page template without the sidebar or a sidebar different than the blog.
  • You can add static pages just as easily as adding a blog post
  • You can use the WordPress Links menu or what was called the Blogroll as your site navigation. Instead of showing the Pages of your site keep them off the sidebar and add links to your static pages in the Links menu under the category of your choice.
  • Changing the look or theme of your WordPress Powered Site is very easily done with a few mouse clicks. No need to manually change every page because the content of your site is held within a database. Your WordPress theme isn’t tied to the pages or posts.
  • Additional functionality can be added using plugins. If there is something you want your WordPress site to do, chances are a plugin is available for it. For example a forum can be added by uploading the plugin and activating it.

The advantages of using WordPress to power a website are obvious once you understand the workings of WordPress and the power it has. If you are willing to learn how to customize WordPress to fit your needs all it takes is some time searching online. If it seems a bit intimidating to you there are many freelancers online that can set it up. Either way there are not many reasons to pay to have someone create a static HTML template and then another to match a WordPress theme to it. That in my opinion is spending money twice on the same thing and really putting the cart before the horse.



Share This AddThis Social Bookmark Button Sphinn Gregarious FeedFlare

If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!


Tagged with


Related Posts



WordPress 2.5 Dashboard Changes

WordPress version 2.5 comes with some major changes in the look and navigation of the dashboard. While everything, and more, is still in the dashboard some things have be renamed and getting to them is a little different now.

wp251.gif

As you can see the WordPress 2.5 dashboard has some major visual and menu navigation changes. While it is less cluttered my only issue with it (so far) is all my step-by-step guides are now outdated. This personal dilemma is a two edge sword: My old guides are outdated but now I have a source to write more guides and posts. If I can find the time.

Here are some of the major menu changes that will help you if using my old guides to navigate in version 2.5:

  • Finding the main Dashboard link is the first thing that has moved to the very top left corner, is very small and hard to see.
  • Presentation is now Design - Clicking the design menu will show the same submenu for Widgets and the the theme editor.

  • Options is now Settings and is over on the far right in a smaller hard to see text.

  • The Blogroll is now named Links and you can put them into categories that will show separately on the sidebar in their own category. I especially like this as it can be used as site navigation for sites running entirely on WordPress.

     

Some of the nice additions to WordPress version 2.5 are a new Media Library to manage your media files, as well as more than ten available text widgets.

The Widgets menu has also got a major face lift and will be one of the first guides I do in following posts on WordPress version 2.5.


I still stand by my thought that if your WordPress blog is running fine and you are happy with it then you may not want to upgrade to WordPress version 2.5. Some bugs will still need worked out and theme compatibility may be an issue for you. Plugins however are the main concern if you have a certain plugin you must have then your best to research it to see if there is an updated version or any compatibility issues.

Here are the links to check for compatibility:

WordPress 2.5 Plugin Compatibility

WordPress 2.5 Theme Compatibility



Share This AddThis Social Bookmark Button Sphinn Gregarious FeedFlare

Tagged with ,


Related Posts



Choose WordPress Pages Displayed In Navigation Bar

If your blog has a navigation bar in or near the header and you create a lot of pages on your WordPress blog chances are it is getting somewhat cluttered. You can control what pages are displayed by including the ones you want or excluding a certain few. Here is a short to help you clean things up.

Warning before editing any theme files make a backup so you can fix any mistakes!

The first thing to decide is if you are going to include certain pages or exclude certain pages. Each page has an ID number associated with it. To find the page’s ID numbers in the dashboard click Manage, Pages and look for the ID number of the page. Next open your header.php file and look for this code:

<?php wp_list_pages(’depth=1&title_li=’); ?>

That bit of code is going to display all the pages you create. To exclude certain pages use the below code in its place and add the page ID numbers comma separated. The example below is excluding page ID 6 and 4.

<?php wp_list_pages(’title_li=&depth=1&exclude=6,4′); ?>

To include only certain pages you can try this next bit of code:

<?php wp_list_pages(’title_li=&depth=1&include=6,4′); ?>

There are many more parameters to list pages, learn more about WordPress page navigation here: WP List Pages

You can also ‘hard code’ any URL in the WordPress navigation bar as this previous post explains: Specify WordPress Navigation Page Links



Share This AddThis Social Bookmark Button Sphinn Gregarious FeedFlare

Tagged with , , ,


Related Posts



Upgrade WordPress Guide How To Upgrade WordPress

In this previous post: Should You Upgrade WordPress to 2.3.2, I state my opinion about when to, or why to upgrade WordPress. What it comes down to is if it is a security issue to fix, or some great new functionality you must have, then there really is no need to upgrade with every new version. If your blog is working then why bother?I can’t stress this enough, I have yet to upgrade several of my blogs because I see no reason or need to do so. I am still getting the same (or better) functionality and traffic so why bother?

But when you are ready to here is a visual to hopefully help take the confusion or intimidation out of it. It really isn’t that hard.

Warning! You really should deactivate all your plugins, and backup your files and database prior to upgrading WordPress! Some of your existing plugins may not be compatible with a newer version of WordPress or with each other. After upgrading you should activate each plugin one at a time, checking and viewing your blog after activating each plugin. If after activating a plugin your blog is toast, login to your hosting account and delete that plugin. WordPressMax.com assumes no responsibility for, or assumes any responsibility or support for what may happen to your WordPress blog by your using this guide to upgrade your blog. Proceed at your own risk!

Make sure you or anyone else is not active in the WordPress dashboard before uploading the latest files to your hosting account!

Download the latest version of WordPress

Since version 2.3 WordPress has a “nag notice” in the dashboard notifying you that a new version is available. The first step is to download the latest version you can click the nag notice from your dashboard or the image below to grab the latest version.

upgrade1.gif

At the WordPress site click Download .ZIP.

upgrade2.gif

Save the zipped file somewhere on your computer.

upgrade3.gif

Next extract or unzip the files

upgrade4.gif

The next step is to backup your database just in case anything goes wrong.

There are two ways to do this, one is with a plugin and the other is in your hosting account using phpMyAdmin. For the phpMyAdmin option I will refer you to WordPress.org’s tutorial here: Backing Up Your Database, there is also a link on that page to restore your database.

The other method to backup your database, something you should do on a regular basis that I should do more often myself, is with a plugin. Grab the WordPress Database Plugin upload and activate it like any other plugin. Then to backup your database click Manage then Backup in the lower subpanel.

upgrade6.gif

Select all the tables on the right side, choose Download To Your Computer, and click Backup. Save the file somewhere on your computer.

upgrade7.gif


Next backup your current WordPress files
.

For this next step you are going to need an FTP client, don’t be intimated by that, using an FTP client is as simple as using Windows Explorer. I suggest and will be using the free FileZilla for this . You can get a copy here. FileZilla

Fire up FileZilla and add your hosting account information to connect to it. In the Host box this is usually the domain without the http://www., but refer to your hosting account for FTP access. For Host4Profit the host is your domain without the http://www. and the username and password you use to login to the WebePanel.

upgrade7.gif

FileZilla will have 4 different blocks as shown below: The top left is your computers files and folders. Clicking on a folder in the upper left box will show that folders content in the lower left block. Clicking a folder in the lower left block will open that folder. Just like Windows Explorer.

upgrade18.gif

The two right blocks are the files and folders on your website. Again clicking a file in the top block will open its contents on the bottom right block.

With FileZilla connected to your host, browse to the directory of your WordPress blog. If WordPress is installed as your main website then all the files and folders are in the public and or www folder. If your blog is installed in a directory/folder on your website, usually called blog, click the public_html or www folder on the top right block and browse to and click the directory/folder in the bottom right block to open it. If you have never backed up your website then now is a good time to do that and download everything in the public_html or www folder to your computer. In this case you should at least backup/download the wp-content folder.

* Note the public-html and www folders are the really the same thing. Your hosting account may look different than the graphics shown in this guide. Usually any folder on your host that has public or www will show the actual files on the website.

Create a folder on your computer to save the backup to, browse to and open that folder on the bottom left block of FileZilla. On the right side of FileZilla browse to the directory/folder on the host and open it in the bottom right block. Now you can simply drag and drop the files you want to the backup folder on your computer on the lower left block. You can also click the top file or folder on the bottom right block, press and hold the shift key, scroll down to the bottom and click the last file or folder to highlight all of them. Now right click and choose Download.

upgrade191.gif

The next step is to deactivate all your WordPress plugins.

Back at the WordPress dashboard, click Plugins. Scroll all the way down to the bottom of the page and click Deactivate All Plugins:

upgrade8.gif

Now its time to finally !

From this point on make sure you or anyone else is not active in the WordPress dashboard!

Back to FileZilla to upload the new WordPress files. On the the top left side browse to the folder of the new WordPress files you downloaded until the core files and folders are exposed on the bottom left block as shown:

upgrade11.gif

On the right side of FileZilla browse to the directory/folder of your current WordPress files and folders. The files and folders should look the same on both bottom sides of the FTP client. If there are a few more files on the right side don’t worry about or remove those.

Now here is where you need to be careful not to copy over the wp-content folder! You did make a backup of it right? Replacing the wp-content folder can remove all your plugins and themes and replace them with the sparse few that comes with WordPress. On the bottom left block right click and upload the wp-admin and the wp-includes folders only.

upgrade14.gif

When presented with a warning that the target file already exists, choose Overwrite, and under that place a check in the box next to Always use this action.

upgrade13.gif

Next in the bottom left block click the top file (not folder) hold down the shift key and then click the bottom file to highlight all the files. Again make sure you are not uploading the wp-content folder. Right click and upload all the files.

upgrade12.gif

Next on the bottom left block click to open the wp-content folder, and open the wp-content folder on the bottom right block. Now upload only the index.php file overwriting the old one. Do not upload or overwrite any of the other folders in the wp-content folder.

upgrade15.gif

The next step is to run the upgrade.php file.

Open your browser to the main URL of your blog (not the dashboard but what your visitors see) and type in the following after the URL in the browser address bar: /wp-admin/upgrade.php.It should look like this if your blog is in a directory called blog:

upgrade17.gif

If it is on the main domain then place /wp-admin/upgrade.php directly after the .com or your specific extension. Depending on the degree of upgrade you are performing you may get a notice that the database needs upgraded. Simply follow the directions and you are done with your !

The last step is to now activate all your plugins again, one at a time making sure they are compatible with the . You will see a notice if newer version are available and can click the link to download them. But just like I said at the beginning of this guide, if they are working now why “fix” it?

If you have any questions leave them as a comment below so others can benefit from them. If you want me to upgrade WordPress for you (for a small fee), you can contact me by: Clicking Here to tell me more.



Share This AddThis Social Bookmark Button Sphinn Gregarious FeedFlare

Tagged with ,


Related Posts



Change Number Of Post Entries On WordPress

There is often the question on various forums and even in my inbox about how many posts should be shown on the main blog page. The answer to that isn’t all that easy. But what is easy is changing how many posts are shown. I will leave the number you choose up to you.

OK I will say this about how many posts to show. It actually isn’t so much the number of posts but the length of the posts. If you tend to write very long posts then you may want to only show a few. If they tend to be very short posts then maybe ten or even more. But that has nothing to do with any SEO tactics it’s more about looks and personal preference. So again I will leave the number up to you.

There are ways to shorten the post to show only the part you want on the main page and then a link to the rest of the post. One is using the More tag. The More tag is visible on the top of the write post screen by clicking the Code tab. Inserting this tag will cut off the post on the main page to where the tag is inserted.

reading12.gif

Another way to shorten the posts shown is more complex by editing the themes fies to show (like on this blog) the first full post and the remainder as excerpts. More on that here: WordPress First Full Post Remainder As Excerpts

But back to what you came for; to change the number of posts shown on the main page.

In the dashboard click Options then the Reading subpanel.

reading.gif

 

Then simply change the number of posts in the box under Blog Pages Show at most: X posts and click update options.

reading2.gif

Special thanks to Steve from Steves Home Business Blog who submitted this question to Ask Max.



Share This AddThis Social Bookmark Button Sphinn Gregarious FeedFlare

Tagged with


Related Posts



Should You Upgrade WordPress to 2.3.2

Well… My opinion on upgrading WordPress to version 2.3.x may differ than others. But I say if it’s not broke don’t fix it.

New versions of might require new versions of plugins or render some plugins useless. If there are not compatible new versions of plugins available then you may not have that plugin any more. One specific plugin that comes to mind is Ultimate Tag Warrior (UTM), I installed this all blogs prior to version 2.3. WordPress 2.3 has built-in tagging but nothing as easy to use as UTW, and while there is a new UTM plugin available it doesn’t always like running on some hosting accounts.

As far as missing out on any new things in the new version; the tagging is really all you are missing as far as functionality goes but UTW is better, in my opinion, anyway. There is also a warning about new versions of WordPress and plugins available that is shown on version 2.3.X. The last version of WordPress is 2.3.2 and it has a security patch for only version 2.3 as well.

This site as of this post is still on version 2.2.1 and my other Work At Home Business Blog is still running on 2.1.

Upgrading isn’t really hard as far as uploading all the files except some of the wp-content folder and running the upgrade file. The wp-config folder has the plugins and themes folders in it and should not be replaced or you will loose all your plugins and themes. Since the blogs content is held in a database you really shouldn’t loose anything upgrading but precautions should be made prior to upgrading. A backup of the files and database should be made. All plugins deactivated and newer versions installed and activated one at a time after upgrading.

This can get very time intensive and actually be more work than a new installation, and since I see no real big value in upgrading (yet) as far as traffic generation and tagging goes so I haven’t posted anything about it on any of my blogs until now.

Having said I don’t think upgrading is worth it (yet) if you are running version 2.3 I do suggest you get 2.3.2 for the security fix but that is all at this point.

If you still want an upgrade Click Here to contact me and I will try to help, but given the time it takes and the low prices I charge for the initial installation I will need paid for my time.



Share This AddThis Social Bookmark Button Sphinn Gregarious FeedFlare

Tagged with


Related Posts



WordPress Or Blogger Is WordPress Better

question.jpgBoth Blogger and offer free hosting on either blogspot.com for Blogger and WordPress.com for WordPress. Both of these have somewhat limited options as far as additional features and commercialization or making money with a blog hosted on their servers. Your blog can be shut down if they don’t like your content. So you don’t control your own intellectual property.

Hosting a blog on your own domain is the best way to go, the web is full of guides and questions about moving a blog to their own domain and hosting account for a reason. And just about everyone who started on the free hosted sites that got serious about blogging ends up either moving their blog or regretting they used a blog hosted anywhere else but a site they have full control over.

For self-hosted blogs the options offered by and the lack of them in Blogger are the big differences. While both can very easy for a beginner to use to just make an occasional post and if that is all you will be doing then it may not matter. However the scalability of WordPress and the features that can be added as the blogger gets more serious is where WordPress really stands apart.

WordPress is an open source code content management system that anyone can use and edit for free. WordPress is self-contained when installed on your site and is not dependent on any other outside source to maintain and run. Blogger blogs on your own website are still accessed on and the script is controlled by the blogger site. In very basic terms you create a post on Blogger and it is allowed access to your hosting account to create a webpage or the post.

The look of a blog is very important to most people as well and there are thousands and thousands of free WordPress themes available. And to look at some of them you couldn’t tell they were a blog. Changing a WordPress theme is as simple as uploading it to your server and clicking on the theme from the dashboard. Items on the WordPress sidebar can be added, moved and changed very easily with drag and drop using widgets. Changing your WordPress theme will maintain all the content, links and sidebar items. I don’t know how many themes are available for Blogger but if you edited your themes HTML or CSS, changing the theme, or template as Blogger calls them, it will loose any customization. Oh and I can usually spot a Blogger blog a mile away.

Other options available in WordPress:

  • Custom Permalinks - using only the category and the post title in the posts URL looks better and helps with SEO.
  • Plugins - Plugins add new features and functionality to the blog. These can be added as the blog evolves.
  • Static Pages - The option to create a page that will not go into the blog loop like a post. Using a static page for the main blog page, a WordPress blog can be used like a regular website in fact I have recently converted a PIPS site to WordPress using this option.
  • Categories - While Blogger has recently added categories I have yet to do much research on or have seen many of them. In WordPress all posts are added into a category of your choice and your visitors need only click a category on the sidebar to find more information they may be interested in, keeping them on your site.
  • Self Pinging - WordPress has a built-in pinging option with plugins available to enhance it. You can also add and remove the individual sites that you want pinged. Blogger blogs need pinged manually and using different services to ping may send duplicate pings to some sites.

I have read that Blogger blogs get indexed faster by Google than blogs and that might be true. However your self-hosted blog will also get indexed fairly quickly if setup correctly. One thing I have experienced with all my WordPress blogs and even while researching on Google: I have yet to see many or any Blogger blogs show up in the top of a Google search. Have you?



Share This AddThis Social Bookmark Button Sphinn Gregarious FeedFlare

Tagged with


Related Posts



Are Your WordPress Comments Not Showing

wordpress_comments1.gifWriting blog posts that result in your readers commenting on the post is a good sign. If you are a fairly new blogger, any traffic and interaction from comments on your WordPress blog are exciting to see. It means you are starting to get some results and traffic. If people are leaving comments you are also also doing something right to encourage it.

But what if the comments are not showing up? Where are they going? If I setup your blog for you I most likely added and activated the comment spam plugin called Akismet. Akismet is one of those set it and forget it . There is no filter adjustment, that I know of, for it and you must monitor the comments to make sure it isn’t stopping legitimate comments from real visitors.

Akismet does a great job of catching comment spam, especially from those automated comment scripts. But it may be blocking some of your readers comments too, especially if they include a link inside the comment. To check your comment spam, from within the click Comments and then under that click the Akismet Spam subpanel.

The Akismet spam subpanel is where you will find all the comments the caught as spam, and there may be some legitimate real comments in here. In here is where you can moderate all the spammed comments.

If you find that too many real comments are getting flagged as spam you my want to consider switching to a more configurable WordPress spam plugin like Spam Karma. It is a highly configurable comment spam plugin that you can experiment with and adjust to your liking. I just installed it on this site and so far it has done quite well.



Share This AddThis Social Bookmark Button Sphinn Gregarious FeedFlare

Tagged with ,


Related Posts



Close
E-mail It