How to make more/hide?
hi guys!! i found a blog that has MORE and HIDE button in its every posts.
do you know how to make that?? thank u!!!
hi guys!! i found a blog that has MORE and HIDE button in its every posts.
do you know how to make that?? thank u!!!
greg posted this at 04:37 — 16th May 2009.
He has: 1,581 posts
Joined: Nov 2005
In wordpress, when creating or editing a post, click the "HTML" view and put the cursor where you want the break to be and press the "MORE" button.
Or you can manually type in the code wherever you want it
<!--more-->
. But you MUST put it in the HTML editor and not the plain text or it will be plain text, also there are NO spaces in that code.<!-- more -->
wont work.wazzupweb posted this at 13:45 — 16th May 2009.
They have: 63 posts
Joined: May 2009
but i am using blogger.. here's the sample of what i'm saying. http://dedeandro.blogspot.com
Megan posted this at 14:03 — 16th May 2009.
She has: 11,421 posts
Joined: Jun 1999
That
<!--more-->
just splits your post at that point, so the first part goes on your home page and the "Read more" link goes to the full post. I think you're asking about something dynamic that shows and then hides the content on the same page?? (examples would be helpful).In that case you'd need to add some javascript. Do a search for "javascript hide/show". It's pretty simple to implement if you can. I'm not sure if you can add custom JavaScript in Blogger???
Megan
Connect with us on Facebook!
wazzupweb posted this at 02:17 — 17th May 2009.
They have: 63 posts
Joined: May 2009
"I think you're asking about something dynamic that shows and then hides the content on the same page??"
yes megan,that's what I want.. ok, i'll search for javascript hide/show. thanks megan!!
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.