Your Ad Here

Category - PHP

Change WordPress Admin logo

Coding, PHP, Wordpress

Change the logo in the Admin Panel to an image of your choice. Put the code below in the function.php file in your theme. function custom_admin_logo() { echo '<style type="text/css"> ... Read more...

Creating Custom Write Panels in WordPress

Creating Custom Write Panels in WordPress
PHP, Tutorials, WordPress, Wordpress

Everyone knows that WordPress is one of the most, if not the most, popular blogging systems on the internet today. With its out of the box features, plugins, and great theming community, its no wonder... Read more...

WordPress Template Tag Reference

WordPress Template Tag Reference
Coding, PHP, Tools, Wordpress

Our Louisville KY web design team created this quick reference guide to expedite our WordPress theme development, and we found it so useful that we would like to share it with you. The content was reformatted... Read more...

Category title on category page, not on each post excerpt kicker

Coding, PHP, Wordpress

How to display the Category Title for you wordpress page. <?php if ( is_category() ) { ?><h3><?php single_cat_title(''); ?></h3><?php } ?>   GD Star Ratingloading... Read More →

How to Simplify WordPress Custom Fields Layout for a Layman?

How to Simplify WordPress Custom Fields Layout for a Layman?
Coding, PHP, Tutorials, Wordpress

We are already aware of the incredible power and flexibility of WordPress, which is one of the biggest reasons for its popularity among its users. And, if we look at the reasons for its flexibility,... Read more...

Display Current Year With PHP

Display Current Year With PHP
Coding, PHP, Tutorials

Now that 2011 is just starting, many web designers have to update the copyright year on their own websites, and their client’s websites. Many end up doing it manually and waste a lot of time with this... Read more...

Categories

Archives

Search