Tagged Questions
0
votes
2answers
43 views
Interrogate a page within a loop to check template type or custom meta data (Pages vs Posts)
I've spent a few days researching working with WP static pages - as separate from posts.
Although I've found useful guidance, I can't seem to find any good tutorials or worked examples that show me ...
0
votes
1answer
220 views
Display content of page template (get_page)
My problem is that I displayed content of 3 pages on index.php by using get_page(). The problem is that each of those pages have own page template
/*
Template Name: another page template
*/
which ...
-1
votes
1answer
671 views
get_page() unlike Loop returns the post content without html tags. How can I fix this?
get_page() unlike Loop returns the post content without html tags. I need tags. How can I fix this?
I don't want to change wysiwyg editor, here is the bad solution ...