vbcruiser: I haven't looked at the code, but generally speaking, you need to go into all the page templates (main index, permalink/single page, pages) and remove the code that prints a post's publication date.
If you have trouble, post here and I'll look at the theme, maybe do a quick screencast to show you how -or something helpful.
wordpress PHP tweak
vbcruiser: I haven't looked at the code, but generally speaking, you need to go into all the page templates (main index, permalink/single page, pages) and remove the code that prints a post's publication date.
If you have trouble, post here and I'll look at the theme, maybe do a quick screencast to show you how -or something helpful.
I could use some help
I am having a hard time deleting the time and date off all posts and pages. I am using Lorem Ipsum and I can't get the stupid date off.
To remove the date image off
To remove the date image off your pages simply add
<!--at the front of and
-->at the end of the following code:
<div class="contentdate"><h3><?php the_time('M'); ?></h3>
<h4><?php the_time('j'); ?></h4>
</div>
So it would look like:
<!--<div class="contentdate">
<h3><?php the_time('M'); ?></h3>
<h4><?php the_time('j'); ?></h4>
</div>
-->
Alter the code in your index.php and your home.php files in the Nightlife theme directory.
If that doesn't work or you have any questions let me know ^,^
(disclaimer: I'm not a coder or the creator of any of this stuff... just a fan who's trying to muck around and adapt this theme to my own site ^,^)
Post new comment