Forums
(@leifiuz)
13 years, 7 months ago
keesiemeijer: Now it′s working.. thanks alot
keesiemeijer: did not work.. just show 2 extra rows, but not the full post.
Unconformed: i have but thats not working.
and in tags.php:
<h3><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><?php echo substr($post->post_title,0,20); ?></a></h3> <?php wpe_excerpt('wpe_excerptlength_blurb', ''); ?> <div class="clear"></div>
14 years, 2 months ago
I managed to fix it with SEO-ultimate plugin
in the posts and pages. But not at the startpage.
it looks like this at the startpage:
<title>Personalkontakten | Rekrytering, Personal, Personalrekrytering n?r den ?r som b?st </title>
at the start page.
i wanna have the sitenamn at the end of the title. This rpoblem i just on the startpage.
problem number 2:
now it stand: Personalkontakten | Rekrytering, Personal, Personalrekrytering n?r den ?r som b?st
i wanna have: Rekrytering, Personal, Personalrekrytering n?r den ?r som b?st | Personalkontakten
that was the problem… All in One SEO… but why? it never happend before
it looks like this in the header.php
<title><?php wp_title( ‘|’, true, ‘right’ ); ?> </title>