Results 1 to 2 of 2

Thread: [i18n] single_term_title() instead of $term->name

  1. #1
    Thread Starter
    Amateur numediaweb's Avatar
    Join Date
    Apr 2012
    Location
    Morocco
    Posts
    13
    Thanks
    3
    Thanked 0 Times in 0 Posts

    [i18n] single_term_title() instead of $term->name

    Hi again,

    Dealing always with my multilanguage website, I edited taxonomy-ad_tag.php:25
    instead of
    PHP Code:
    echo $term->name
    I used
    PHP Code:
    echo single_term_title(); 
    This allows to apply the filter;
    PHP Code:
    add_filter('single_term_title',        'ns_translate_content'0); 
    Hope this is fixed in next release.

  2. #2
    Thread Starter
    Amateur numediaweb's Avatar
    Join Date
    Apr 2012
    Location
    Morocco
    Posts
    13
    Thanks
    3
    Thanked 0 Times in 0 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. Search Term Landing Pages? Is it possible?
    By jobortunity in forum JobRoller General Discussion
    Replies: 3
    Last Post: February 28th, 2012, 04:55 PM
  2. [SOLVED] How can I display slug of parent category/term on a child category/term page?
    By cubtuc in forum Report ClassiPress Bugs
    Replies: 3
    Last Post: November 10th, 2011, 10:35 AM
  3. i18n problem with get_last_login function
    By 9clics in forum Report ClassiPress Bugs
    Replies: 2
    Last Post: March 29th, 2011, 10:29 PM
  4. [MOD NEEDED] highlight the searched term
    By pinocchio in forum ClassiPress General Discussion
    Replies: 4
    Last Post: January 11th, 2011, 11:58 AM