jjj

How to add submenu items programmatically in WordPress?

Appending an item to the existing menu can be done using the wp_nav_menu_objects hook. The submenu can be created using the current menu structure. In the submenu code snippet, we need to add the specific ID to become the child of the specific menu.

Read More
jjj

How to configure a cron job in WordPress?

A cron job is used to schedule tasks at periodic fixed times, dates, or intervals. It generally involves repetitive tasks that are automated to save time.

Read More
jjj

When should you create a child theme in WordPress?

It is recommended to create a child theme if web developers have to add new features in the website which are NOT supported by parent theme and parent theme updates are required to get new features and support from theme providers. Read the blog to know more.

Read More
jjj

How to Set Up WordPress Multisite Network?

WordPress 3.0 comes with a feature of Multisite, which allows the user to create a “Network” of subsites within a single install of WordPress. Thus by installing WordPress just once on your server, you can run as many sites as you want.

Read More
jjj

WordPress Tips and Tricks

WordPress is one of the most prominent CMS platform which is being used by many professionals and agencies out there. It has got a great number of features which could be used for optimization or designing of any website. Here are some of the WordPress tips and tricks

Read More
jjj

Moving WordPress site to HTTPS

You have this site which was working fine on http://example.com and next, you moved it to https://example.com and the UI is all messed up. And you have to fix it. How do you do that?

Read More