https images not displaying

Place this code in your functions.php. It will filter all of the content before serving on application layer. <?php function filterContent($content) { $upateURL = array ( ‘http://www.example.com/wp-content/uploads’ => ‘https://www.example.com/wp-content/uploads’, ); foreach ($upateURL as $key => $value) { $content = str_replace($key, $value, $content); } return $content; } add_filter(‘the_content’, ‘filterContent’); ?>

I’m getting 404 when editing a post with hyperlink, what’s wrong?

Try these – Have you checked your php error_log ? – You have already tried disabling plugins and stuff, try changing the default theme and see if you still get this error – Check the code for instances of save_post hook , if any, which might be causing trouble https://codex.wordpress.org/Plugin_API/Action_Reference/save_post – turn on wp_debug, add … Read more

Getting a Error 404 Not Found on subcategory

The cause of this issue for future reference was the ‘.’ in the category base, which was added to resolve a previous issue. Removing this and using /category/postname (per question) works, so will look for an alternative resolution to the category base issue.

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)