Wordpress

How to disable comments notification for WordPress

Posted by admin on November 21, 2011 at 10:43 am

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 [...]

Make your own custom Facebook and Twitter share buttons

Posted by admin on December 11, 2010 at 9:53 pm

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 [...]

Get current theme path in WordPress

Posted by admin on October 28, 2010 at 10:26 am

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. [...]

WordPress templates function Cheat Sheet

Posted by admin on April 9, 2010 at 5:01 pm

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ç [...]

WordPress: get the role of the current user

Posted by admin on March 18, 2010 at 12:08 pm

/* get the role of the current user */ global $current_user, $wpdb; $var = $wpdb->prefix . ‘capabilities’; $caps = $current_user->$var;

Do you need a WordPress plugin for trafic statistics?

Posted by admin on July 31, 2009 at 9:24 am

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 [...]

Make money from your blog

Posted by admin on June 25, 2009 at 7:03 pm

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 [...]

Cleanup WordPress Plugin

Posted by admin on May 19, 2009 at 2:26 am

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 [...]