• Hello,

    I´m having error in the blog page of this web. But if I go to the post, for example this: /blog/prueb/ is perfect.

    Ant idea how I can fix it?

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Please share screenshots of the error. It will help to better understand the issue and assist you effectively.

    You need to enable error log in config file to understand what is the issue, check https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/

    Thread Starter guilllemes

    (@guilllemes)

    But the interesting is if you click about in category, Blogs display everything perfect. Thank you so much

    @guilllemes this is because the error is on blog landing page and category page loads fine, so there might be issue with theme you’re using or any kind of plugin conflict, if you enable debug log as per the link I shared above you will be able to see what is causing this error.

    You can enable debugging on your website.

    define('WP_DEBUG', true);
    define('WP_DEBUG_LOG', true);
    define('WP_DEBUG_DISPLAY', false);

    Try resetting the permalinks again from Settings > Permalinks.
    I am assuming another thing it may occur for your template pages. May be there has code error on your home.php or index.php, because blog pages are using these templates. You can also try single.php file.

    Thread Starter guilllemes

    (@guilllemes)

    Hello

    I did it with permal9nks and also with the read settings but all is the same. I just installed the Debugging Plugin para I don´t know what to do with it. What I should read and where?

    Thank you so much again for your help!

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Error on Blog page’ is closed to new replies.