Blogs Widget Options

Guys

Any way to choose the blog IDs that appear in the blogs widget versus the ‘random’ or ‘latest’ options that come with the widget?

Thanks

  • scotm
    • Flash Drive

    For those that care, a way around this is to choose ‘latest’ and then edit the "date and time created" for the blogs you wish to have appear in the widget. This enabled me to have three blogs that I want to appear in the widget by making their creation date the most recent.

    Hope this helps someone in lieu of a more permanent solution.

    Thx

  • Andrew
    • Champion of Loops

    Hiya,

    You can also comment out the queries (lines 147 and 149) in the plugin and fake the array like so:

    $blogs = 1;

    $blogs = 24;

    $blogs = 748;

    As the point of this widget is to provide an automated listing of blogs I’m not sure this is a feature we’ll be adding in unless a lot of members request it.

    Thanks,

    Andrew