Being asked to update a theme that I don’t have

Most likely this is caused by interference between the Elementor plugin and the Monstroid 2.0 theme. As you can see from its developer’s page Monstroid comes with a plugin called Kava Extra. This plugin, now discontinued by its developer, contains templates for the Kava Theme, which also depends on Elementor. I’m not 100% sure how … Read more

How to make alert for new version on theme options?

see: http://clark-technet.com/2010/12/wordpress-self-hosted-plugin-update-api Basically the idea is to hook your update checking function to the pre_set_site_transient_update_themes filter. The version array key you return from this function will be compared by WP to the current theme version from style.css…. Use the admin_notices action to make your alert message more noticeable

WordPress Backup

There’s 2 steps required to take a full backup. Backup your content Backup your files Backup Content To backup your content, you can use the WordPress export tool. Or you can take a database dump or export copy of your database directly from phpMyAdmin which is the best method. Another way to backup your content … Read more