• Resolved ohdiesel

    (@ohdiesel)


    Hello,

    Is it possible to integrate plugins like random video rotator of youtube/liveleak vids into your template instead of just your sidebar in the form of a widget? Kind of like doing a php call of the widget’s output?

    I have a theme that does not use widgets per se. I have to do everything manually.

    The way a lot of those plugins work is that they have config data in the widget interface itself.

    Someone please help!

Viewing 1 replies (of 1 total)
  • Depends on the plugin – many but not all offer explicit, simple function calls that can be placed in a template file, many in a form similar to this:

    <?php if(function_exists('functionname')) { ... } ?>

    Go through the plugin documentation for each case…

Viewing 1 replies (of 1 total)
  • The topic ‘Integrate plugins into templates? Possible?’ is closed to new replies.