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 - 1,921 through 1,935 (of 2,092 total)
Problem: I would like to group the posts in a post archive by taxonomy term.
Solution: It's not possible in a WordPress Archive, but you could use nested Views to achieve something similar. Pagination and post counts will not be consistently accurate, but if you simply want to show all the posts and terms on one page, this approach may work.
I've managed to get a field to only show if NOT empty.
The trouble is that it's not outputting the field data, just the code as is written (i.e. [types field='display-date-to.... etc.) in the front end.
Solution:
The client have found that the issue was the Raw HTML block wasn't displaying correctly. When changed to a WP Custom HTML block, it worked as intended!
Problem: I would like to show a custom date field in my Elementor template, but it's not working as expected.
Solution: Insert the date field shortcode in a text widget instead of using the dynamic content feature. Use the shortcode generator in another page editor, then cut and paste the generated shortcode in the text widget.