Results 1 to 3 of 3

Thread: ClassiPress breadcrumb

  1. #1
    Thread Starter
    marziocarro's Avatar
    Join Date
    Mar 2013
    Location
    Italy
    Posts
    7
    Thanks
    0
    Thanked 2 Times in 1 Post

    ClassiPress breadcrumb

    In my custom child theme I need to modify cp_breadcrumb() function to include my custom taxonomies.

    In future versions of ClassiPress is possible to change the function?
    from:

    PHP Code:
    // Breadcrumb for the top of pages
    function cp_breadcrumb() {
    ...

    to:

    PHP Code:
    // Breadcrumb for the top of pages
    if ( !function_exists('cp_breadcrumb') ) :
    function 
    cp_breadcrumb() {
    ...
    }
    endif; 

  2. #2
    samcy's Avatar
    Join Date
    Mar 2012
    Location
    Germany
    Posts
    12,098
    Thanks
    121
    Thanked 1,756 Times in 1,442 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Rolf Hassel (Samcy)

  3. #3
    Thread Starter
    marziocarro's Avatar
    Join Date
    Mar 2013
    Location
    Italy
    Posts
    7
    Thanks
    0
    Thanked 2 Times in 1 Post
    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. How to rename breadcrumb tags
    By harry0013 in forum ClassiPress General Discussion
    Replies: 2
    Last Post: March 11th, 2013, 09:32 AM
  2. How to correct breadcrumb trail in classipress?
    By harry0013 in forum Report ClassiPress Bugs
    Replies: 1
    Last Post: June 13th, 2012, 02:52 AM
  3. [CLASSIPRESS] Latest Ads Breadcrumb translation
    By villadecker in forum Report ClassiPress Bugs
    Replies: 1
    Last Post: February 17th, 2012, 06:16 AM