bernard1980
Forum Replies Created
-
Forum: Themes and Templates
In reply to: remove > from titletnx but it just says home here 🙂 but i’m gonna chan that anyway so…
( **** keyboard 🙁Forum: Themes and Templates
In reply to: remove > from titlelast one workes ! great … thanks
Forum: Themes and Templates
In reply to: remove > from titlenope -> permalinks is custom /%post_id% ..nowhere >>
sry for all spelling mistakes –> low battery wireless keyboard 🙂Forum: Themes and Templates
In reply to: remove > from titleEven if ther would be somewhee a > misplaced the chance that it becomes visible n he title navigatio van is small .. there wouldbe much more chance to be somewhere on the page itself
Forum: Themes and Templates
In reply to: remove > from titleIn the meta of the header there is
<meta name=”copyright” content=”Startersgids.be”>
<meta name=”Language” content=”NL”>
<meta name=”revisit” content=”15 days”><title><?php wp_title(); ?></title> <link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_directory') ?>/reset-fonts-grids-tabs.css" /> <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />As you can see there is
<title><?php wp_title(); ?></title>But when you check the navigationbar on my site it says (double > + title
Forum: Themes and Templates
In reply to: make meta description = 255 first characters of each postoh by the way … i saw the following in the code :
<meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />
what exacly does that peace of code do ? Because when i check the source code it only says :
<meta http-equiv=”Content-Type” content=”text/html; charset=UTF-8″ />
Forum: Themes and Templates
In reply to: Remove lines between added links in blogrollthanks , i didn’t noticed that border=1 when i looked in the style.css
Forum: Your WordPress
In reply to: feedback appreciatedhi,
thanks, i guess 🙂Deleted the ‘ under construction ‘ gif and made the page background less dark. Also changed the background from the sidebar ( white ).
About the colors you maybe right 🙂 but for the moment i’m gonna leave it as is …
Forum: Plugins
In reply to: Meta keywords from tags?this is pretty good but how can I add meta keywords to my index page ( based on a page and not a post this seems impossible because their isn’t a tag option in the write page option.
This means the posts havekeywords but the pages aren’t ???Forum: Plugins
In reply to: Automatic Tags Based on Keywordsoh … just noticed … this will set the words into the meta tags of the page ‘meta keywords’coding which is not what you asked …sorry … however it’s a great way to customize your meta keywords. I don’t see another positve thing about adding a enormous list with words on your pages…it’s not very pretty looking…
With this code you can add your keywords without showing them on your site and this they get indexed by search engines 🙂Forum: Plugins
In reply to: Automatic Tags Based on Keywordscopy this code between the <head> tags of your layout header.php file..
works great in 2.5<?php global $post;
if( is_single() || is_page() ) :
$tags = get_the_tags($post->ID);
if($tags) :
foreach($tags as $tag) :
$sep = (empty($keywords)) ? ” : ‘, ‘;
$keywords .= $sep . $tag->name;
endforeach;
?>
<meta name=”keywords” content=”<?php echo $keywords; ?>” />
<?php
endif;
endif;
?>Forum: Themes and Templates
In reply to: Admin Page Editor woes…Hi,
Same problem here ! and hating it by the way…I often use frontpage to create pages with pictures and so on ( using cells ) . By doing this i can create pages that looks pretty nice.
After uploading the html code into the html editor of wordpress everything got messed up.There is a problem in the editor and most of it is due to de new alinea function. Sometimes i have to “enter” 3 times ( even in the visual mode) to leave 1 empty rule…
A fix for this is appreciated..
Forum: Themes and Templates
In reply to: Trouble with auto new line ( template extorsion) BUG ??oh my god … it even happens in here !!!!!!!!!!!!!!!
Oh i didn’t notice on my site but i think it due to the fact that it’s considered as 1 word. Strange… he does it correctly in all the sentences except the “dsqfsdjfhqkj” line