Wordpress

How to create a Simple WordPress theme?



WordPress is a great product. It’s easy-to-use, quite powerful, and flexible. Fundamentally, the WordPress Theme system is a way to “skin” your weblog. Yet, it is more than just a “skin.” Skinning your site implies that only the design is changed. A WordPress Theme is a collection of files that work together to produce a … Continue reading How to create a Simple WordPress theme?

Top Free & Premium WordPress Themes

Top responsive and free premium WordPress theme to get your business started. You can find all kinds of themes ranging from personal blog ,portfolio, magazine, business, music, video, or one page. You can choose the best from the list of free WordPress themes. Premium responsive WordPress themes are choice of every person now a days. … Continue reading Top Free & Premium WordPress Themes

Vivacity- Responsive WordPress Theme is out now



We have released our first WordPress Responsive Theme called “Vivacity“. The “Vivacity” Theme is completely responsive, meaning that it is automatically compatible with any device that a website visitor uses to view the site, whether on a desktop, smartphone, tablet, etc. Vivacity is a child theme of Twenty Fourteen. Using Vivacity theme you can customize various … Continue reading Vivacity- Responsive WordPress Theme is out now

WordPress Inquiry Form Plugin



WordPress Inquiry Form on Web site allows users to communicate with the site owner. The page has fields for filling in name, email and type of message. however, the inquiry form provides an immediate, convenient way for users to ask the company questions. An inquiry form is a form that is filled out by an … Continue reading WordPress Inquiry Form Plugin

Disabling Trackbacks and Pings on WordPress Posts

WordPress has a nice feature to receive and send pings/trackbacks from and to other websites. Every WordPress Website admin receive hundreds of spam trackbacks daily. More than 90% comments having trackbacks and pings showing below our posts. You can disable trackbacks and pings from the Settings » Discussions page, but this option will only provide … Continue reading Disabling Trackbacks and Pings on WordPress Posts

Why Use Bootstrap?



Bootstrap is the most popular front-end framework for developing responsive, mobile first projects on the web. In 2011, some Twitter employee released Bootstrap which, in their words, is a “front-end framework for faster and easier web development.” Bootstrap is a sleek, intuitive, and powerful front-end framework for faster and easier web development, created by Mark … Continue reading Why Use Bootstrap?

Creating Custom Post Types by PHP code

There are two methods by which we can use to create our own custom post types: 1. By Using Plugins 2. By Using hard code into your theme’s functions.php file. “Custom Post Type UI” is a nice plugin that allows you to easily create custom post types as well as taxonomies. This also provides PHP … Continue reading Creating Custom Post Types by PHP code

WordPress permalinks and passing custom Variables to it

Sometimes we need a simple way of passing a custom variable(s) to WordPress. WordPress has a organised way in this respect as it passes a lot of arguments in URL, so unless you want to grub around directly with the $_GET array, then this solution is a little more elegant. First look at the code: … Continue reading WordPress permalinks and passing custom Variables to it

Best WordPress Framework to Use?



WordPress theme developers have created some schemes and processes to make theme development faster and easier. Some develop  an HTML pages first and then develop the WordPress theme of it. This way they have to re-write all codes from HTML to PHP. This time of developing WordPress theme can be reduced by a other way. You can start with the WordPress codes and … Continue reading Best WordPress Framework to Use?