lchfmalta
Forum Replies Created
-
Same here. Annoying text ‘share’…
Forum: Fixing WordPress
In reply to: Site titleAny idea how long it takes on average for google to update their indexs?
Forum: Fixing WordPress
In reply to: Site titleStrange, the blog title still has not changed.
It still shows in google search with the text ‘Comments on’.
Forum: Fixing WordPress
In reply to: Site titleThank you 🙂
Forum: Fixing WordPress
In reply to: Site titleHi Esmi,
Should I place the code inbetween the header and body tags?
Forum: Fixing WordPress
In reply to: Site titleWould this work?
<head>
<meta charset=”<?php bloginfo(‘charset’); ?>” />
<link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>”/>
<title> <?php bloginfo(‘LCHFMalta’); ?> </title>Forum: Fixing WordPress
In reply to: Site titleOk, but there is not title tag presently in the header.php file.
Should I just insert it?Forum: Fixing WordPress
In reply to: Site titleI’m a complete noob at this!
Current header code;
<head>
<meta charset=”<?php bloginfo(‘charset’); ?>” />
<link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />If I insert this in the header, will it work?
” title=”<?php bloginfo(‘LCHFMalta’); ?>”><?php bloginfo(‘LCHFMalta’); ?>
Forum: Fixing WordPress
In reply to: Site titleHi Andrew, thanks for the help.
Which page do I edit to add the title?