This topic has 8 replies, 2 voices, and was last updated 10 years by Radu.

  • Author
  • #101379
     taiger
    Participant

    Tag Archive for:

    The above is giving H1 can we change this

    #101380
     taiger
    Participant

    you can see that all tags are giving the same H1 title which is bad.

    #101382
     taiger
    Participant

    better screen grab

    #101387
     taiger
    Participant

    i fixed the Tag Archive for: but would like to remove the word —Tag Archive for:

    #101590
     Radu
    Moderator

    Hi,

    Please add this snipet to your wp-content/themes/kleo-child/functions.php

    COPY CODE
    
    //Add me to child theme functions.php
    function kleo_title()
    {
    	$output = "";
     
    	if (is_tag())
    
    	{
    		$output = __('Tag Archive for Custom:','kleo_framework')." ".single_tag_title('',false);
    	}
    
    	return $output;
    }
    

    Replace “Tag Archive for Custom:” with your desired text.

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #101606
     taiger
    Participant

    Hi it did not work… when added i get a white page.. on all links

    #101623
     Radu
    Moderator

    Hi,

    Paste the code from here : http://pastebin.com/raw/gCnTgA0m

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #101682
     taiger
    Participant

    Hi again, still no joy i am afraid. i keep seeing blank screen when i add the code,

    #101700
     Radu
    Moderator

    Hi,

    Please provide ftp

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 9 posts - 1 through 9 (of 9 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?