Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- EDIT THE MUSIC PLAYER
- ----------------------
- I recommend using the billy music player ( www.sheepproductions.com/billy/ ). Upload your music and get the code. Search for 'YOUR CODE HERE' in the theme's code and paste the music player code there.
- EDIT THE MUSIC PLAYLIST
- -----------------------
- Find <div id="playlist-wrap"> in your code.
- If you have more than one song, I wrote in three more. Simple replace 'track 02' with the name of the song and 'artist' with whoever it's by and so on.
- If you want to delete a track - such as track .04, delete this whole chunk:
- "{block:ifPumpkinBulletPoints}<img src="http://2.bp.blogspot.com/-ueoX7B7fELs/Uk89UWark0I/AAAAAAAAJRw/547I7r46kP4/s1600/tumblr_mc4bifjc2T1qdlkyg.gif" />{/block:ifPumpkinBulletPoints}
- {block:ifNotPumpkinBulletPoints}<strong>o4.</strong>{/block:ifNotPumpkinBulletPoints} track 04 - <i>artist</i> <br>"
- the 'ifpumpkinbulletpoints' block is telling the playlist that if you have that option enabled, replace the number with the cute pumpkin gif. vice-versa for the 'ifnotpumpkinbullet' block. Therefor, when you copy and paste or delete a track, you have to copy both blocks before the track.
- Each track has a '<br>' tag after so that'll help you see where one begins and ends.
- So, if you wanted a 'track .05' copy this ( after track 4's <br> tag:
- "{block:ifPumpkinBulletPoints}<img src="http://2.bp.blogspot.com/-ueoX7B7fELs/Uk89UWark0I/AAAAAAAAJRw/547I7r46kP4/s1600/tumblr_mc4bifjc2T1qdlkyg.gif" />{/block:ifPumpkinBulletPoints}
- {block:ifNotPumpkinBulletPoints}<strong>o4.</strong>{/block:ifNotPumpkinBulletPoints} track 04 - <i>artist</i> <br>"
- and change o4, track 04 and artist accordingly.
- CHANGE THE 'ONCE UPON A TIME'
- ----------------------------
- Under 'theme options' find the one that says 'quote' and edit there!
- ANY QUESTIONS?
- ------------------------
- Contact littlejayneycakes.tumblr.com :)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement