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 » Montezuma Theme »

Remove date on pages and posts


  #1  
Old Mar 6, 2013, 11:33 AM
letsfigurethisout
 
5 posts · Mar 2013
Remove date on pages and posts

I'm trying to remove pages on posts and pages on the Montezuma Theme (1.1.3).

I'm not too savvy with code, but I really like the theme and am trying to figure out how to remove the date.

Can anyone help?
Please...thanks!
  #2  
Old Mar 6, 2013, 12:09 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
look thru the theme options
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #3  
Old Mar 6, 2013, 12:48 PM
letsfigurethisout
 
5 posts · Mar 2013
Hi,

Can you please be a bit more specific. I have and I can't seem to find anything.
  #4  
Old Mar 6, 2013, 12:53 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
In the theme option look at the postformat.php in "Sub Templates".
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #5  
Old Mar 6, 2013, 01:20 PM
letsfigurethisout
 
5 posts · Mar 2013
Ah, I see it. Can you tell me exactly what code I am supposed to remove?

Thanks so much for your help!

This is what i see:
<div id="post-<?php the_ID(); ?>" <?php post_class( 'cf' ); ?>>

<h2>
<span class="post-format"></span>
<a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>" rel="bookmark"><?php the_title(); ?></a>
<?php bfa_comments_popup_link( '0', '1', '%' ); ?>
</h2>

<?php bfa_thumb( 620, 180, true, '<div class="thumb-shadow"><div class="post-thumb">', '</div></div>' ); ?>

<div class="post-bodycopy cf">

<div class="post-date">
<p class="post-month"><?php the_time( 'M' ); ?></p>
<p class="post-day"><?php the_time( 'j' ); ?></p>
<p class="post-year"><?php the_time( 'Y' ); ?></p>
</div>

<?php bfa_excerpt( 55, ' ...' ); ?>

</div>

<div class="post-footer">
<a class="post-readmore" href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>">
<?php _e( 'read more &rarr;', 'montezuma' ); ?></a>
<p class="post-categories"><?php the_category( ' &middot; ' ); ?></p>
<?php the_tags( '<p class="post-tags">', '', '</p>' ); ?>
</div>

</div>

Last edited by letsfigurethisout; Mar 6, 2013 at 01:55 PM.
  #6  
Old Mar 6, 2013, 02:45 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
take a look of that code and tell me what part you think has to do with the date.
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support

Bookmarks

Tags
montezuma theme, removing date



Similar Threads
Thread Thread Starter Forum Replies Last Post
Remove Date Timestamp from Search Results joshuamu Center area post/pages 10 Dec 9, 2012 01:17 PM
CSS Date Icon on posts CypherUK Header configuration & styling 2 Jun 22, 2011 09:55 AM
[SOLVED] How to remove comment date link only sober Comments, trackbacks & pings 7 Feb 14, 2011 07:20 PM
Grouping posts by date. grimbles Center area post/pages 1 Jun 17, 2010 05:20 AM


All times are GMT -6. The time now is 04:31 PM.


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