Malachute
Junior Member
- Oct 21, 2009
- 124
- 423
Hi all,
I've set up a test blog to see how things are coded for autoblogs. I've been following the techchuck thread for a while and I just need to get 2 things sorted for me to create my own themes.

I've set up a test blog to see how things are coded for autoblogs. I've been following the techchuck thread for a while and I just need to get 2 things sorted for me to create my own themes.
- The plugins provided as well as the .php files fetch the feed using the tags from websites. (I'm about to insert the relevant Digg stories as well but need this on first). Problem is it's only using the first tag using the
How can I code it so it uses mulitple tags using a space between, as that is the best search query for websites (instead of commas). I know that should be done with arguments, however all that I tried gave no real tags to the queries.Code:
<a target="_blank" href="http://search.twitter.com/search?q=<?=$tagname ?>"> - This is kind off newby, after a night coding - I stumbled upon the sidebar being away from the body and more down. Am I missing a tag somewhere?