CSS knowledge needed to style – I have added date info
-
Great little plugin – does what I want. Checked out a few and this one suited best. Can’t give it a 5 as I still had to put a bit of time in with css, and alter index.php for my requirements. Reading previous Support replies helped with information.
I added at line 75 in the index.php to carry post date across:
$my_date = $post->post_date;
$out .= ‘<div class=”date”>’.mysql2date(‘F j, Y’, $my_date).'</div>’;for date variations:
http://www.cellwebdesign.co.uk/formatting-date-with-php/Impressed the author is still responding to Support although the plugin has not been updated in two years.
________
If styling and configuration options were built in it would be worthy of a commercial product.I spent a couple of hours researching and configuring for my requirements, but fortunately I have carried those styling adjustment and modifications over to three other sites so far.
If those editing options were out of the box I would have been happy to pay $20 – $30 for the product.
- The topic ‘CSS knowledge needed to style – I have added date info’ is closed to new replies.