Hide tags


Author Message
DanOn

Posted: 11/13/2008
Quote message 

On the end of each post, I see the tags I assigned to the post. Can I hide those tags? Have an option that they do not display?
 
Thomas

Posted: 12/3/2008
Quote message 

Hi, search for
<p><?php the_tags();?></p>

this is for the Tags under the articles.
Greatings
Thomas
 
Lazy son

Posted: 2/9/2009
Quote message 

Quote Thomas:

Hi, search for
<p><?php the_tags();?></p>

this is for the Tags under the articles.
Greatings
Thomas


Hi,
up to this post because i'm looking for the way with artisteer to hide the tags at bottom of each post. I tryed to find in the css file the <p><?php the_tags();?></p> line but unsuccesfully.

Any help will be appreciate.

regards,
Nicolas - France
 
Jon

Posted: 2/9/2009
Quote message 

It won't be in the css file. Its in one of the .php files.
 
Caroline

Posted: 2/10/2009
Quote message 

Hi Lazy son,

The line will actually look like:
<?php the_tags('Tags: ', ', ', '<br />'); ?>

and will be located in .php files, not .css (see archive.php, index.php, search.php, single.php).

But this solution is only needed if you work with Artisteer 1.0.
In v2 Beta you can remove Tags directly in Artisteer options:
Articles > Footer > Tags > Display > uncheck "Show Tags" box.

Hope it helps.

Caroline.
 
Lazy Son

Posted: 2/11/2009
Quote message 

Many thanks for your help, I really start to work in web and confusing with the CSS utility... My mistake.

however, thanks for your answers cause i catched the line in the differents html file.

I will check the beta version of artistireer and study the code after to try to understand how the code works.

Thanks for reading and time,
Nicolas