Home › Forums › Lite Version › Excerpts on specific pages only › Reply To: Excerpts on specific pages only
August 11, 2015 at 5:01 pm #6713
Keymaster
Hi Kyle,
Please don’t do that. Please go through this thread. You will have idea of it.
https://www.masonrylayout.com/forums/topic/removing-from-posts-without-content/. There it is used if (is_tag()) { but in place of that you need to use if (is_page(‘YOUR_PAGE_SLUG_HERE’)) { for your page wise condition.
Thanks