* You are viewing Posts Tagged ‘Plugins’

Create simple shortcodes

Shortcodes have been introduced in WordPress 2.5. They’re hooks which allow you to call a php function simply by typing something like[shortcode]. It is a great way to save time on repetitive tasks. Just read on to find out how to use them.

Continue Reading

Top 5 SEO plugins for Wordpress

WordPress, straight out of the box, comes ready to embrace search engines. Its features and functions guide a search engine through the posts, pages, and categories to help the search engine crawl your site and gather the information it needs to include your site within its database. There is a lot to learn about search engine optimization and site submission. Here are just a few plugins, which help you to improve your SEO.

Continue Reading

WP Calculator

WP Calculator is a free simple calculator for your blog. Originaly developed from http://www.bmgadg.com/calculator.php script. Continue Reading

Top 5 RSS plugin for Wordpress

feed is a function of special software that allows feedreaders to access a site, automatically looking for new content and then posting the information about new content and updates to another site. This provides a way for users to keep up with the latest and hottest information posted on different blogging sites.

There are several different kinds of feeds, read by different feedreaders. Some feeds include RSS (alternately defined as “Rich Site Summary” or “Really Simple Syndication”), Atom or RDF files. Now I’ll review top 5 rss plugin for wordpress.

Continue Reading

3 simple steps to Create a Wordpress Plugin

Wordpress plugins are the one of the important part of this CMS which make wordpress popular more than its other features. Plugins can enhance wordpress features and can perform many things during the page or post display time. Writing a wordpress plugin is not as much harder as it looks like. If you know a little bit knowledge of php and html/css you can do that on your own. Here is a very basic tutorial to write your own plugin.

Continue Reading