Replaced NextPage (Pagination) with Page Jumps for the` FAQ` and `About me` pages.
For a sample HTML of the `Page Jumps`, enter the following codes (without the colors) as shown for BOTH top and bottom portions:
<a name=”Top2” title=”Click to view internal source.”></a><a href=”http://[yourbloghere].wordpress.com/faq/#Bottom2” target=”_self”><strong>Blog stats</strong></a>
[enter your `top` text here … blah, blah, blah]
<a name=”Bottom2” title=”Click to view internal source.”></a><a href=”http://[yourbloghere].wordpress.com/faq/#Top2” target=”_self”><strong>Back to top</strong></a>
[enter your `bottom` text here … blah, blah, blah]
Hints:
- Make sure there is NO upward slash at the very end of just the `href` path. Or the links won’t work. (This #Bottom2 and #Top2 and NOT #Bottom2/ or #Top2/).
- Make sure the `a name` matches for both bottom and top portions.
- Using target=”_self” (or target=”_blank”) and bold text per my samples are optional for yours.
- My two above samples won’t work until you enter your own valid path/page.
- You don’t have to use the words bottom or top portions as the `name` identifier.
Leave a Reply