Forums

[resolved] Code "Advanced RSS" plugin into Template (3 posts)

  1. jneuenhaus
    Member
    Posted 10 months ago #

    Hello,
    Is it possible to code this plugin directly into my theme's sidebar template without using it as a widget?

    Instructions on how to accomplish this would be great!

    Thanks in advance!

  2. jixor
    Member
    Posted 6 months ago #

    You could distribute the plugin with your template if you wanted. Otherwise it would be a bit difficult. Also if you integrated it into your template's functions.php or similar then your users wouldn't get any updates to the plugin unless you manually integrated the new version so that would be a bit sucky. So untill WordPress adds a 'required plugins' feature for themes to use I'm not sure there is many good options.

    You could write a script in your functions.php to check for the plugin and if it isnt present display an error to your user.

  3. jneuenhaus
    Member
    Posted 1 month ago #

    Figured it out using native WP functions within the functions.php file...WP keeps getting better.

    Thanks for your input though.

Reply

You must log in to post.

About this Topic