Tumblr is broken
@staff @support sigh
Permalinks aren’t working again; I’m getting redirected to my dashboard everytime I click on a post. I’m a UK user. I thought you guys fixed this?

#ryland grace#phm#rocky the eridian#project hail mary spoilers



seen from China
seen from United States
seen from United States
seen from United States
seen from Brazil
seen from China
seen from United States

seen from Malaysia
seen from Syria

seen from United States

seen from United States
seen from China
seen from United States

seen from Malaysia
seen from United States
seen from United States
seen from Türkiye

seen from Malaysia

seen from Malaysia
seen from United States
Tumblr is broken
@staff @support sigh
Permalinks aren’t working again; I’m getting redirected to my dashboard everytime I click on a post. I’m a UK user. I thought you guys fixed this?
Okay tumblr changed the reblog documentation for custom themes at some point recently it looks like. I noticed on all of my blogs the "source" link on both the index page and post perma pages weren't showing up and I think I figured it out.
So you use {ReblogParent} in the {block:RebloggedFrom} block to render a link to the blog you reblogged a post from (e.g. "Reblogged from: user 123" or "Via: user 123"). If the reblog is part of a chain, then there will also be the original poster (OP), the source of the post who may be different than who you reblogged it from (e.g. "user 789").
Before, to render a link etc to the OP of a post you could use {block:ContentSource}{SourceURL}{/block:ContentSource}, but it seems that no longer works for reblog chains, or rather only renders something if you manually input a source when making a post using this thing no-one uses
(I've seen folks use this to specifically link to an external website as the source of the post's content, but like very rarely lol)
So!
Now if you want to render a link to the OP in a reblog chain that shows on your theme in the post info now you have to use {ReblogRootURL} etc but it must be inside of {block:RebloggedFrom}! Putting it in {block:SourceContent} won't work!!
e.g. {block:RebloggedFrom}<a href="{ReblogRootURL}">Post made by {ReblogRootName}</a>{/block:RebloggedFrom}. This will let you create a link to the original post on OP's blog saying "Post made by user 789" sorta thing
Screenshots from my ygo sideblog to demonstrate lol
Before:
and now After:
(I added it to the {PermalinkPage} block as well and it worked fine, shown in yellow above)
I've made this change on all my blogs and it seems to work fine. See tumblr's documentation for specifics.
[solved] Permalinks and redirects
[solved] Permalinks and redirects
Permalinks and redirects are two essential elements of WordPress websites. Permalinks determine the structure of URLs for each page, post, or category of content. Meanwhile, redirects help transfer traffic from one URL to another. These two components can greatly affect SEO, user experience, and website functionality. Therefore, it’s important to understand how to fix them on WordPress if an…
View On WordPress
How to enable permalinks in WordPress - Ubuntu Apache2
To enable permalinks in WordPress while hosting on an Ubuntu server with Apache2, you can follow these steps: 1. Log into your server: Ensure that you have SSH access to your Ubuntu server. 2. Install WordPress: If you haven’t already, install WordPress on your server. You can follow the WordPress installation guide for Ubuntu:…
View On WordPress