Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,

    It seems none of the inner pages are getting accessed. Have you installed you WordPress in Some Sub-directory?

    Can you please try to change the permalinks to Default and see if it works?

    Or else try to enable the Errors by adding/Editing below lines in wp-config.

    define(‘WP_DEBUG’, true);
    define(‘WP_DEBUG_LOG’, true);

    https://codex.www.ads-software.com/Debugging_in_WordPress

    Let me know if this helps.

    Thanks.

    Thread Starter sunnydeval

    (@sunnydeval)

    Only post under /blog are not accessible.
    Rest of pages are accessible.

    Thread Starter sunnydeval

    (@sunnydeval)

    There is no default option.

    These are the options which i can see
    Plain
    Day and name
    Month and name
    Numeric
    Post name (Selected)
    Custom Structure

    Hello,

    With Default, I meant Plain.

    So now as it is working with Plain Type Permalink, it seems the problem is with URL rewriting within your .htaccess file

    My guess is that mod_rewrite is not enabled. Depending on what server you are using, enable mod_rewrite

    Also, try to get the status of mod_rewrite using this
    in_array( ‘mod_rewrite’, apache_get_modules())

    It returns 1 and mod_rewrite is enabled on my server and also checked using phpinfo(). mod_rewrite module is loaded.

    Hope this helps.

    Thanks.

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    How is your site hosted? Are you using a hosting service or managing your own VPS?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Blog Post Content Not Showing Issue’ is closed to new replies.