how to add page up link under every post and the page up image at the footer?
help is needed, and thanks for any respond.
God bless.
how to add page up link under every post and the page up image at the footer?
help is needed, and thanks for any respond.
God bless.
You're looking for a "Return to top" kind of link?
Those are done with anchors. You need to add an anchor (<a name="top"></a>) at the very top of your page (in your head.php file), and then links to it (Return to top) where you want those pointers to be.
can i use javascript instead of the anchor?
like in this site newconcept
they scroll up to the top.
can you show me how it works?
New Concept is indeed using Javascript. The method I described is far easier, but jumpy.
I don't know nearly enough about Javascript to explain how to do that.
owh, it's ok then i use your method.
thank up for the respond, but i need to use the javascript. :)
You must log in to post.