Post meta data on masonry format Posted in : Bloggy WP ncc553Participant 2 January 2014 at 16:05 #11153 What do I need to do to include author, date, and # of comments on the masonry grid format on the front page? Mehmet S.Keymaster 2 January 2014 at 21:15 #11158 Hi, use this in your custom css field: .blog-masonry .entry-meta { display: block; } .blog-masonry .entry-meta a time.entry-date { white-space: nowrap; } ncc553Participant 3 January 2014 at 00:54 #11169 Thanks! Is it possible to move the meta data to the bottom of the masonry block, after the excerpt? ncc553Participant 4 January 2014 at 00:46 #11200 Just thought I’d check back on this… is it possible to move the meta data to the bottom of the masonry block, after the excerpt? Mehmet S.Keymaster 5 January 2014 at 18:44 #11226 – Go to Appearance > Editor > format-standard.php – Move these lines: <footer class="entry-meta"> <?php get_template_part( 'all', 'meta' ); ?> </footer> <!-- end .entry-meta --> – to between these lines: </div> <!-- end .entry-content --> </article> <!-- end .post --> – Finally: </div> <!-- end .entry-content --> <footer class="entry-meta"> <?php get_template_part( 'all', 'meta' ); ?> </footer> <!-- end .entry-meta --> </article> <!-- end .post --> ncc553Participant 6 January 2014 at 03:56 #11244 Thank you! This was exactly what I had in mind. Mehmet S.Keymaster 7 January 2014 at 03:53 #11290 You are welcome. Viewing 7 posts - 1 through 7 (of 7 total) You must be logged in and have valid license to reply to this topic. License required for the following item Bloggy WP - Responsive Minimalist WordPress Themeby pixelwars Login and Registration Log in · Register