All links for my blog lead to the same post
-
I want to add links to my most recent posts to my Instagram bio. I’ve been able to do this, but no matter what link I use, it always links back to my first post. I’ve copied the link to a different post numerous different ways, and if I paste that link into a web browser, it does go to the correct post. However, once I put that link in my Instagram bio, it suddenly only links to my first post. This is also true if I put the link to my homepage in my bio — still just goes to my first post when clicked, although copying and pasting works properly. Is there something I can change to fix this?
The blog I need help with is: (visible only to logged in users)
-
Hi,
You may be making the links incorrectly. Let me demonstrate how what seems to be a link to a page might be a link to a post, and what seems to be a link to one post might be a link to another post
1. https://amakeupescape.wordpress.com/ — links to your post “MOTD”
2. https://amakeupescape.wordpress.com — links to your homepage
3. https://amakeupescape.wordpress.com/2016/08/08/motd/ — links to your post “Urban Decay Naked Skin Color Correcting Fluid Review”
When creating a text link that is itself an URL, the link will go to the assigned destination URL, regardless of whether the text itself is a different URL.
-
Here’s the HTML code of my examples:
1. <a href="https://amakeupescape.wordpress.com/2016/08/08/motd/">https://amakeupescape.wordpress.com/</a> -- links to your post "MOTD" 2. <a href="https://amakeupescape.wordpress.com">https://amakeupescape.wordpress.com</a> -- links to your homepage 3. <a href="https://amakeupescape.wordpress.com/2016/08/07/urban-decay-naked-skin-color-correcting-fluid-review/">https://amakeupescape.wordpress.com/2016/08/08/motd/</a> -- links to your post "Urban Decay Naked Skin Color Correcting Fluid Review"
- The topic ‘All links for my blog lead to the same post’ is closed to new replies.