![]() |
Display only post titles and publish date
I am trying to achieve the following look on all my category pages;
{mm/dd/yy] Post title Basically I want to only list posts with the above format with the post title being the link Is there any way to accomplish this? Thanks in advance. |
At STyle & Edit CENTER COLUMN -> The LOOP
replace <?php bfa_post_byline('<div class="post-byline">','</div>'); ?> <?php bfa_post_bodycopy('<div class="post-bodycopy clearfix">','</div>'); ?> <?php bfa_post_pagination('<p class="post-pagination"><strong>'.__('Pages:','atahualpa').'</strong>','</p>'); ?> <?php bfa_post_footer('<div class="post-footer">','</div>'); ?> with <?php if ( !is_category() ) { ?> <?php bfa_post_byline('<div class="post-byline">','</div>'); ?> <?php bfa_post_bodycopy('<div class="post-bodycopy clearfix">','</div>'); ?> <?php bfa_post_pagination('<p class="post-pagination"><strong>'.__('Pages:','atahualpa').'</strong>','</p>'); ?> <?php bfa_post_footer('<div class="post-footer">','</div>'); ?> <?php } ?> |
Thank you Flynn,
Can the Published Date be placed on the same line as the Headline? |
PHP Code:
PHP Code:
PHP Code:
PHP Code:
|
Thank you Flynn!
Your answer was well worth a donation for all the great work you do and the support you offer. |
I am using this amended code - sorry to hi-jack, however I want the post title etc to be central to the page, which before I used this code it was, now it isnt.
I have set the headline options in ATO > Style POSTS & PAGES to text-align=center which was working before using this code. I currently have in the LOOP PHP Code:
|
Sorry - sorted it now, am sure most will know how to do it anyway! Apologies for my poor html knowledge! :)
PHP Code:
|
All times are GMT -6. The time now is 11:56 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.