Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Montezuma Theme (http://forum.bytesforall.com/forumdisplay.php?f=53)
-   -   [SOLVED] Hide Tags in all place (http://forum.bytesforall.com/showthread.php?t=19109)

fafa Dec 12, 2012 05:27 AM

[SOLVED] Hide Tags in all place
 
Hi
I'm so sorry for my many questions... but I realy like this theme ... It's fantastic...

I want to hide all tags in index.php and post ... how can i do ? or which css should i edit with which name or tag?

thanks a lot..

juggledad Dec 12, 2012 06:02 AM

look thru the virtual templates

fafa Dec 12, 2012 07:52 AM

I don't understand what should look!!

but I do this :

in post.css ,sepersat .post-categories & post-tags and than for post-tags i say "display:none;"

is work but is it true ? in first I delete post-tags but don't work.

Code:

.post-categories i {
        display:                                inline-block;
        width:                                        12px;
        height:                                        12px;
        margin-right:                        5px;
        background-image:        url(%tpldir%/images/icons.png);
}
.post-tags i  {
        display:                                none;
        width:                                        12px;
        height:                                        12px;
        margin-right:                        5px;
        background-image:        url(%tpldir%/images/icons.png);
}

.post-categories  {
        margin:                                        0; /* Turn off default margins of <p> paragraph element */
        display:                                inline-block;
}
.post-tags {
        margin:                                        0; /* Turn off default margins of <p> paragraph element */
        display:                                none;
}


juggledad Dec 12, 2012 08:34 AM

look at the postformat.php in the virtual templates - then look for something with 'tag' and then read about what that 'Limited PHP code' does

fafa Dec 12, 2012 01:59 PM

Quote:

Originally Posted by juggledad (Post 93694)
look at the postformat.php in the virtual templates - then look for something with 'tag' and then read about what that 'Limited PHP code' does

I don't understand " virtual templates" & "postformat.php"... where are they? Where are the path of them ? I search all file but don't find answer .
what's the "Limited PHP code" I really don't know about it & want to know please.

juggledad Dec 12, 2012 03:11 PM

Look thru the theme options, not the theme code

fafa Dec 13, 2012 02:57 AM

;)
I really never see this icon on top right...

I work with option but not attention to top right corner ....

That's very gooooooooooooooooooooooooooood


so thanks....:)

fafa Dec 13, 2012 11:53 AM

Hi

limit php code is very powerful thing ... that I find it very late...

I start this topic...

for remove tags just delete below tag from index.php & postformat :

Code:

<?php the_tags( '<p class="post-tags">', ' &middot; ', '</p>' ); ?>
now can close this post .

thanks "juggledad".


All times are GMT -6. The time now is 08:38 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.