Home › Forums › Pro Version › Show Date
- This topic has 4 replies, 3 voices, and was last updated 4 years, 7 months ago by
Masonry Guy.
Viewing 5 posts - 1 through 5 (of 5 total)
- AuthorPosts
Neale Kelly
ParticipantHow do we remove the comments tab that shows on the layout and replace with the date published?
Many Thanks
N
Masonry Guy
KeymasterHi Neale,
Which layout you are using here ? Is it for default layout ?
Thanks
Neale Kelly
ParticipantHi,
Yes for default layout,
Many Thanks
Neale
Neale
GuestAny thoughts on this one?
Cheers
N
Masonry Guy
KeymasterHi Neale,
Please go to WP Masonry > Layouts. From there please click on Copy To WordPress theme for default theme. Then you will get the new location of the layout theme. Please go to that location and open the layout.php file.
In Line no. 13 which looks like this.
<a href="<?php comments_link(); ?>"><?php comments_number('0 Response', '1 Response', '% Responses' ); ?></a>
Change it to
<?php the_time('F j, Y'); ?>
This should meet your requirement.
Thanks
- AuthorPosts
Viewing 5 posts - 1 through 5 (of 5 total)