Do you receive alot of emails sent by your WordPress Blog becouse people comment your posts? You can turn this off like this: 1. Login to your blog admin page 2. Click on Settings -> Discussion 3. Search in that list for “E-mail me whenever:” Now by default you receive email when “Anyone posts a [...]
Sometimes Share button from Facebook and Twit button from Twitter do not fit in your website/blog. So you design a great Share button Image but how to link it to your own article with title and permalink. For Twitter: – send the visitor to this link: http://twitter.com/share?_=1292093673417&count=horizontal&original_referer=your_page_link_url_encoded&related=your_twitter_account&text=page_title_or_text_html_encoded&url=your_page_link_url_encoded&via=your_twitter_account If you want to implement this in WordPress [...]
Sometime when you use WordPress API for a plugin or a theme you need the current template path. This is can be tricky because sometime users change the template folder name. If you hard code the path in to your code like this /wp-content/themes/your_theme after renaming your_theme to your_theme2 all hard coded paths are broken. [...]
If you are a beginner in creating themes for WordPress, or you just need to remind you from time to time wordpress theme related functions, the pdf “WordPress Cheat Sheet” is for you. It contain all functions needed for creating a wp theme like in the preview picture below. PDF was made by Ekin Ertaç [...]
/* get the role of the current user */ global $current_user, $wpdb; $var = $wpdb->prefix . ‘capabilities’; $caps = $current_user->$var;
Ok you found one. It is called nStatistics and is on just one click distance from you. It is free too. Go to plugin page http://wiki.nisi.ro/wordpress/nstatistics-wordpress-plugin/ What you get? Last 15 days Statistics Table (Date, Visits, Page Views) Today Stats All time Stats Trafic Sources Accesed Pages Top Keywords Every of this statistics can be [...]
Surfing on the net I found this great “Blog monetize tutorial”. You will find there: Overall income-generation strategy Traffic, traffic, traffic How to build traffic Will putting ads on your site hurt your traffic? Multiple streams of income Blogging software and hardware Comments or no comments Build a complete web site, not just a blog [...]
The latest plugin I had developed for the WordPress CMS is named “Cleanup WordPress“. And … I write it becouse I needed a tool to delete spam comments, pages and posts revisions. All this unused data take more then all wordpress and database needed for this website. You can download it, see some screenshots, donate [...]