• 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?

  • The topic ‘Output of a plugin as plain html without surrounding theme?’ is closed to new replies.