WordPress cron

Do you need to implement a WordPress cron to execute some tasks automatically at a specific interval? Let’s say you want to send an automatic email at a specific time. For this you can schedule this task in WordPress, but you will also need to set up a cron at the server level, in Cpanel, […]

Adding Bootstrap to a WordPress theme

Bootstrap is the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web.Bootstrap is the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web. Probably you would want to use Boostrap in your wordpress theme for the ease of doing grids, stylish […]