How do I display only the post title under the featured image on the home page and archive pages (i.e. any page that's not a single post)?
For example on http://worlddailyphoto.com/ I only want to see the post titles.
Thanks in advance,
Lily
How do I display only the post title under the featured image on the home page and archive pages (i.e. any page that's not a single post)?
For example on http://worlddailyphoto.com/ I only want to see the post titles.
Thanks in advance,
Lily
Hey,
in includes/loop-archive.php delete following line:
echo avia_excerpt($excerpt);
and the code between:
<!--meta info-->
and:
<!--end meta info-->You must log in to post.