• I don’t know how to say,
    I made a navigation,
    The navigation is specified tag,

    <li>
    <a href="#"> USA </ a>
    </ Li>
    
    <li>
    <a href="#"> CHINA </ a> /
    </ Li>
    
    <li>
    <a href="#"> Japan </ a>
    </ Li>

    I use <? The php echo get_query_var ('tag_id');?>
    Get the tag id,

    For example

    “CHINA”, tagid is 77,
    so?

    <li>
    <a href="#"> USA </ a>
    </ Li>
    
    <li>
    <a href="#"> <?php the_tags(ID=77); ?></ a> //?????
    </ Li>
    
    <li>
    <a href="#"> Japan </ a>
    </ Li></a></li>

    [please mark any code with the ‘code’ button – see https://codex.www.ads-software.com/Forum_Welcome#Posting_Code ]

  • The topic ‘I'm in Chinese,I hope someone can help me’ is closed to new replies.