Hey,
First, thanks for your amazing work and plugin. I am using cforms for contact forms without any problems.
Now I want to use T-A-F and implemented it as described in the help section ("Alternative 2").
When referred to the page: "domain.com/service/tell-a-friend?pid=100", the title of the page than reads: "Blogname Bild 100 « » Tell A Friend" instead of "Blogname » Tell A Friend"
I am building the Title as following:
<title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> » <?php $category = get_the_category(); echo $category[0]->cat_name; } ?> <?php wp_title(); ?></title>
How can I get rid of the "Bild 100" in the title, which directly corresponds to the pid value given in the URL? I tried to change "pid" to another variable, but than the t-a-f feature doesnt work correctly anymore.
I am using wp2.7 in german.
Thanks for your help.
PS: Unfortunatley, I can't provide a link since the blog is under development on a local server.