Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- How to add more blogs to the blog section in Lightsome Theme
- 1. Go to your theme's html
- 2. Find the part where it says the following:
- <meta name="text:Blog 4 Username" content="" />
- 3. Directly behind (below) it, add the following:
- <meta name="text:Blog 5 Username" content="" />
- 4. Find the part where it says the following code:
- {block:ifblog4username}<a href="https://{text:blog 4 username}.tumblr.com" title="{text:blog 4 username}" target="_blank"><img src="https://api.tumblr.com/v2/blog/{text:blog 4 username}.tumblr.com/avatar/512"></a>{/block:ifblog4username}
- 5. Directly behind (below) it, add the following code:
- {block:ifblog5username}<a href="https://{text:blog 5 username}.tumblr.com" title="{text:blog 5 username}" target="_blank"><img src="https://api.tumblr.com/v2/blog/{text:blog 5 username}.tumblr.com/avatar/512"></a>{/block:ifblog5username}
- Now you should be able to type in a 5th username in the theme options and make it appear in the Blogs section.
- To add a sixth blog, just repeat the steps above by replacing all the numbers in the code snippets from 5 to 6 and then paste the codes right underneath where you placed the previous ones.
Advertisement
Add Comment
Please, Sign In to add comment