1
vote
1answer
26 views

Pull the content out of a page

I wanna pull the data from this area "see the red area on the image below" Out to a specific template I have a page template named page.php <div class="contentholder"> <?php ...
0
votes
1answer
104 views

In adding CMS functionality to static website, is complete conversion the only way?

I have a static website that is built in ASP.NET and PHP, and I want to add the functionality of a CMS to it. I know the most complete way would be to convert the whole site over to WP - mimic the ...
0
votes
1answer
30 views

In Wordpress, how do you make several different editors for a single page?

I have a homepage that has many different parts to it. So a s single editor can get convoluted very quickly. Is there a way to break it up so that many editors attribute to this single page? If so, ...
0
votes
1answer
134 views

Make separate text boxes for separate WordPress Custom Fields

I am trying to make usability of WordPress custom fields admin easier in my theme. I saw it in ElegantThemes' eStore theme. Only I couldn't figure out how to do it in my custom theme because I ...