Wordpress Story board Theme

Stroy board theme, it very similar to fmylife.com, mylifesiavarage.com

demoMore info

Category Archives: General

WordPress Security Tips

RESTRICT ACCESS TO WP-ADMIN BY IP Something I’ve recently started doing is only my IP can access wp-admin directory. This stops someone to hack the site by brute force And make sure that I can manage the site easily. Of … Continue reading

Posted in General | Leave a comment

10 Useful Code Snippets for WordPress 3.0

LIST PAGES AND CATEGORIES IN A DROP DOWN MENU, EXCLUDING CERTAIN CATEGORIES AND LIMIT THE NUMBER OF SUB CATEGORIES <ul> <?php wp_list_categories(‘orderby=ID&order=ASC&depth=3&title_li=&exclude=’); ?> </ul> Display a tag cloud Add a cloud of tags used in your blog entries, with words … Continue reading

Posted in General | Leave a comment

WordPress Release 3.0.1

WordPress blog 3.0.1 is released, that was quick! This maintenance release addresses about 50 minor issues and is the maintenance patch following the success of WordPress 3.0 – 11 million downloads in 42 days. Backup & then update automatically from … Continue reading

Posted in General | Leave a comment