What is 'example' in html jump code?
-
I am trying to create a ‘jump’ to a specifc post within my blog. I found your support page on this topic. I am not sure what ‘example’ in the code refers to. I did notice each blog has a 3 digit number assigned. I tried this code to be able to go directly to my post about the Juan Bautista de Anza-online. Help please:
Clickme Thanks,
PatThe blog I need help with is: (visible only to logged in users)
-
The following code will produce a link that jumps to your first post in this topic:
<a href="#post-2433215">original post</a>
It produces the link original post.I am not sure what ‘example’ in the code refers to.
Not sure what you are referring to. Do you mean the word “example” in the following code?
<a href="http://myblog.wordpress.com/example/#text-of-your-heading">Click me</a>
That’s the slug of a static page in a page URL. -
-
Thanks for your response. I did discover that a jump was not needed for what I need to do. Turns out each post has its own url.
Once again, wordpress Rules!
Thanks -
- The topic ‘What is 'example' in html jump code?’ is closed to new replies.