Views is a WordPress plugin that lets you easily design the display of single pages using content templates. You can also include any field belonging to the content in your templates, without writing PHP code.
When you ask for help or report issues, make sure to tell us what you have created so far and what you want to achieve.
Viewing 15 topics - 826 through 840 (of 911 total)
I am trying to layout my Content Template for my custom Job Posting post type using Beaver Builder.
Solution:
Please try these:
1) Dashboard-> Toolset-> Settings-> General:
In section "Editing experience", enable option " Show both the legacy and Blocks interface and let me choose which to use for each item I build"
In section "Editor to use for Content Templates", enable option "Classic Editor"
2) Dashboard-> Toolset-> Content Templates, add a new template, there is a button "Beaver Builder", click it, you can design the content template with "Beaver Builder"
Problem: I have used Access to hide posts from Guest users, but I would can still see post information in search results. I would like to hide this information from Guest users.
Solution: A WordPress Archive is used to display search results. That archive is built in the legacy shortcode version, so you can use Access Control shortcodes in the archive's contents to suppress any visible information. The syntax is as follows:
[toolset_access role="Guest" operator="deny"]
Guests will never see anything inside this shortcode.
[/toolset_access]
If the archive is built using the Blocks Editor, you may use conditional blocks to achieve the same effect.
Problem:
Making Custom Author Fields Show Up on Author Profile Pages etc
Solution:
To get the currently displayed author ID of author profile page, you will require to write a custom shortcode that returns the current author profile ID.
If I add a separator, for example " | " in the Repeating field block>Display settings>Separated by>Separator, it does add a separator but not between the custom fields (So, in my case, between the custom images for the documents) but at the end... How can I add a separator or space between them?