This Blog is where you'll find the WordPress tips, tricks and hacks that we're obsessing about this week. They may be new, old, revisited, or just a neat trick we never knew existed.
If you have a any tips, tricks or hacks you want to share, or if you just want to say "Hi!" contact us at lunchbox@dudesnetwork.com. We welcome any comments or suggestions!
$current_user add_filter akismet backup bing comments date filter filter_where get_currentuserinfo() google Hacks installation load balancing permalink plugin query_posts() range remove_filter search engine seo sitemap traffic user wp-cache xml xml sitemap generator yahoo
5 Quick To-Dos After A WordPress Installation
by LunchBox on March 9th, 2010 in TipsCongratulations, you’ve just installed Wordpress. What next? Before you start customizing and writing posts, here are a few things you can do to improve and secure your WordPress installation.
If you do not want your users styling their comments, or spamming them with links, you can add this line of code to your functions.php file:
Anyone can view the source code of your website. In most cases, your header.php file will contain the version number of your current installation. To have it automatically removed, add this to your functions.php file:
This prevents any hackers from targeting the flaws and bugs of a specific version of WordPress to hack your website. …Read More