• We have a multi-site and on sub-sites, the title seems to work correctly. But on the main site, none of the pages work correctly. I tracked it down to line 1830 in aioseop_class.php.

    It seems to always think the page is an archive. On the home page, is_front_page() doesn’t even seem to work.

    Anyone can help me out with this?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Can you replicate the problem using the default Twenty Thirteen theme with all plugins deactivated?

    Thread Starter First Last

    (@kliphten)

    Ah, didn’t think of trying that. Just tried and it worked correctly so something seems to be up with our functions.php. What could make is_page() not work?

    Thread Starter First Last

    (@kliphten)

    Okay, so I just figured out what is causing the issue, though I don’t know why it is. We’re creating custom post types and for some reason, this line in one of the custom post types causes the issue:

    ‘has_archive’ => true

    When I remove that post type, and leave the others (which also have that line), the title shows up correctly. What’s going on?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Title Not Working At All’ is closed to new replies.