Tagged Questions
2
votes
1answer
66 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 ...
3
votes
2answers
950 views
Multiple areas of dynamic content in a page
I am new in Wordpress and what I really can't find how to do is the following:
I have a new Page created from the CMS. This pages have different modules with text. Take for example this template ...
1
vote
3answers
353 views
How to create a page template that retrieves content from db?
I have to create a hundred of content pages that share the same structure.
For example:
[Title] - [Subtitle]
[Description]
[Specs]
- [Spec-A]
- [Spec-B]
- [Spec-C]
[Features]
- ...
1
vote
2answers
762 views
Javascript Solution Remove Specific Tag but leave the rest in a specific DIV
I have a div structure that looks like this...
<div class="gallery_lightview">
<div id="lg_image">
<a ...
2
votes
3answers
143 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 ...