Top 20 Most Common Wordpress Plugins for starters

Top 20+ Most Common WordPress Plugins for starters

WordPress has a lot of plugins developed by many people. A headache after you install your own WordPress blog that “What is the necessary and useful WordPress plugins need to install after I got a WordPress blog?”
Let’s take a look at the 20 most commonly used plugins on WordPress blogs across the web, including those that offer more features, to those that simply reduce the simple tasks of running a blog.

Top 20 Most Common WordPress Plugins for starters
Top 20 Most Common WordPress Plugins for starters

If you are new to WordPress, this basic list (which is technically not limited to plugins alone) should help get you started on the right foot. Whether you are running a basic brochure site, or a full featured blog, you should be sure your WordPress site includes these essentials.

Read more

Make your own Wordpress Drop-Down menu

Make your own WordPress Drop-Down menu with CSS and jQuery

A drop down menu is often your best means of keeping the navigation simple and uncluttered, that can offer your theme and users 2 new things. One, add a nice new type of effect to enhance your theme. Two, allow the users to find things more easily. There are a few plugins that you can use to make this, but in this post, I’ll show you how to make your own WordPress Drop-Down menu with CSS and jQuery and WordPress’s standard wp_list_pages, wp_nav_menu, wp_list_categories

Make your own WordPress Drop-Down menu
Make your own WordPress Drop-Down menu

The aim of this short tutorial is help you build a simple multi-level drop-down menu in your WordPress theme using jQuery’s JavaScript library to make sure cross-browser compatibility.

To get started with this tutorial, you’ll need to have a WordPress website up and running and a willingness to alter your theme files. Once that’s squared away you’re ready to rock!

Read more