Results 1 to 3 of 3

Thread: breadcrumb display error

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

    breadcrumb display error

    when you see an ad, the breadcrumb related to "the_title" is displayed wrong (outside the span "current").

    the code, line 1297 of includes/theme-functions.php is:

    PHP Code:
    echo $currentBefore the_title() . $currentAfter

    the correct code should be:

    PHP Code:
    echo $currentBefore the_title('','',false) . $currentAfter

  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. [SOLVED] error display,
    By ibiscorosso in forum Contact Stats
    Replies: 2
    Last Post: July 13th, 2013, 07:23 AM
  2. Coupon Display/Query Error
    By leedharis in forum Report Clipper Bugs
    Replies: 5
    Last Post: December 30th, 2011, 01:02 PM