Check whether the_excerpt() function is called in a particular page
Posted
by Aakash Chakravarthy
on Stack Overflow
See other posts from Stack Overflow
or by Aakash Chakravarthy
Published on 2010-06-11T12:10:57Z
Indexed on
2010/06/11
14:13 UTC
Read the original article
Hit count: 273
Hello,
How to Check whether the_excerpt() function is called in a particular page example in a archive page.
The thing is i want to know whether the_excerpt() function is used to display the content or whether the_content() is used to display the content in archive/category pages.
How to check this. Is there any conditional tag
© Stack Overflow or respective owner