How to make tagline/slogan and Headline/Blog title editable


Author Message
nikki

Posted: 6/18/2009
Quote message 

I'm converting blogger themes to wordpress for a website to offer as download. Obviously my Blog title and tagline aren't universal. How do I do this? I did try to leave those fields blank and quickly found out that was a mistake.

Thanks!

Quote :
<!--[if IE 6]><link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/style.ie6.css" type="text/css" media="screen" /><![endif]-->
<!--[if IE 7]><link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/style.ie7.css" type="text/css" media="screen" /><![endif]-->
<link rel="alternate" type="application/rss+xml" title="<?php printf(__('%s RSS Feed', 'kubrick'), get_bloginfo('name')); ?>" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="alternate" type="application/atom+xml" title="<?php printf(__('%s Atom Feed', 'kubrick'), get_bloginfo('name')); ?>" href="<?php bloginfo('atom_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<?php wp_head(); ?> </head> <body>
<div class="Main"> <div class="Sheet">
<div class="Sheet-body">
<div class="Header">
<div class="Header-jpeg"></div> </div>
<div class="nav"> <div class="l"> </div> <div class="r"> </div> <ul class="artmenu">
<?php art_menu_items(); ?> </ul> </div>

 
Garry

Posted: 6/19/2009
Quote message 

In wordpress go to settings->general and you can edit your title and tag line directly.
 
calsnoboarder

Posted: 7/2/2009
Quote message 

Quote Garry:

In wordpress go to settings->general and you can edit your title and tag line directly.


Yes, but can you make that editable by the end user? Like have a parameter you can set in the back end of the template manager?
 
Garry

Posted: 7/2/2009
Quote message 

Try reading following solution which is for adding custom header image function, you may mold it for inserting for your tag line. Otherwise you should study wordpress API