Keyword Shortcuts for Wordpress

December 26, 2009 by admin  
Filed under How-To

Keyword Shortcuts for Wordpress. Here are some of the quick shortcuts to perform operation in wordpress thus minimizing the use of mouse.

  • Bold: Alt+SHIFT+b
  • Italics: Alt+SHIFT+i
  • Link: Alt+SHIFT+a
  • Blockquote: Alt+SHIFT+q
  • Code: Alt+SHIFT+c
  • Read More: Alt+SHIFT+t
  • Unordered List (ul): Alt+SHIFT+u
  • Ordered List (ol): Alt+SHIFT+o
  • List Item (li): Alt+SHIFT+l
  • Advanced Editor: Alt+SHIFT+v
  • Publish the Post: Alt+SHIFT+p
  • ins: Alt+SHIFT+s
  • del: Alt+SHIFT+d
  • Unquote/outdent: Alt+SHIFT+w
  • Undo: Alt+SHIFT+u
  • Redo: Alt+SHIFT+y
  • Edit HTML: Alt+SHIFT+e
  • Align Left: Alt+SHIFT+f
  • Align Center: Alt+SHIFT+c
  • Align Right: Alt+SHIFT+r

How To Display Post Word Count in Wordpress

December 23, 2009 by admin  
Filed under How-To

How To Display Post Word Count in Wordpress. So you are here in search to display how many words are there in particular post, so you are at right place the below trick will match your needs. Here is some code which you need to add in function.php file of you wordpress themes to display the actual posts word count.

Here are step by step guide to display word count.

  1. Open function.php
  2. Add the following code in it before closing tab “?>”
  3. function wcount(){
        ob_start();
        the_content();
        $content = ob_get_clean();
        return sizeof(explode(" ", $content));
    }
    
  4. Add the following line where you want to display word count, generally in index.php or single.php
  5. <?php echo wcount(); ?>
    
  6. Its Done.. Check the post.

If this won’t work then comment , will try to solve the error.

Source : Wprecipes

How to Install Wordpress in 3 Minutes

October 11, 2009 by admin  
Filed under Video Tutorials

www.buzzblogger.com Learn how to install a Wordpress blog in just 3 mintues.

http://www.youtube.com/v/up5Knz_Zhb8?f=videos&app=youtube_gdata

How To Add A Custom Field In WordPress

October 11, 2009 by admin  
Filed under Video Tutorials

zoopmedia.com – In this video, we’ll show you how to add a custom field to a post in WordPress.

http://www.youtube.com/v/wzkcmESTa0g?f=videos&app=youtube_gdata

Why Wordpress is the Best Blogging Platform

October 10, 2009 by admin  
Filed under Video Tutorials

www.imtraininglab.com This video discusses why Wordpress is the best blogging platform in the world. Whether you are blogging for business or pleasure, Wordpress is the world’s best blogging platform.

http://www.youtube.com/v/Ky_NwYDRy2w?f=videos&app=youtube_gdata

Why Wordpress is the Best Blogging Platform

October 10, 2009 by admin  
Filed under Video Tutorials

www.imtraininglab.com This video discusses why Wordpress is the best blogging platform in the world. Whether you are blogging for business or pleasure, Wordpress is the world’s best blogging platform.

http://www.youtube.com/v/Ky_NwYDRy2w?f=videos&app=youtube_gdata

Adding An Image To Your Wordpress Page or Post

October 9, 2009 by admin  
Filed under Video Tutorials

If you are not sure of how to add an image to your wordpress page or post, then it could be a tricky task to complete. So watch this video for a quick tutorial on how to add a video to your Wordpress page or post, thanks to mrozlat.com

http://www.youtube.com/v/aXxnF9RzeHo?f=videos&app=youtube_gdata

ANK az otthonom – www.hooliesceneblog.wordpress.com – Hangosblog

October 9, 2009 by admin  
Filed under Video Tutorials

www.hooliesceneblog.wordpress.com

http://www.youtube.com/v/fB-I70r-NPQ?f=videos&app=youtube_gdata

Wordpress Unleashed (Clip From Site) Course Shares Secrets to Wordpress Money!

October 8, 2009 by admin  
Filed under Video Tutorials

Wordpress Unleashed, a video from my site www.wordpress-unleashed.net , where I sell a video course that teaches you Wordpress secrets that the Internet Marketing Gurus are using to make Thousands per month! Don’t miss out on this wave.

http://www.youtube.com/v/wwZYkfQPeQA?f=videos&app=youtube_gdata

WordPress Plug-in of the Day – WP Email Capture

October 6, 2009 by admin  
Filed under Video Tutorials

www.newbierewards.com If youd like to add a simple subscription form to your blog than WP Email Capture is it. Simple to install and free to use. Works well with AWeber as your autoresponder.

http://www.youtube.com/v/cJBnEqacKQU?f=videos&app=youtube_gdata

Next Page »