• Hello all,

    I am building a website which will be using WordPress as a CMS and there will be a couple of pages on this website which will have more than one area I would like to be able to edit.

    For instance, inbetween the header and footer would be two div’s side-by-side. If I was to add ‘<?php the_content(); ?>’ within one of those div’s, I would have no problem modifying its content. But what if I wanted to make the content in the second div editable? Can this be done?

    I’ve thought about creating another page, making it hidden to the public and then calling the content from that page in the second div. But again, can it be done?

    Lastly, working with Custom Fields, am I able to create and display custom fields on a page and not show the name of the custom field? Is there a way that I can choose which custom fields are displayed instead of all of them?

  • The topic ‘Page Editing and Custom Fields’ is closed to new replies.