Custom post archive display excerpt
-
I am using the code below to call custom post archive, which is working fine.
<?php echo get_post_type_archive_link( 'event' ); ?>">What I can’t figure out is how to get the archive to display the excerpt instead of the the full port.
Have played around with
<?php the_excerpt(); ?>but with no success
Any help much appreciated
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Custom post archive display excerpt’ is closed to new replies.