Malachute
Junior Member
- Oct 21, 2009
- 124
- 421
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
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?