Entries Tagged as ''

Show WordPress Subcategories Under Parent Category

Have you added a WordPress subcategory under a parent category and it still shows like a separate main category on the WordPress sidebar? Have you wondered how to get subcategories to show under the parent category on the WordPress sidebar?

categories3.gif

This is a short little that will show you how easy it is to get your categories and subcategories to show like this:

categories2.gif

This assumes your theme is widget ready and you know how to Work with WordPress text widgets. In your WordPress dashboard go to Presentation, Widgets. If the categories widget in not show on the sidebar drag it from the available widgets area up to the sidebar. Now click the little blue icon on it to open it. Click the box next to Show hierarchy, close the widget and and click save changes. I told you this guide would be short didn’t I?

Read more about text widgets here: Work with WordPress text widgets.

This post was inspired by a question from a recnt client of mine I just setup a new WordPress blog for. Check it out here: Living Yoga Blog

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


Tagged with


Related Posts



Automatic Social Bookmarking For WordPress Blogs

and are the hottest things online these days and anyone who bookmarks their own blog posts probably knows how time consuming it is to bookmark every site one at a time. What if you could bookmark multiple social bookmarking services at one time? Or even better how about having your WordPress blog do it for you with each new post?

OnlyWire is a service that will bookmark many of the most popular social bookmarking services from one location. Just sign up for an account at OnlyWire.com, login and then join all the sites, or as many as you want and place your username and password in the list and save. This one time setup will take some time but pay off in the end.

Then you can drag one of the bookmark tools to your browser and when on a page you want to bookmark just click the OnlyWire bookmark tool to save it to all the sites you saved on your OnlyWire account. This will can you a good bit of time depending on how many sites you usually bookmark.

But what if your WordPress blog did that for you as well? Now it can with Onlywire Autosubmit - A WordPress Plugin.

Download the Onlywire Autosubmit Plugin, unzip it and install it like any normal plugin, by uploading it to your wp-content/plugins folder. Or if you have the One Click Install plugin just upload the whole zip file from the dashboard. Go to Plugin and activate the Only Wire Autosubmitter plugin. Then go to Options, OnlyWire Options and save your OnlyWire username and password.

This was the first post I have written after installing it. After publishing the post I checked a few of my bookmarking sites and sure enough this post was in there. You can also check the status in the WordPress dashboard by going to Options, OnlyWire Options.

If I setup your blog recently you probably have the One Click plugin installed. Learn how to use it here: Upload WordPress Themes and Plugins From The Dashboard


Tagged with ,


Related Posts



No Sidebar On WordPress Pages

There may be times you want to create a page, not a post, on your blog but not show the sidebar on it. This is a pretty easy thing to do if you are not afraid to hack around in the themes files. Here is a to show you how to remove the sidebar from a page template.

To start you need to create a custom page template and I have already posted instructions about that here: How To Create A Custom WordPress Page Template.

After you make the custom page template all you need to do is delete the sidebar from it by removing the following code. This code is usually at the bottom of the file, but it may be elsewhere depending on your .

<?php get_sidebar(); ?>

And yes there is a way to create a different sidebar to show on a custom page if you want to do that but that post is for another day.


Tagged with ,


Related Posts



WordPress API Key Global Dashboard Confusion

Knowing the difference between wordpress.com and wordpress.org

Obtaining an API key for a self-hosted WordPress blog can be very confusing. When you host WordPress on your own domain there are some plugins that require an API key that must be obtained from WordPress.com.

When I setup new blogs for clients I get questions about this confusion all the time. On my other blog, where I started blogging about and eventually, started this site, I have two posts about this:

How To Get A WordPress API Key

Get A WordPress API Key For The Akismet WordPress Plugin

Sending people to read those posts still creates some confusion, so lets try to clear this up one more time?

There are two different WordPress sites and the difference between the two to start is the .com or .org extensions. Again one is: www.wordpress.com (notice the .com on the end?) This is where anyone can register and start a blog hosted on the WordPress.com domain. Your blog will have a URL something like this: http://myblog.wordpress.com. The “myblog” part will be what you choose. This means that your blog is on a subdomain of the main WordPress.com domain.

The other site is www.wordpress.org. Again notice the .org extension and not the .com? This site is where you can download the files needed to install and run a self-hosted WordPress blog on your own domain. You can also find just about all the information you need here to use, customize and troubleshoot a self-hosted .

