Results 1 to 2 of 2

Thread: Replacing standard breadcrumbs with yoast breadcrumbs

  1. #1
    Thread Starter
    Senior Member emasanl's Avatar
    Join Date
    May 2012
    Location
    Netherlands
    Posts
    122
    Thanks
    10
    Thanked 11 Times in 11 Posts

    Replacing standard breadcrumbs with yoast breadcrumbs

    Hi,

    I've been trying to replace the standard breadcrumbs with the yoast ones (because of the better markup).

    I tried the following:

    // Remove default breadcrumbs and add Yoast ones instead
    remove_action('cp_breadcrumb');
    add_action('yoast_breadcrumb');
    if (!function_exists('yoast_breadcrumb') ) {
    function yoast_breadcrumb() {
    yoast_breadcrumb('<p id="breadcrumbs">','</p>');
    }
    }

    Sadly, this is ineffective. Does anyone have a better idea or a solution?

    Help would be appreciated

  2. #2
    Veteran roald's Avatar
    Join Date
    Nov 2010
    Location
    Canada
    Posts
    322
    Thanks
    25
    Thanked 48 Times in 45 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Microdata Breadcrumbs in Vantage Breadcrumbs
    By darchard in forum Vantage General Discussion (Legacy)
    Replies: 0
    Last Post: February 22nd, 2013, 11:33 AM
  2. Breadcrumbs
    By angus_sharman in forum FXtender Pro
    Replies: 5
    Last Post: February 18th, 2013, 05:50 PM
  3. [SOLVED] Breadcrumbs
    By angus_sharman in forum Report JobRoller Bugs
    Replies: 4
    Last Post: February 3rd, 2013, 02:23 PM
  4. Dimitris Yoast Breadcrumbs with clipper
    By matthias in forum Help Using Clipper
    Replies: 5
    Last Post: December 4th, 2012, 12:10 PM