Hello. Is there a way to auto detect the “p” segments of a given entry when using pagination?
I have the below code in the footer of all pages, this displays three “quick links” to the blog. The blog section of the site doesn’t have detail pages, just a continuous feed with pagination. I’m looking to use anchor points on each article so that the page is loaded with the chosen article in view.
Currently the link works until the pagination is used within the URI (p1, p2…), then the link breaks!
{exp:channel:entries channel="blog" limit="3"}
<h5><a href="http://{site_url}blog#{url_title}">{title}</a></h5>
<p> <br />
{exp:eehive_hacksaw words="15" allow="<p>" append="…"}<br />
{article_body}<br />
{/exp:eehive_hacksaw}<br />
{/exp:channel:entries}
Any advise would be really appreciated.
Thanks