Here’s a list of Wordpress plugins you’ll find useful – some of which are a definate must have
Here’s a list of plugins that I find useful and I think most of you guys will find useful also. They are not listed in any particular order. You can search and easily install them by… Continue reading
Changing The Site URL
The code will work in the wp-config.php file if you happen to get locked out of the admin.
Happens a few times here and there. Just put this is at the starting code of thw wp-config file in
your wordpress home directory.
define(‘WP_HOME’,'http://example.com’ http://example.com%27);
define(‘WP_SITEURL’,'http://example.com’… Continue reading
Chinese Characters in Wordpress
Chinese characters do not work in Wordpress by default if you didn’t
originally setup your Wordpress to handle Chinese.
However, it is pretty easy to get it working. I didn’t see it
documented elsewhere, so I thought I’d post instructions on configuring
Wordpress to allow posting… Continue reading
Wordpress Template Files Heirachy & Stucture
Codex
Codex tools: Log in / create account
Template Hierarchy
Languages: English • Français • 日本語 • Русский • (Add your language)
Note: This article covers an advanced topic. See Stepping Into
Templates for an introduction to WordPress templates.
Contents… Continue reading
In the case of categories, the hierarchy is fairly simple. For instance,
suppose the slug of the Category in question is default and the Category
ID is 6. The Template Hierarchy specifies that WordPress will use the
first Template file it finds in your current Theme’s directory from the
following list… Continue reading
2 Comments »