Wordpress Technology

Wordpress Tips, Tutorials, Hacks

Archive for the ‘WordPress Tips’ Category

How to get sitename

How to get sitename network_site_url( ‘/’ ); Originally posted 2012-04-04 07:01:33. Republished by Blog Post Promoter

How to Add a Favicon to WordPress Blog

Find the famous functions.php file of the current theme and insert next code in it. function childtheme_favicon() { ?> <link rel="shortcut icon" href="<?php echo bloginfo(‘stylesheet_directory’) ?>/images/favicon.png" > <?php } add_action(‘wp_head’, ‘childtheme_favicon’); You are done. Sweet and simple. Don’t forget to change the favicon url. If the wp_head() function is not implemented the code will not [...]

Hidden WordPress Settings

Many users of FireFox and Opera should know what the about:config means. ( It is a page with all current settings and plugins installed in the browser). Did you ever know that there is a similar special setting page for WordPress? If you try http://your-blog/wp-admin/options.php the page with the settings appears and you can review [...]

© 2009 | Made by Vancouver Web Design | Internet Marketing