miskettie
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can't find my logo in CSS so that I can move itIs that not the same as the ‘Inspect Element’ thing that I have been using with Chrome? It lets me edit the css live or is it different? Thanks
Forum: Fixing WordPress
In reply to: Titles not showing!That works! Perfect – thank you very much!
Forum: Fixing WordPress
In reply to: Titles not showing!Thanks for the suggestion. I have just tried this using ‘All-in-one SEO’ and it didn’t work, so tried the simple ‘Simple SEO (Search Engine Optimization)’, which didn’t work either. The ‘Home’ title on the front page doesn’t change.
Am I doing something wrong? (As you can probably guess I am a novice at this!). The above code did work, just made all the other titles disappear! Thanks
Forum: Fixing WordPress
In reply to: How can I make the homepage title different from the navigationNow resolved ??
Forum: Fixing WordPress
In reply to: How can I make the homepage title different from the navigationThank you so much luckdragon!!! It works, just had to change to is_front_page and voila it’s there.
Thanks for your patience ??
Forum: Fixing WordPress
In reply to: How can I make the homepage title different from the navigationThanks!
Forum: Fixing WordPress
In reply to: How can I make the homepage title different from the navigationSorry I am very much a novice at this.
I put the <? ?> either side so that the whole thing looked like this:
<? function my_set_title($title) { if (is_home()) $mytitle = "Welcome To My Site"; if (in_the_loop()) return $mytitle; else return $title; } add_filter('the_title', 'my_set_title'); ?>
I placed this at the bottom on my functions.php (is it supposed to be somewhere specific?)
and it came up with “Parse error: syntax error, unexpected ‘<‘”
Would it be easier if I pasted my functions.php here?
Thank you for much for your help luckdragon.
Forum: Fixing WordPress
In reply to: How can I make the homepage title different from the navigationOoo I am afraid it didn’t like that either….
“Warning: Cannot modify header information – headers already sent by (output started at /home/equinesi/public_html/wp-content/themes/edegree/functions.php:8) in /home/equinesi/public_html/wp-admin/theme-editor.php on line 103”
Is it something I am doing?
Forum: Fixing WordPress
In reply to: How can I make the homepage title different from the navigationHi thank you both.
Luck dragon – I put that in, but it didn’t like it very much and came up with an error, something about a T_double_arrow. Is there a certain place within functions.php that it needs to go?
Nasir – my index.php is about five lines long and doesn’t refer to titles at all. The home.php similarly doesn’t seem to have much in….this is my home.php.
[Code moderated as per the Forum Rules. The maximum number of lines of code that you can post in these forums is ten lines. Please use the pastebin]
Really appreciate your help. Thanks
Forum: Themes and Templates
In reply to: How do I remove blogs from home page and put on a news page?Hi Chip
That really helped. Thank you. I think I have sorted it out now.
Just a quick question – is there a way to change the title of my static home page to ‘Welcome’ without the navigation changing to the same name? (I don’t have the options of having custom menus on this theme).
Thank you!