Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Atahualpa 3 Wordpress theme (http://forum.bytesforall.com/forumdisplay.php?f=2)
-   -   Can you suppress date on sticky post? (http://forum.bytesforall.com/showthread.php?t=917)

Andante Mar 23, 2009 02:38 AM

Can you suppress date on sticky post?
 
I have one super short question... is there some easy way to supress the date only on a sticky note?

It's true the date looks kinda silly on there, in an announcements and newsletters section.

THANKS!

Flynn Mar 23, 2009 08:25 PM

To remove the whole post footer on sticky posts, add a CSS Insert

HTML Code:

div.sticky div.post-footer {
display: none;
}

To remove just the Date (instead of the whole post footer), wrap the date in a <span class="post-footer-date"> ... </span> at

A. Theme Options -> Post/Page Info Items -> Footer: Homepage

I.e.:

<span class="post-footer-date">%date('F jS, Y')% | </span>%tags-linked .....

Then add a CSS Insert
HTML Code:

div.sticky span.post-footer-date {
display: none;
}


Andante Mar 23, 2009 08:37 PM

You are incredible! I really thought I was stuck with that darn date. And you respond so darn fast!

finnski Sep 9, 2009 07:42 PM

If I wanted to get rid of the byline in all posts how would I do that? i've been trying to find out how:)

juggledad Sep 10, 2009 01:00 PM

go to ATO->Edit POST/PAGE INFO ITEMS and remove all teh BYLINE options

ameliecafe Mar 21, 2010 01:52 AM

Hello~

I've been adding this code:

HTML Code:

div.sticky div.post-footer {
display: none;
}

to ATO>add html/css inserts> css inserts

but the footer of my sticky posts is still showing up...

if it makes any difference, my posts pages is not my homepage. I have a static homepage.

what is going on?

thanks~

juggledad Mar 21, 2010 05:39 AM

works for me just as you coded it. What is the URL?


All times are GMT -6. The time now is 02:13 AM.

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