Links to the home page generated by themes are not corrected
See original GitHub issueSome themes link back to the home page by clicking on the blog title or in a footer. These links point to localhost:2368
or whatever port the local ghost instance is running on.
Issue Analytics
- State:
- Created 9 years ago
- Comments:13
Top Results From Across the Web
10 Common WordPress Theme Issues & How To Fix Them
Common WordPress errors with solutions. We address some of the most common WordPress theme issues and provide easy solutions to fix them.
Read more >Front page link not correct [#3290905] | Drupal.org
Our front page varies by language & is an entity called "homepage"(ECK ... Given this setup, the sitemap.xml file does not have the...
Read more >Link preview not working - WordPress.org
The page that has the homepage setting displays “my blog uncategorized hello world Author” in the link preview. If I remove the “homepage”...
Read more >Trade Theme - Homepage Not Showing Properly
It looks like most of the pages (About, Services, etc) are showing up fine, but my homepage does not look correct.
Read more >Using Extra's Theme Options | Elegant Themes Documentation
By default the theme creates a Home link that, when clicked, leads back to your blog's homepage. If, however, you are using a...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi, I also experienced the same problem. However, I have tried all the suggestions above and nothing work.
So I am checking some
*.hbs
files. My issues are:I check
floating-header.hbs
and found this:The result is this URL:
I think buster failed to convert some url commands become static.
I need to alter the absolute url, but I don’t have a clue. So I modify the code inside `floating-header.hbs like this:
See… insert your blog address and let alone url without any argument. Delete
absolute="true"
.From this:
Become this:
This trick run well too for disqus canonical URL variable.
It works for me … in September 2018.
about environments