These Tumblr Codes will help make your blogging experience more enjoyable!
Here you will find the codes to the following subjects:
>Hide the Section Which Displays Who You're Following
>Add a Reblog Button On Each Post
>Create a Visitors Welcome Message
>Create an Visitors Exit Message
>Prevent Visitors from Right-Clicking on your Blog
Hide the Section Which Displays Who You're Following
Step 1: Go to "Customize". Then click on "Theme"
Step 2: Find the following code {block:Following} or {block:Followed} in your theme
by using the Find Function or "Control" + "F" keys.
Step 3: Next, look for {/block:Following} or {/block:Followed}.
Step 4: Delete everything that is between the codes: {block:Following} to {/block:Following}
include those tags themselves.
You have now successfully hidden the people you are following on your profile!
Add a Reblog Button on Each Post
Step 1: Go to "Customize". Then click on "Theme"
Step 2: Place the following code before the ending tag for EACH of the post types in the html:
This is an example of the ending code:
{/block:Text}
You should now see a reblog button at every of your post!
Create a Visitors Welcome Message
Step 1: Go to "Customize". Then click on "Theme"
Step 2: Insert the following code into the box:
*Remember to replace the "TYPE YOUR OWN MESSAGE HERE" with your own text!
Your visitors will now see a pop-up box with your message everything they visit your blog!
Create an Visitors Exit Message
Step 1: Go to "Customize". Then click on "Theme"
Step 2: Insert the following code into the box:
*Remember to replace the "TYPE YOUR OWN MESSAGE HERE" with your own text!
Your visitors will now see a pop-up box with your message everything they exit your blog!
Prevent Visitors from Right-Clicking on your Blog
This handy code will prevent your visitors from using the right-click function on your blog!
This easily prevent your photgraphs and images from being stolen!
Step 1: Go to "Customize". Then click on "Theme"
Step 2: Insert the following code right after the head tag:
Understand Basic HTML Codes to the Theme of your Tumblr Blog!
The following codes which are included in the header of your tumblr theme:
{Title} – The html title of your blog
{Meta Description} – An html description of your blog for use within the meta tag
{Favicon} – A dynamically generated favicon url from your portrait photo
{RSS} – The url to the RSS feed of your tumbleblog
The following code refers to your profile picture on your Tumblr:
{PortraitURL-64} - Different sizes are available (16, 24, 30, 40, 48, 64, 96, 128)
The following codes are to be used where different types of posts will be displayed:
{block:Text}{/block:Text} – Displays Text posts
{block:Photo}{/block:Photo} – Displays Photo posts
{block:Photoset}{/block:Photoset} – Displays Photoset posts
{block:Quote}{/block:Quote} – Displays Quote posts
{block:Link}{/block:Link} - Displays Link posts
{block:Chat}{/block:Chat} – Displays Chat posts
{block:Audio}{/block:Audio} – Displays Audio posts
{block:Video}{/block:Video} – Displays Video posts
{block:Answer}{/block:Answer} – Displays answer posts
{Permalink} – The exact url for a single post
{ShortURL} – The sharing friendly short url for a single post
{PostID} – The unique numeric post ID for a single post
The following codes are to be used for the Next/Previous links:
{block:Pagination}{/block:Pagination} – Only displays if there are previous / next pages to link to
{block:PreviousPage}{/block:PreviousPage} – Only displays if there is a previous page
{block:NextPage}{/block:NextPage} – Only displays if there is a next page
{PreviousPage} - Url for the previous page
{NextPage} – Url for the next page
{block:PermalinkPagination}{/block:PermalinkPagination} – Only displays if there are previous / next posts
{block:PreviousPost}{/block:PreviousPost} – Only displays if there is a previous post
{block:NextPost}{/block:NextPost} – Only displays if there is a next post
{PreviousPost} - Url for the previous post
{NextPost} – Url for the next post
|