Add Link To A Custom WordPress Footer

One of the easiest ways to customize WordPress is to add links to the footer of the themes template. You could add the link to any website you want and if your blog is part of your website adding a link to the homepage of your site will help your search engine rankings as well. This is a little WordPress Guide that will help interlink your website.

First make sure you can edit your theme’s footer.php file by making in writable in your hosting account. Login to your hosting account, browse to your blogs folder, the wp-content folder and then the themes folder. Look for your current theme and open that folder. Change the file permissions to at least the footer.php file to 777 or 666.

Login to your blog, click Presentation, then Theme Editor, look for the Footer file on the right and click it to open it in the editor. First copy all the content in this file and save it as a text file in Notepad on your computer. That way if you mess things up you can just paste the original code back in to start over.

Now look for the links that are already in place, for the default theme that will look like this:

<?php bloginfo(‘name’); ?> is proudly powered by
<a href=”http://wordpress.org/”>WordPress</a>

We want to add a link right after this code, Place your mouse right after the original code and hit the space bar once and add your new link code. Or you could just copy the original code and paste it right after it and then edit the URL, the anchor text and even place some text in front of it like this:

<a href=”http://wordpress.org/”>WordPress</a> More Optional Text <a href=”http://YourWebsite.com”>Anchor Text</a>

Now Click Update File, open your site and marvel at your handy work!

If you are using a free theme that someone wrote and it has a link to their website in it please leave the link intact. After all that is a small price to pay for what they have provided you.

This post and the below video are almost two years old but you should still get the gist of how to accomplish this.

Sorry but I will not address your questions about specific issues regarding your theme.



Comments
Tags: , ,

How To Really Screw Up Your WordPress Blog

I get a lot of requests for help with WordPress blogs that are not working properly, look terrible or worse don’t show up at all. I have seen and have had to backward engineer some really interesting things for some people. So in my typical sarcastic style here is what to do if you really want to screw up your WordPress blog.

Read This Post…



Comments
Tags: , ,

WordPress Version 2.9 Is Ready Or Is It?

Just before Christmas WordPress version 2.9 was released. If you haven’t already upgraded, and since this isn’t really a security release, I might suggest you wait for version 2.9.1 before doing so.

Read This Post…



Comments
Tags: ,

Burn Your WordPress RSS Feed At FeedBurner

Although your WordPress blog has a built-in RSS feed you may want to enhance it with FeedBurner. Here is an older how-to guide on burning your RSS feed with FeedBurner. From what I can tell it is still very much the sme as it was back when the post was mad originally.

Read This Post…



Comments
Tags: ,

Remove WordPress Blog Title And Description

There might be a situation when you have a custom WordPress theme or just a custom header and want to remove the WordPress blog title and or the description. There are several right ways to do this and one very very wrong way.

Read This Post…



Comments
Tags: ,

How To Add Images To A WordPress Post

Inserting images into a WordPress post is fairly easy to do, but you must be careful and make sure that the images are properly formatted, and the right size.

Read This Post…



Comments
Tags: ,

WordPress Blogging With An iPhone

The WordPress team has developed an iPhone app for WordPress that lets you write posts, upload photos, edit pages, and manage comments on your blog from your iPhone or iPod Touch.

Read This Post…



Comments
Tags: ,

WordPress 2.8.5 Another Security Release

Most of you that frequent your self-hosted WordPress site should be well aware of the new version, 2.8.5 now available. As with all incremental security releases, it is recommended that you upgrade as soon as possible.

Read This Post…



Comments
Tags: ,

WordPress Discussion Settings Can Reduce Comment Spam

Using the correct discussion settings on your WordPress site can help you reduce spam. You can also keep inappropriate words or sites from appearing on your posts comments section.

Read This Post…



Comments
Tags: ,

WordPress Visual And HTML Editors Difference

Knowing the difference between the WordPress Visual and HTML editors, and when and how to use them will keep your blog looking more neat and professional.

Read This Post…



Comments
Tags: , ,