Advertisement
smckinney

Creating and Using a Custom Quotes Setting for Booklikes

Oct 3rd, 2013
6
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. To add a new 'Quotes' setting to your template:
  2.  
  3. 1. Edit your Blog template HTML.
  4.  
  5. 2. Add the following:
  6.  
  7. <meta name="textarea:quotes:Quotes" content="" />
  8.  
  9. to the <head> element, right above the </head> tag.
  10.  
  11. 3. Save your changes.
  12.  
  13. Return to your template customization page (the one with the 'Edit HTML' button). Towards the bottom of the settings sidebar, you should now have a 'Quotes' text box that you can enter or paste text or HTML into.
  14.  
  15. To show these quotes in your quotes marquee:
  16.  
  17. 1. Edit the template HTML for a page with a quotes marquee.
  18.  
  19. 2. Replace the contents of the marquee element with the following:
  20.  
  21. {{ custom.quotes }}
  22.  
  23. 3. Save your changes.
  24.  
  25. 4. Repeat for all other pages with a quotes marquee.
  26.  
  27. Done! You can now enter your quotes in a single pace and have them appear on multiple pages.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement