Hyperlink in Newspaper Theme

Posted in: Newspaper
Post count: 45

Hi,
http://www.stylecraze.com/articles/mayurasana-peacock-pose/#WhatYouShouldKnowBeforeYouDoTheAsana

This is a website that using hyperlink before the content starts. If the visitor desire to read any particular topic, instead to read all the post, he / she must click on the hyperlinked link. So easy for the visitors. So how to add these hyperlinks in Newspaper theme. I’m not taking about the external links.
Regards

Post count: 22421

Hi,

I’m not sure exactly what hyperlinks you are referring to .There is no link before the post starts except for the menu and breadcrumb. Anything that comes after it is inside the post content itself. You can add as many links inside the post content as you wish.

Thank you!

Post count: 45

Hi Bogdan,
Perhaps you’re not getting around what I’m saying. I’m talking about the hyperlinks inside a post; sometimes we can call it as a ‘Table of Contents’. Just see the screen shot here, I’v highlighted the hyperlinks:

https://i.imgsafe.org/d60a32d846.jpg

Now, go to the mention website and click any of these, you’ll directly reach to that individual content in the same post.

http://www.stylecraze.com/articles/trikonasana-benefits/

I hope ‘this explanation will works better to understand’

Post count: 9544

You can make “jump links” using normal HTML; theme doesn’t control that.

Basically, if you read up on how HTML works you can create links like

Example:


<ul>
<li><a href="#jumplink1">Jump To Info On This Page</a></li>
</ul>

...

<div id="jumplink1"></div>
<h3>Here is the Info Jumped to</h3>
<p> blah blah blah </p>

Basic HTML; many tutorials on web on how to do basic stuff like this.

If not what you’re asking, apologies.

  • This reply was modified 9 years by simchris.
  • This reply was modified 9 years by simchris.
Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.