 yvonney
|
Hi !!!
I thought I might have had it figured out. Nope, it looks like I haven’t.
Could anyone say what the steps are needed to do something like the way BSDDS is setup in WordPress??? How is the BSDDS working in WPress when it doesn’t like Code in the articles etc. That’s probably a real dumb question.
I’m playing with the it in a localhost server and can’t quite figure out how it all gets put into wordpress.
And then there’s the play button beside each track.
Has anyone managed to get their WordPress site cool like it is here on the wonderful Brad Sucks site:))??!!
Thank you everyone!
|
 Brad
|
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.
|
 yvonney
|
I’m back! WoW! Thanks Brad…
um, so me being a bit new if you have a chance could you confirm that when having a working BSDDS I add the code from above at the top and bottom of one or all of the BSDDS pages?
oh, does anything go between the ()?
And, is there anything you do that not obvious to get the player running to the left of each individual track like you have. I don’t get that at all….
So cool…!
whatever happens total thanks!
y
|
 Brad
|
Yeah, add the code to index.php to start and try that out. Nothing between the parentheses. It’s all kind of advanced though so if you’re not very familiar with PHP this may be a bit much.
To get the player running, uncomment the playtagger lines at the top of listcatalog.php and that should do it.
|
 yvonney
|
Hi…thanks. Well I’m familiar with php enough to not assume that my first guess at understanding is right… hehehe
you know what I mean I bet… the littlest things can take days… So that’s REALLY helpful. I’ll write back whatever happens this weekend I bet…
y
|
 acodispo
|
When I do the above, I don’t get a <title> out of the page. Any ideas?
|