سؤال

How can I reset all variables in order to get the actual page content? I keep getting the last post's content I've called from a news-box I've implemented - but need the actual page's content ..

thanks

هل كانت مفيدة؟

المحلول

Sounds like your news-box isn't using clean methods for pulling posts. I'm guessing that you are not using the get_posts() function. You're probably creating a new WP_Query object from scratch?

Try using get_posts(), as it will take care of keeping the original page query clean for you.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى wordpress.stackexchange
scroll top