Views is a WordPress plugin that lets you easily display content on your website's front-end in any way you choose.
Views User Guides include detailed documentation for creating lists of content, templates for content and archive page and also explain how to create parametric searches for any content type.
When you ask for help or report issues, make sure to tell us the versions of the Toolset plugins that you have installed and activated.
Viewing 15 topics - 1,981 through 1,995 (of 3,146 total)
Problem:
The user would like to build a link to the author's page where he used the author's ID instead of the author's slug. The following shortcode was not working for the user as expected:
<a href="https://homemploy.com/community-profile/[wpv-post-author format="meta"" meta="ID"]">See Community Profile</a>
Solution:
It turns out that the user was pasting this code in the visual mode of the Fields&Text block. The visual code will convert some special characters to their HTML code. And that was happening with the double-quotes. Which breaks the shortcode.
After pasting the shortcode in the text mode of the Fields&Text block, the shortcode worked as expected.