What's new? | Help | Directory | Sign in
Google
                
Search
for
Updated May 05, 2008 by bradsucks
Labels: faq, Featured
FAQ  
Frequently asked questions (and some answers)

Introduction

Make sure you're running the latest BSDDS version. Development is fast and loose and bugs creep in. Also many questions have been asked and answered on the Brad Sucks BFF forums. Check the BSDDS tag.

Questions

How do I get the play buttons working?

To get the player running, uncomment the playtagger lines at the top of listcatalog.php and that should do it. reference

How do I integrate BSDDS with WordPress

For mine all I do is put this at the top of pages I want to appear in WordPress:
  include "../wp-blog-header.php";
  get_header();
  get_sidebar();
and then

get_footer() at the bottom. reference


Sign in to add a comment