• Hello.
    Need help please.

    post (publication) – how to place in post a list of related (to that post) tags?

    in template we put – <?php the_tags(); ?>

    so what put in post??

    Thanx.

Viewing 4 replies - 1 through 4 (of 4 total)
  • In Add new post you have in the left of title & content of your new post a place where you can add your tags. This place is above the place where you choose categories.

    Thread Starter ka81

    (@ka81)

    i repeaet more exactly:

    of course, globaly, i will add tags in that specific block (above categories).
    my point is – i need to put list of tose tags IN MAIN TEXT FIELD of post!!!

    Thread Starter ka81

    (@ka81)

    files.ka81.com/pic/listoftags.JPG

    as you see in text-field i placed a code (as example) – [list_of_tags]
    that’s what i need.
    is there’s a possibility to do like that?
    maybe using some wordpress already existed code or some plugin…

    Thread Starter ka81

    (@ka81)

    http://wordpress.org/extend/plugins/template-tag-shortcodes/
    i’m using – [wp_tag_cloud]

    can smbd please tell how to asign a class for that code??

    i see the source is:

    <strong>В ролях:</strong> <a href='http://x-files.net.ua/?tag=gillian-anderson' class='tag-link-17' title='2 теми' style='font-size: 8pt;'>Gillian Anderson</a>
    <a href='http://x-files.net.ua/?tag=david-duchovny' class='tag-link-18' title='2 теми' style='font-size: 8pt;'>David Duchovny</a>
    <a href='http://x-files.net.ua/?tag=ken-camroux' class='tag-link-186' title='1 тема ' style='font-size: 8pt;'>Ken Camroux</a>

    so, in style.CSS i put

    .tag-link {text-decoration:none; color:black;}
    .tag-link a {text-decoration:none; color:black;}

    but no result.

    please help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘TAGs in post – how to?’ is closed to new replies.