Hi!
Is there a way to display the output of a function without the surrounding template in plan HTML or XML?
Let's take the tags for example:
<?php the_tags('Tags:', ', ', '
'); ?>
How do I get only the output of this function as HTML? Any idea?
Hi!
Is there a way to display the output of a function without the surrounding template in plan HTML or XML?
Let's take the tags for example:
<?php the_tags('Tags:', ', ', '
'); ?>
How do I get only the output of this function as HTML? Any idea?
This topic has been closed to new replies.