• Resolved emanuelle

    (@emanuelle)


    I am in a situation where the design calls for the text from the_content() to be displayed in it’s own div with a border around it while the images from the_content() are placed in their own div below the text, I am not even sure how to go about doing this or if it is even possible, does anyone have any ideas?

Viewing 2 replies - 1 through 2 (of 2 total)
  • You could try my Content Parts plugin which allows to to insert dividers into the content area then use template tags to display each part in a different area of your template:

    http://ww.wp.xz.cn/extend/plugins/content-parts/

    If you want to code this manually, the principle behind this is to insert a string into the content area, then want you want to display it in a template, get all the content, explode it into an array where the string is, then you will have each bit of content in the array that you can display in different areas of your templates.

    Does that help?

    Thread Starter emanuelle

    (@emanuelle)

    yes it does!
    thank you

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘WordPress: Separating images/content from the_content()’ is closed to new replies.