Home Forums WordPress Themes – Premium Preferential Meta data Reply To: Meta data

#20204
Zdenka
Member

Oh, yes, I understand that. I might have not written it clearly. When

.entry-meta {display: none;}

is added to CSS stylesheet, it affects both the “top” and the footer.entry-meta. I just can’t figure out how to maintain the one called “footer” and remove only the “top”. The basic setting in the customizer offers only to hide the footer.
BTW it seems like the footer.entry-meta includes the bottom “edit” link. So when the code above is applied, the edit link in individual posts disappears as well.

Ok.

.meta-author {display: none}

But how to remove the gap that appears there, the


tag?

As for “Last modified” I guess it can’t be done in a simple CSS…
I’m just staring at that part:

<?php edit_post_link( __( 'Edit This Post', 'preferential' ), '' ); ?> <?php the_tags(__('Tagged with:
'); ?> <?php printf(__('Posted in:
<?php printf( __( 'Articles by: %s', 'preferential' ), '' ); ?>

…having no idea where to apply there something from here: http://codex.wordpress.org/Function_Reference/the_modified_date without destroing the structure.

How about adding Last modified (option?) to the theme in an update? Just a suggestion.