Shape 5

Wordpress Club Themes => Game Crusade - Club => : haraldkr November 14, 2011, 11:37:50 AM



: Date and time of postings (articles) in shape5 wp-theme
: haraldkr November 14, 2011, 11:37:50 AM
Hello!

I am working with a shape5 theme for wordpress (Game Crusade) and I am looking for (I really need) the date and time "stamp" wordpress usually has! It seems that it is in the template pages but doesn't sho up!

The demo theme doesn't have that either: http://www.shape5.com/demo/index.php?wp/game-crusade

How can that be solved? Is it a bug or just meant to be this way?!

Harald.


: Re: Date and time of postings (articles) in shape5 wp-theme
: Tristan Rineer November 14, 2011, 12:47:24 PM
Beginning with "Bridge of Hope", I created a new custom "loop" that includes the timestamp and post/page thumbnail capabilities.

I have been planning to go back through the designs I have already converted and upgrade them with all the new features and functions I've created, but so far there's been more demand for conversion of new designs and plugins, so I've been focused on that.

As a temporary solution, if you edit "loop.php" and add the following code to wherever you want the date to appear, it should work until I'm able to do an official update:

:
<?php echo '<div class="post-date">' get_the_time('F j, Y'$post->ID) .'</div>'?>