Archive for the ‘Wordpress Development’ Category
Tips Speeding Up WordPress Installation
Wednesday, April 15, 2009 6:25 3 CommentsFind your WordPress blog is loading slow? Do you ever get a “MySQL
server has gone away” message? Maybe your WordPress Admin Panel is
running slow? Even if none of those apply to you, the higher the
traffic your WordPress blog receives, the more important it is to have
an optimal setup.
In case you’d like to maximize your blog’s [...]
10 Most Used Wordpress Tags in Design Wordpress Theme
Wednesday, November 26, 2008 15:30 No CommentsThis time I am lists 10 most used wordpress code snippets or wordpress tags in designing wordpress theme.
These code snippets are used in standard wordpress theme. This time, I am lists, 10 most used wp tags in sidebar.
Please save it for further reference. Here is:
1. Shows The Pages
<?php wp_list_pages(‘title_li=<h2>Pages</h2>’); ?>
The code above will lists all [...]
