query_posts content filtering
-
Hi there!
I have a shortcode that gets me posts ( http://pastebin.com/50TL5dQx ) by tags using the shortcode attributes. Everything works fine, except the fact that when I display the content, it shows me everything from the posts and I only need the content generated by “generate_caracters” function.
When I run it on the page, it shows me the output from “generate_caracters” and under it, the other information from the posts which I dont need. So I actually need to filter the output so that I get only content generated by “generate_caracters” function.
Anyone know how can I fix this?
Thank you!
The topic ‘query_posts content filtering’ is closed to new replies.