Tagged Questions
2
votes
2answers
134 views
Adding short codes from a page's content on header and hiding the same from page's content
I have created a page and added the following shortcode from wp-orbit-slider
[orbit-slider category="test"]
I want the contents of
[orbit-slider category="test"]
be displayed on the header ...
2
votes
1answer
71 views
How to get full content including template HTML
I'm looking to get the page content between the header and footer (as Wordpress already does) that includes the template HTML (as this is going to be an AJAX request).
Is there a function that will ...
2
votes
3answers
144 views
What is a good way to present templated content in WordPress?
I'd like to be able to add a template for a page that will present pages with similar data in the same style. For example, I want to be able to create a "Person Profile" template so that all personal ...