Posts in the "Web" Category

How to add Custom Fields in WordPress 3.1

WordPress 3.1 saw a change in the way that custom fields are displayed in posts and pages. Former versions of WordPress simply included this field below the title and body areas of posts and pages by default but with 3.1 they disappeared! At first I was concerned that the new version of WordPress simply didn’t […]

Read the rest of this entry »

How to change the URL on a WordPress site and get it working again with MySQL

I’ve been working on a WordPress site recently that started at one URL and then needed to be changed. Let’s pretend the site currently lives at oldurl.com and now it’s going to become newurl.com. The hosting and database will all remain the same, I’m just changing which URL is associated with the website. For old […]

Read the rest of this entry »

How to call a custom PayPal header for individual buttons and payment links

Recently I wrote a tutorial on how to create and use a custom header in PayPal to make your payment pages more professional and match your site. That’s great for people who use their PayPal primarily for one business or purpose but what if you accept donations or payments for several different services? In my […]

Read the rest of this entry »

How to redirect visitors and search engines when you change a website URL

Over the years I’ve built many websites, some for friends, family and many for myself. Blogs, just like this one, that over time grow and adapt to new subjects. Most of the time the original URL I chose lasts the entire life of the site but sometimes I decide to change the URL, move the […]

Read the rest of this entry »

How to edit WordPress system widgets

WordPress is very conducive to customization and code changes but one of the trickier things to alter are the system Widgets used in the sidebar. Some of the standard widgets included with a new install of WordPress are Archives, Calendar, Categories, Links, Meta, Pages, Recent Comments, Recent Posts, RSS and Search. Many times you can […]

Read the rest of this entry »

How to display the searched term in WordPress search.php template

When users search for something on a WordPress site the system sends them to a search results page that is rendered using the Search Results (search.php) page. Depending on which theme you are using for your WordPress site the text on this search.php file may vary. One thing I always like to do on my […]

Read the rest of this entry »

How to move a WordPress website to a new URL

Recently I decided to change the URL for one of my websites, this website in fact! It used to be howtovideotutorial.org but I thought that was kind of long and I wanted a .com so I registered tutorialsave.com. Since I wanted to use the same platform (WordPress) and keep all of the content and comments […]

Read the rest of this entry »