WordPress is taking a big leap this time and bringing the most advanced version of it. It will be a new experience for its users and developers because this time WordPress is replacing its traditional classic editor with the more dynamic and handy Gutenberg editor.

Some major WordPress 5.0 updates include […]

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