Updated from 3.8 to 4.2 and all post types changed to “post”
Updated from 3.8 to 4.2 and all post types changed to “post”
Updated from 3.8 to 4.2 and all post types changed to “post”
I got the same problem, site wasn’t loading with Chrome after the update (I guess Firefox/Safari handles this somehow differently), because of those https asset links. Are you using WooCommerce by any chance? After updating that I got my site running again, here is a part of their changelog: Fix – Fixed Google Chrome forcing … Read more
WordPress NOT notifying of new update in dashboard
I’ve since found my own solution: Delete the .htaccess file in the WordPress root directory. I’ve written more details in a post on my blog at cellepo.com.
Have you tried using the WordPress admin panel to configure your auto-updates? You may have better luck there. It should be found under your “Dashboard > Updates”. If you do not see it there, there is also the option of a plugin to help manage it for you: Automatic Updater for WordPress
If you’ve modified the theme’s built-in stylesheet, then any changes would be overwritten when you update the theme. If that’s the case, you have a choice: either don’t update the theme, or move your modifications to any type of CUSTOM CSS area that the theme may provide.
You could use an Action Hook ‘save_post‘ to implement the requirement and this way categories will stay synced with your custom table and default tables. Example : function post_updated_sync_category( $post_id ) { //Here you get postid of the post being updated //You can put your code to update in custom table here } add_action( ‘save_post’, … Read more
cannot update ftp credentials even when group owner has write access
FS method direct on NGINX
get_the_terms is not working