Generally, it cost you nothing much $0 to a bit much $1500+, but that totally depends on you, the choices you make to build your website will determine the cost of it. Let’s start with the basic necessities of a website. Whatever website you want to build, there are some basic requirements for every website […]

Super Rishi

Super Rishi - Just Another Programming Geek


WordPress is a free and open source content management system, CMS in short. You can create dynamic and multi-feature websites with WordPress very easily without even knowing how to code. WordPress powers more than 30% of the WEB, that means, more than 1 out of 4 websites on the Internet are using WordPress as their CMS or you can say […]

Super Rishi

Super Rishi - Just Another Programming Geek

To create custom post type in WordPress there are two ways. One way is to do it by plugin and Second is to create custom post type by the code itself.

Below is the code to create a custom post type […]

Super Rishi

Super Rishi - Just Another Programming Geek

To custom order WordPress posts or custom posts type add following code to your functions.php file in your theme folder: WordPress query to get posts ordered by menu order […]

Super Rishi

Super Rishi - Just Another Programming Geek

Contact form 7 includes its CSS and JavaScript files to all the pages even when there is no contact form on the page. This adds up more load to the page and includes unnecessary files which may conflict with other CSS and JS. It is a good practice to remove these files from all pages […]

Super Rishi

Super Rishi - Just Another Programming Geek