Hi,
On the homepage, the full posts before the grid are displaying the meta data (author, date, category and permalink) on a gray box.
Is it a way to display exactly the same on the posts in the grid ?
I’ve searched on some PHP files, but found nothing !
Thank you for your help…
Regards,
Fonfon
You need to open content-*.php and replace this code:
<?php if( ! pinboard_post_is_full_width() ) : ?>
<?php pinboard_entry_meta(); ?>
<?php endif; ?>
with this:
<?php pinboard_entry_meta(); ?>
Thank you for the answer.
First, I copy the content.php on my child directory. Then I replace the code as mentionned (2x on the content.php file).
But it doesn’t work.
Have I to do this on each content-*.php file ? I’m using only default posts (no galeries, no images and no video posts)…
Thanks
Fonfon
I’ve been trying to work out how to do this for ages. I would really like the meta info to display on the post excerpt as well as in the main post to facilitate site navigation.
I’ve tried the solution Daniel posted above, but it doesn’t seem to do anything?
Does anyone know how to solve this?
Many thanks in advance!
Naeem
Scrap that. As is often the case, I wrote the post above and then found a solution. My apologies.
To add the categories and date to the home page excerpts have a look at section ‘3) Change the home page’ of the following link : http://www.mouseclick.com/tutorials-2/hide-meta-info/
I then used the CSS he provided in section 4 to remove the date as I only wanted to show the categories like this: http://www.somescribblings.com
Hope this helps,
Naeem