Creating Page jump on wordpress blog

funkymozi

Regular Member
Joined
Jan 9, 2013
Messages
220
Reaction score
38
Hey guys hope someone can help me out. On one of the blogs im working on i have set up the logo to take the whole page right next to it is the top menu with a home/blog/portfolio links, when you scroll the down you see the blog. right now if you click the blog link on the menu it just brings you to the same page and unless you scroll down you wont see the blog just the logo. what i want to do is create a page jump so that when someone clicks the blog menu link instead of reloading the page it jumps to the bottom where the blog is located.
 
Put this where your blog is (down the page, may have to edit theme file):

<a name="blog"></a>

Then on your link, do this:

<a href="#blog">Blog</a>

But if this is in your site's menu it won't help unless your blog is on every page of your site. Because if you are not on the blog page and you click the Blog link nothing will happen.
 
Back
Top