Hello Hardworking Sunday Support 🙂
1 - How can I add view post/Read More, to the list?
hidden link
<span class="pdf-featured">[types field='publikationsumschlag' alt='%%ALT%%' title='%%TITLE%%' size='full' align='none'][/types]</span>
<h2 class="pdf-title">[wpv-post-title]</h2>
<h3 class="pdf-subtitle">[types field='veroveroffentlichung-untertitelffentlichung-untertitel'] [/types]</h3>
<p class="pdf-desc">[types field='veroffentlichungsbeschreibung'][/types]</p>
<span class="download-link">CLICK HERE TO DOWNLOAD</span>
<hr/>
2 - Also How Can I add the related posts which are on the same categories of the post once I am inside the post.
Thank you!
1 - How can I add view post/Read More, to the list?
Hi, you can use the wpv-post-url shortcode to build an a tag that links to the full post:
<span class="download-link"><a href="[types field='download-pdf' output='raw'][/types]">CLICK HERE TO DOWNLOAD</a></span> |
<a href="[wpv-post-url]">READ MORE</a>
2 - Also How Can I add the related posts which are on the same categories of the post once I am inside the post.
You could create a View of posts, filtered by taxonomy term, where the taxonomy term is supplied by the current post. In the Loop Output of this View, you can include the link to each post using [wpv-post-link]. Then place this View in the Content Template or Layout for posts.
Our support policy is to address one issue per ticket, so if you have additional questions about how to implement that View, please open a separate ticket. Thanks for understanding!
Hi Bruno
Regarding 1, it did not work.
<span class="pdf-featured">[types field='publikationsumschlag' alt='%%ALT%%' title='%%TITLE%%' size='full' align='none'][/types]</span>
<h2 class="pdf-title">[wpv-post-title]</h2>
<h3 class="pdf-subtitle">[types field='veroveroffentlichung-untertitelffentlichung-untertitel'] [/types]</h3>
<p class="pdf-desc">[types field='veroffentlichungsbeschreibung'][/types]</p>
<span class="download-link">CLICK HERE TO DOWNLOAD</span> | READ MORE
<br>
<hr/>
<br>
hidden link
Please let me know the correct code.
Thank you