How To Create a Tumblr Blogroll
We we say Tumblr Blogroll, that basically means showing all the people you are following, the regular meaning for most other blog platforms is place a link to your favourite sites, not all of them on the same platform. For this Tumblr Code, we’ll stick to the first one and tell you step-by-step how to create a tumblr blogroll, both in a separate page or in your sidebar.
There are some Tumblr themes that have a built-in blogroll, but this tip is for those that do not. This script is not exatly a widget, but rather just a piece of code for your layout.
How To Create a Tumblr Blogroll in a Page
- Go To Customize Appereance >> Page >> Add New
- From the Dropdown Menu, choose Custom Layout
- Paste the following piece of code into the big blank field.
- Click on Create PAge >> Save >> Close
- Optionally, you can check the box “Show a Link to This Page” Which will add a hyperlink to your blog sidebar with an anchor text as indicated on this same editing window.
<p>
{block:Following}{block:Followed}
<a target="_blank" href="{FollowedURL}"><img border: "0" src="{FollowedPortraitURL-96}" title="{FollowedTitle}"/>
{/block:Followed}{/block:Following}</a>
</p>
|
How To Create a Tumblr Blogroll in a Sidebar
In order to create a Tumblr Blogroll in your sidebar, you need to know and locate where the sidebar is located within your Theme’s HTML
- One you locate the part of your theme where the Sidebar HTML is located place this same chunk of code within it
<p>
{block:Following}{block:Followed}
<a target="_blank" href="{FollowedURL}"><img border: "0" src="{FollowedPortraitURL-96}" title="{FollowedTitle}"/>
{/block:Followed}{/block:Following}</a>
</p>
|
Creating a Tumblr Blogroll


3 Responses to "How To Create a Tumblr Blogroll"
Add Comment