chnm / anthologize

Anthologize is a free, open-source, WordPress-based platform for publishing. Grab posts from your WordPress blog, pull in feeds from external sites, or create new content directly in Anthologize. Then outline, order, and edit your work, crafting it into a coherent volume for export in several formats, including PDF, EPUB, and TEI.
http://anthologize.org
GNU General Public License v3.0
174 stars 28 forks source link

Date information on Projects page appears to be for the last item in the project #27

Open patrickmj opened 13 years ago

patrickmj commented 13 years ago

Imported from Trac ticket #78 reported by patrickmj on 2010-09-15:

The dates reported on the Projects page appear to be the dates for the last item in the project. Adding

<?php the_date(); ?> <?php global $post; echo $post->ID; ?>

for the td for the date shows the difference when you look at the project ID, and when you look at the item IDs within the project.