• I’ll be running WordPress activating multisite for about thirty different sites all using the same template. Is it possible to allow a certain groups of users to only be able to edit certain areas on a page?
    Here is an example below
    basically a header – not editable
    h3 – not editable
    image – not editable
    text – editable
    h3 not editable
    image – editable
    text editable

    Example:
    An about page…
    I’ll have a header image that will not be editable
    <h3>not editable </h3>
    <img class=”alignleft” title=”image not editable” src=”https://website.com/wp-content/uploads/2011/07/image.jpg&#8221; alt=”image not editable” width=”245″ height=”234″ /> this text is editable.
    <h3>not editable </h3>
    img class=”alignright” title=”image is editable” src=”https://website.com/wp-content/uploads/2011/07/image.jpg&#8221; alt=”image not editable” width=”245″ height=”234″ />this text is editable also.

    Thank you for your time!

    Best Regards,

    Upendra

  • The topic ‘user groups edit only certain content areas on page(s)’ is closed to new replies.