wordpress plugin Contact Form 7 review

wordpress plugin Contact Form 7 review

WordPress plugin contact form 7 is so much popular wordpress plugin which is download more then 11 million times. In every second wordpress site people used contact form 7 wp plugin. This plugin is very easy to install and easy to use. … Continue reading

Add the extra new users details or fields to wordpress without plugin

Add the extra new users details or fields to wordpress without plugin

For adding the extra details use can use following sample code in your functions.php file. You can modify the code as per your requirement. Note: If you are not wordpress developer then you should ask any wordpress developer to do … Continue reading

wordpress pagination style without wordpress plugin

wordpress pagination style without wordpress plugin

When we think wordpress pagination style then first thing came in mind which is. We need to install wp-pagenavi wordpress plugin for pagination styling. There are multiple pagination plugins available for pagination styling but wp-pagenavi is most popular. I always … Continue reading

What is reset css & How to use the reset CSS

What is reset css and How to use the reset CSS

Many new web developers or web application developers may be did not heard about reset CSS. Many web developers use the global selectors and global CSS styling. That is very basic reason behind that. They want to display there CSS … Continue reading

Keep upto date wordpress database with WP-DB-Backup

Keeping your wordpress database is very important for wordpress database. This will improve your site speed aslo. Many times you install the wordpress plugins and some time you dont want that plugins and you delete that plugins. There is very … Continue reading

minimize, restore, maximize and hide functionality with javascript without using jquery

Many times we need to minimize and restore functionality for our in page pop-up. In This article I will show how to achieve the minimize and maximize and restore functionality with javascript. I you want the minimize functionality for your … Continue reading

Active Model in Rails 3.0

The technique we used was quite a hack as this is something that ActiveRecord wasn’t designed to do but now in Rails 3.0 we have a new feature called ActiveModel which makes doing something like this a lot easier. Before … Continue reading

how to add users to wordpress website or blog

If you’d like your blog to feature posts from multiple authors, you can add as many administrative accounts to your blog as you like. There are two different ways to add a new user to your blog, depending on whether … Continue reading

how to work with wordpress plugin filters

Filters are the hooks that WordPress launches to modify text of various types before adding it to the database or sending it to the browser screen. Your plugin can specify that one or more of its PHP functions is executed … Continue reading