Forums

[Plugin: Yoast Breadcrumbs] 404 Breadcrumbs (1 post)

  1. wordpress4you
    Member
    Posted 4 weeks ago #

    The small tweak to make this plugin to display 404 page breadcrumbs (right not it doesn't).

    Go to wp-content/plugins/breadcrumbs/yoast-breadcrumbs.php or open it in plugin editor.
    Find the line:

    } elseif ( !is_page() ) {

    add two lines above:

    } elseif (is_404()) {
                    $output = $homelink.' '.$opt['sep'].' '.bold_or_not('404 - Missing');

    Sure it will be nice to put this 404 text at the plugin options page but I leave it to the author.

    Cao.

Reply

You must log in to post.

About this Topic

  • RSS feed for this topic
  • Started 4 weeks ago by wordpress4you
  • WordPress version: 2.8.5
  • This topic is not a support question