Your Codebank Invitation!
I'm inviting you to join the Codebank right now! It's filled with complete scripts, tools, code, tutorials, and programmers and designers to help you.
One of our Codebank Projects is creating a mass wordpress installation system. I’ve created 100o’s of wp installs over the years using various methods – and frankly I’m tired of doing it with systems I don’t enjoy using. So this is a big thing for me – I want it bad and so do a [...]
Here is another little trick – that might get more folks to log in your site and leave a comment with facebook. Open up your theme editor in WP. Find sidebar.php or sidebar2.php and just after the sidebar Div Tags add something like this: <h2> Who is New?</h2> <ul> <?php $usernames = $wpdb->get_results(“SELECT user_nicename, user_url [...]