Carlb5253
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Change HOME link in MenuOkay this is what i did;
I installed wordpress into https://www.mydomain/blog
I found the original Home link in the Header.php file and deleted it.
<li><a href="<?php bloginfo('url'); ?>">Home</a></li>
Thats what it looks like and i deleted it all.
Then i created a new page called Home.
I installed ‘page lists plus plugin’ which enables you to redirect pages.
Once installed go to its settings and make sure the redirect option is checked then you can go into page editor and scroll to the bottom where it gives you an option to redirect.
I then set home to redirect to my main home page (you have to put full URL including https:// )
Hope that helps.
If you go to my blog
https://www.cjbwebdesign.com/blog you can see my home link redirects to my home page now – https://www.cjbwebdesign.com
Forum: Fixing WordPress
In reply to: Change HOME link in MenuI am not sure how but there will be a way to link the feed to your blog. But i am not an expert on that.
Use the Page list plus plugin to do page redirects, once installed go to its settings and make sure the redirect option is checked then you can go into page editor and scroll to the bottom where it gives you an option to redirect.
Make sure you put in the full URL including https://
Cheers
Forum: Fixing WordPress
In reply to: Change HOME link in MenuHi
I managed to do it by deleting the original Home link, then adding a new home link and doing a page redirect!!
Can you not use an RSS feed for your issue?
Forum: Fixing WordPress
In reply to: permalinks show root directory instead of actualChange site URL so its the same as WordPress URL
Forum: Fixing WordPress
In reply to: Change HOME link in MenuAnother solution for this is if i could just delete HOME from that menu?
That would do.
Can anybody help?
Thanks
Forum: Fixing WordPress
In reply to: Change HOME link in MenuThanks for the reply,
This theme does not support custom menus, which is why i am stuck.
Does this look like the code?
<h2>” rel=”bookmark” title=”Permanent Link to <?php the_title_attribute(); ?>”><?php the_title(); ?></h2>
I found it in Main Index Template file, i am a php novice btw ??