Check whether the_excerpt() function is called in a particular page
- by Aakash Chakravarthy
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