I'm setting up a site for a friend and they want to have a tag line. Is their way to display the blog discription on the page without hacking the index.php?
I'm setting up a site for a friend and they want to have a tag line. Is their way to display the blog discription on the page without hacking the index.php?
Try bloginfo('description'); (in a php tag of course)
HTH
that means editing the index file :O)
The blog description is part of your content. Content goes in index.php, presentational stuff in wp-layout.css. CSS is great but it can't do everything ;)
Although since it's part of the options panel, perhaps the default index.php should be modified to reflect that.
css can do a lot :)
i saw an example where some guy used css to add content in a page. used it for adding e-mail address. weird and bulky but so was css pencil! :)
This topic has been closed to new replies.