How to remove specific content in single page
-
I’m using a the_content(); tag to display the content from the text-editor. But I want to hide some contents there and display it on other place of the page. I don’t want to use a custom fields.
This is what I want to happen.
I’m building an image gallery by putting the images in the text-editor but I don’t want to display the images by using the_content(); tag. And I also want to get that images and display it in my image gallery, each post have image gallery.I think this stuff is possible without using custom fields, coz custom fields can only add 1 image url per value. And using multiple custom fields is not advisable.
Please help me on this stuff.
Thanks in Advance.
- The topic ‘How to remove specific content in single page’ is closed to new replies.