Forums

[resolved] Page Title in Browser showing Uknown Action before the page/post title (7 posts)

  1. mrdfrost
    Member
    Posted 1 year ago #

    I've been stumped trying to find what might be causing this to happen.
    On some pages I have "Unknown action" show up before the actual page/post title. This doesnt happen all the time mind you.
    Any direction on how I might be able to resolve this would be appreciated.
    A few examples of what I am referring to:
    http://www.vanmusic.ca/vancouver-music-blogs/vancouver-is-full-of-talent
    http://www.vanmusic.ca/alternative-music-index

  2. emyyy
    Member
    Posted 1 year ago #

    The title can be edited in your header.php file in your theme folder. By default, it pulls from the page title. Here's the WP function reference: http://codex.wordpress.org/Function_Reference/wp_title

  3. mrdfrost
    Member
    Posted 1 year ago #

    Thanks for the reference. I will try a few variants and see what happens.
    But right now the title tag reads <title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title>

    and like I said before this problem doesnt happen on all pages, just a select few. It's like something is trying to add some sort of additional information to the page title and is not finding it.

  4. mrdfrost
    Member
    Posted 1 year ago #

    I've noticed now since the site wordpress upgrade to 3.0 that the site feed no longer validates. Again this unknown action is showing up.
    http://validator.w3.org/feed/check.cgi?url=http%3A%2F%2Fwww.vanmusic.ca%2Ffeed%2F

  5. esmi
    Theme Diva & Forum Moderator
    Posted 1 year ago #

    Have you tried:

    - deactivating all plugins to see if this resolves the problem? If this works, re-activate the plugins one by one until you find the problematic plugin(s).

    - switching to the Twenty Ten theme to rule out any theme-specific problems?

  6. mrdfrost
    Member
    Posted 1 year ago #

    Hi Esmi,
    I"ve just went through all the plugins. There does appear to be a conflict, although I haven't narrowed down which yet.
    But as of now it looks to have resolved the problem.

  7. esmi
    Theme Diva & Forum Moderator
    Posted 1 year ago #

    Excellent! :-)

Topic Closed

This topic has been closed to new replies.

About this Topic