Keyword Shortcuts for Wordpress
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
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.
- Open function.php
- Add the following code in it before closing tab “?>”
- Add the following line where you want to display word count, generally in index.php or single.php
- Its Done.. Check the post.
function wcount(){
ob_start();
the_content();
$content = ob_get_clean();
return sizeof(explode(" ", $content));
}
<?php echo wcount(); ?>
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.

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.

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.

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.

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

ANK az otthonom – www.hooliesceneblog.wordpress.com – Hangosblog
October 9, 2009 by admin
Filed under Video Tutorials
www.hooliesceneblog.wordpress.com

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.

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.






