Wordpress Releases Version 2.9.1

January 5, 2010 by admin  
Filed under Press Releases

Wordpress Releases Version 2.9.1. Wordpress has released latest version 2.9.1 with fixes which were came up with the release of 2.9. With this wordpress release , they had tried to addresses a handful of minor issues as well as a rather annoying problem where scheduled posts and pingbacks are not processed correctly due to incompatibilities with some hosts.  If any of these issues affect you, give 2.9.1 a try.  Download 2.9.1 or upgrade automatically from the Tools->Upgrade menu in your blog’s admin area.

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

Wordpress Releases v2.9

December 19, 2009 by admin  
Filed under Press Releases

Hell Yeah today wordpress releases its latest development , Wordpress Version 2.9. Now Wordpress v2.9 is available to download with latest enhanced security functions and a lot more admin features. WordPress version 2.9 “Carmen” is named in honor of magical jazz vocalist Carmen McRae.

New Features in Wordpress v2.9

  1. Global undo/”trash” feature, which means that if you accidentally delete a post or comment you can bring it back from the grave (i.e., the Trash). This also eliminates those annoying “are you sure” messages we used to have on every delete.
  2. Built-in image editor allows you to crop, edit, rotate, flip, and scale your images to show them who’s boss. This is the first wave of our many planned media-handling improvements.
  3. Batch plugin update and compatibility checking, which means you can update 10 plugins at once, versus having to do multiple clicks for each one, and we’re using the new compatibility data from the plugins directory to give you a better idea of whether your plugins are compatible with new releases of WordPress. This should take the fear and hassle out of upgrading.
  4. Easier video embeds that allow you to just paste a URL on its own line and have it magically turn it into the proper embed code, with Oembed support for YouTube, Daily Motion, Blip.tv, Flickr, Hulu, Viddler, Qik, Revision3, Scribd, Google Video, Photobucket, PollDaddy, and WordPress.tv

So don’t wait and upgrade your wordpress blog to the latest version to avoid security threats. Download wordpress v2.9 here

How to Add and Delete Categories in Wordpress Blog

November 6, 2009 by admin  
Filed under How-To, Video Tutorials

How to Add/Delete Categories in Wordpress Blog. So guys you are here to find a solution for editing categories which plays vital role in your blog. Here are some instruction for you if you are not aware already.


Add New Category :-

There are two types by which you can add categories

Type 1 :- (Easy)

  • Go to Admin Panel
  • then click on new post
  • in post editor , there is categori option, then click on “+ Add New Category
  • give proper name and
  • done.

Type 2 :-  Give manipulation option via this as this will allow you to specify different name of category and slug for url of category.

  • Go to Admin Panel
  • then click on post –> Categories
  • Write Category name
  • Write Category Slug ( Generally its same as Cat.)
  • Select Parent directory if any.
  • Additionally you can give description to your category which is not possible.
  • done.

Now coming to deletion of Categories.

Delete Any Category :-

  • Go to Admin Panel
  • then click on post –> Categories
  • Hover over your category to delete,
  • You will see delete link below that , press it
  • done.

Note :-

  • You can’t delete “Uncategorized” category as its default though you can rename it if you want.
  • Deleting any category result in remove of the category from all post if any. So if post have only one category it will be assigned “Uncategorized”.

Here is a video of how to do this all the stuff.

Wordpress Releases Plugins for 30-10-09

October 31, 2009 by admin  
Filed under Wordpress Plugins

Wordpress Releases Plugins for October 30, 2009. Here are some of good plugins released by wordpress today.

Christmas Countdown

As Christmas is round the corner , You can use this plugin to show the countdown to Christmas on your sites and greets your visitors and visitors also gonna like this widget , its simple widget.

Author :- Christmas0

Version :- 1.0

Installation :-

  1. Upload christmas-countdown folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Add Christmas Countdown widget (in the ‘Widgets’ menu) to any sidebar.
  4. Set widget width (default is 200px).

Wordpress Page :- Christmas Countdown

Download :- Via Official Wordpress Site

Thesis Import/Export

With this plugin, you can download individual data files for Thesis Options, Design Options, and all OpenHook content. (located at Appearance > Thesis Import/Export). Thesis is highly premium wordpress theme which is recognized as one of the best SEOed Wordpress Theme ever.

Author :- 3DogMedia

Version :- 1.2

Installation :-

  1. Upload thesis-export.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

Wordpress Page :- Christmas Countdown

Download :- Via Official Wordpress Site

Thesis Theme Page :- Thesis Theme 1.6

Checkout Best SEOed Wordpress Theme : Thesis Theme 1.6

Wordpress plugin of the day – wassup

October 28, 2009 by admin  
Filed under Video Tutorials

Interested in seeing how many visitors find your blog then check out this brief video to find out how to add this free plugin….



Navigating your wordpress dashboard

October 28, 2009 by admin  
Filed under Video Tutorials

This tutorial takes you step by step through logging into your WordPress Dashboard for the first time. As well as, the basics of creating a new post. We also cover the various fields on the side bar and information displayed on the administrator’s dashboard….



Using cpanel to install wordpress rick ray

October 28, 2009 by admin  
Filed under Video Tutorials

rickray.gogvo.com GVO provides great web hosting with such powerful tools as Cpanel, which enables the user to install Wordpress and many other scripts on your domain. Affordable web hosting for the home business entrepreneur….



Event manager wordpress plugin on lamding.com

October 28, 2009 by admin  
Filed under Video Tutorials

Event Manager Wordpress Plugin on Lamding.com…



Next Page »