In the following simple solution, I show you how to use a little php code snippet to automatically update your WordPress Copyright Date every year (appending the new date automatically). The process is super simple, but I figured that there may...
If your encountering a warning in WordPress stating Warning: array_keys() [function.array-keys]: The first argument should be an array in /home/yourhome/public_html/yoursite/wp-includes/widgets.php on line 1044, your not alone. This error is fairly common amongst many WordPress users just after upgrading, moving or reinstalling...
Warning: Cannot modify header information – headers already sent by (output started at… If your receiving an error like this in your web browser just after trying to edit a file, the culprit is most likely that there are spaces, misc...
In the following simple solution, I cover the process of removing the (year, month, day) date from WordPress day and name based permalinks (post urls). There was a time when many professional bloggers recommended using a day and name based permalink...
Embed PDF in WordPress: In the following simple solution, I’ll show you how to easily embed PDF files into your WordPress posts. There are many times in which I have needed to embed PDF files into a page or post for...
IO Error Uploading Images in WordPress. When browsing a local drive for a picture to upload, you may encounter the: IO error. An error occurred in the upload. Please try again later. It seems there are a lot of WordPress users,...
As of WordPress 2.5, and beyond, the <meta name=”generator” content=”WordPress” /> meta tag was moved from the template to the core of WordPress. This means that you can no longer simply remove the call from the template. We now need to...
Changing the default WordPress admin login username: By default, WordPress installations use the admin username. The admin account provides access to the WordPress backend and all characteristics of the installation. Since this is well known, it can become a security vulnerability....
Getting Highslide Working with Nextgen Gallery for WordPress is not complicated. Highslide is even supported by NextGen Gallery. However, the support in NextGen Gallery will only get the basic functions of Highslide to work. By default, the Highslide control bar navigation...
In the following tutorial, I show you how to change the maximum size of an uploaded image in WordPress 2.5 and beyond. By default, when you upload an image in WordPress using the “full size” image option, the image is automatically...
Hiding WordPress Categories: In the following simple solution, I am going to show you How to keep a selection of WordPress Categories from displaying in your sidebar on your WordPress pages and posts. This is very useful if you have a...
Xampp and similar localhost webservers that can be run from a local computer do not have mod_rewrite enabled by default. Furthermore, the AllowOverride directive is usually set to none, causing Apache to ignore an .htaccess file. If this is the case,...
After upgrading WordPress, many people may encounter strange characters in WordPress posts text. This issue typically presents after upgrading or moving WordPress. It appears to be a character set or charset encoding problem where apostrophes, hyphens, quotation marks and dashes appear...
Removing the WordPress post per page limit: By default, WordPress posts are limited based on the posts_per_page setting. Making many of your older posts incredibly hard to find for both search engines and readers. Like many readers, I hate (pagination) having...
Remove bullets from the WordPress sidebar: The following tutorial is for those who use the default Kubrick WordPress theme or a derivative of it and want to remove the sidebar bullets to make for a cleaner looking blog. The bullets normally...
The following Duplicate Sidebar Widget Plugin for WordPress allows a WordPress user to duplicate or copy sidebar widgets and use them on multiple sidebars or use the widgets more than once in the same sidebar. Duplicate Sidebar Widgets is based solely...
New WordPress Post is not showing up or displaying for some people: I get this question quite frequently and in almost every case, the Post is flagged as Private. The reason most bloggers think it has been posted and is viewable...
Manually adding AdSense to WordPress posts is a relatively simple task that can be accomplished within just a couple of minutes. In this tutorial, we cover the process of adding the code to the singlepost.php. This will allow us to display...