How To Remove Source Via Link on Tumblr
Tired of getting those “Via” links added automatically without your concern?. Some tumblr themes have the code that inserts the source link attribute and display it without the need for your approval
So, if you finally get rid and remove the source link on your Tumblr, follow the steps below
How To Delete The Source Link on Tumblr
- Go To Customize Theme >> Edit HTML and locate the following tag {block:ContentSource}
- Also, try to the find the closing tag for that same parameter, it should not be far away from the opening tag {/block:ContentSource}
- Now, what you specifically need to do in order to remove the source link, is to wrap ALL what’s inside the ContentSource tags with the following snippets:
- Check the example below so you better wrasp the idea, NOTE where the lines mentioned above are exatly added:
<!-- and --> |
{block:ContentSource}
<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
{/block:SourceLogo}
{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
{/block:ContentSource}
|
You are, in fact, hiding the source on your Tumblr, not fully removing it, but this is actually better, since you just have to take out those snippets in case you want the “Via” links back. You can also try indeed fully deleting everything that’s inside the ContentSource tags, but you risk messing up your theme.


One Response to "How To Remove Source Via Link on Tumblr"
Add Comment