On upgrading to WordPress 3.6 some things have changed, and even though it may only be a little change, it may really confuse a person.
We get so used to what we do, where things are, what things are called, … Read the rest
On upgrading to WordPress 3.6 some things have changed, and even though it may only be a little change, it may really confuse a person.
We get so used to what we do, where things are, what things are called, … Read the rest
Hi there, this one is from the guy who wrote this post plugin. Since there was a support call, with this post I just want to confirm if the plugin works or not.
Did you ever get this message when you tried to log into your admin area of a Website created with WordPress?
You do not have sufficient permissions to export the content of this site.
Well, I just did… Fortunately it … Read the rest
URL Character Codes
backspace %08 tab %09 linefeed %0A creturn %0D space %20 ! %21 " %22 # %23 $ %24 % %25 & %26 ' %27 ( %28 ) %29 * %2A + %2B , %2C - %2D .… Read the rest
The bestselling guide to WordPress, fully updated for newest version of WordPress.
WordPress, the popular, free blogging platform, has been updated with new features and improvements. Â Bloggers who are new to WordPress will learn to take full advantage of its … Read the rest
WordPress has an inbuilt Proof Reader option, that can be enable for automatic Proof Reading of our posts.
Sometimes I find this to be a pain, and I hadn’t realised that I could turn of this Proof Reader.
And it … Read the rest
The following code, when placed in a .php page will bring the current theme header, and footer, into that page, even when the .php page is created in another directory.
Side bars can also be added by use of further … Read the rest
Using the WordPress plugin, TDO Mini Forms, I needed to work out how to create a Post Title by using Custom Fields that the site contributors are able to enter data into.
Not being a programming genius, I went round … Read the rest
Change font sizes in navigation bar.
Make the following changes to the light4.css or appropriate file
Change this line:
#nav li a {display:block;padding:0 10px;line-height:30px;color:#fff;font-weight:bold;}
to this:
#nav li a {display:block;padding:0 10px;line-height:30px;color:#fff;font-size:75%;font-weight:bold;}
and this line:
#nav li a:hover, #nav li:hover a,
… Read the rest
A very interesting and useful addition for WordPress is the “List category posts” plugin.
This is able to select only the post that confirm to certain criteria, and show them, using code such as this, on the … Read the rest