Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme »

Can you suppress date on sticky post?


  #1  
Old Mar 23, 2009, 02:38 AM
Andante
 
30 posts · Feb 2009
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!
  #2  
Old Mar 23, 2009, 08:25 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
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;
}
  #3  
Old Mar 23, 2009, 08:37 PM
Andante
 
30 posts · Feb 2009
You are incredible! I really thought I was stuck with that darn date. And you respond so darn fast!
  #4  
Old Sep 9, 2009, 07:42 PM
finnski
 
2 posts · Sep 2009
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
  #5  
Old Sep 10, 2009, 01:00 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
go to ATO->Edit POST/PAGE INFO ITEMS and remove all teh BYLINE options
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #6  
Old Mar 21, 2010, 01:52 AM
ameliecafe
 
20 posts · Mar 2010
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~
  #7  
Old Mar 21, 2010, 05:39 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
works for me just as you coded it. What is the URL?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] removing sticky post from category page creativeliza Post-Kicker, -Byline & -Footer 10 Nov 10, 2009 03:56 AM
Sticky: Post: Container HELP!! lotusheartsinbloom Plugins & Atahualpa 2 Jul 3, 2009 09:19 PM
[SOLVED] Posts marked sticky don't show up with sticky formatting genevieve Atahualpa 3 Wordpress theme 12 Jun 30, 2009 08:06 AM
hide sticky post footer dyrathror Post-Kicker, -Byline & -Footer 1 Apr 26, 2009 01:08 AM
In 3.2 - Post Container Sticky not obeying margin commands Andante New Versions, & Updating 2 Mar 23, 2009 08:33 PM


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


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