Change display of meta data in home page
-
By default The Bootstrap Displays on the home page (created by index.php) for every post the date, the author, and “add comment”. I belief this is done in /partials/content by the following lines:
<div class="entry-meta"> <?php the_bootstrap_posted_on(); ?> </div><!-- .entry-meta -->
But I can’t find the function “the_bootstrap_posted_on . So how can I change the display of metadata for posts ?
Thx
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Change display of meta data in home page’ is closed to new replies.