Now here is where it gets even more confusing for new . Even if you have a self-hosted on your own domain, you will still need to register and obtain an API at wordpress.com, Yes .com, to use certain plugins. Even if you are not going to setup and use a blog on wordpress.com! Registering at wordpress.com will generate an API key. This API key is not blog specific, meaning that the API is tied to you and your account.

Even more confusion will follow if you don’t pay attention here! If you have a self-hosted WordPress blog you will login to that blog’s dashboard through your own domain with the username and password generated when that blog was installed on your domain. But when you register at wordpress.com (to get an API key) you will need to generate a completely different profile, username and password. Again you will login to the wordpress.com Global Dashboard with a completely different username and password than that of your self-hosted WordPress blog!

Even if you have or had a blog hosted on wordpress.com you will use the same API key for all other blogs you start no matter if it is a self-hosted blog on your own domain or on wordpress.com. Again the API key is always the same no matter how many blogs you have and where they are hosted.

Yet even more confusion to watch out for!!! But first why even get an API key? Some plugins need an API to work properly like WordPress Stats and Akismet spam blocker. So say you are logged in at your self-hosted WordPress blog on your own domain, and you click the blog stats plugin option. This will take you to the wordpress.com Global dashboard. If you are not logged in to the wordpress.com Global dashboard, with a username and password different from your self-hosted blog, you will be asked to log in again. Confusion Alert! Confusion Alert! This login screen looks exactly like the the one you just used to get into your self-hosted blogs dashboard. You scratch your head and say “What? I already logged in”. Look at the address bar in your browser. Where are you? Are you on your self-hosted blogs domain or at wordpress.com?

People have changed passwords when unable to login to either the Global dashboard or their self-hosted blog because of this confusion. And then try to use the wrong password on the wrong site because the login screens look the same. So if you swear you know the right password and can’t login, look at the browser’s address bar and see where you are!

What if you want added a new self-hosted blog on your own domain and want to delete a blog on you once had/have hosted on wordpress.com? I am not well versed on the wordpress.com blogs but I suggest you keep it and use both. But if you must delete it, first add your new self-hosted blog at the Global dashboard on wordpress.com, then go into the blog’s dashboard hosted on wordpress.com and click Options, Delete blog. Don’t worry about deleting a self-hosted WordPress blog like that. it can’t be done that easily.

So now you should know the differences between wordpress.com and wordpress.org, the Global dashboard and the self-hosted dashboard and why you need to obtain an API key. If I confused you more than now than you were before please ask me more in the comment section below.

You don’t need an API key for self-hosted WordPress blogs, just if you want to use the plugins that require it. If a plugin requires it you will know when you activate the plugin.

If you need an API key, here are two posts on my other blog that will help:
How To Get A WordPress API Key

Get A WordPress API Key For The Akismet WordPress Plugin


Tagged with , , ,


Related Posts



Finding Help For Fixing And Using WordPress Blogs

I get a lot of emails and comments here on this site about WordPress, I also get a ton of questions about fixing problems and using WordPress in general. I would like to and try to help and answer all questions in either returning emails or comment on the various posts. I even use some of the questions for a post.

I will admit that I am not a WordPress technical guru, in fact I am far from that. Why do you think the site is “for the geek impaired” because I too am somewhat impaired. But just because we don’t know something doesn’t mean we can’t learn something.

When I need answers to questions, about anything really, the first place I start is a Google search. OK I hear you say “well DUH”. OK so where else can you go to find what you need? There are many good blogging forums, and a few good WordPress specific forums to get what you need.

The first forum I suggest is on Digitalpoint.com. Using a forum to find your answer can be as simple as using the search tool on the site. But if you need to ask a question be as specific as possible and use good grammar and punctuation. I see many pleas for help get ignored because you can barely understand the spelling and the questions are so general. Then the poster gets upset because nobody will answer the question “What is wrong with my blog”. And posts a nasty reply whining that they are getting ignored.

When asking a question help others help you by giving details of the problem or question, leave a link to the blog in question and always thank those who helped or tried to help.

Another great source for WordPress help is on the WordPress.org forum, but you had better use the search function here first, because if you ask a simple question here chances are its been asked before and they hate answering the same questions twice. I find the information here to be top notch but the arrogance of some of the people here is hard to stomach at times. I see some answers like “if you need to ask you shouldn’t be trying to do it” . Yeah real nice people there at times, but still a great resource for all things WordPress if you use the search function.

And then you can always Ask Max here and I will try to help, if I use your question for a post I will link to your blog.


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.


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.


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.


Tagged with


Related Posts



Close
E-mail It