With the Views plugin you can create different Views elements to display all your custom types and content on the front-end, without coding. You can also create powerful parametric searches and add pagination to your content lists.
When you ask for help or report issues, make sure to tell us the options of your View.
Viewing 15 topics - 3,916 through 3,930 (of 4,035 total)
Problem: I would like to create a link to share my post. The link should act like a "mailto" link, opening the email editor with some prepopulated information about the post in the mail body.
Solution: You can add parameters and shortcodes to the mailto link URL to set any HTML you want in the message. Designing that template will require custom HTML and CSS.
I am trying to use the Views Query filter to check if a Date field was filled in or is blank. What is the best way to check that using the options available in the Query Filter?
Solution:
I suggest you try Views filter hook wpv_filter_query, for example, when user submit the search form, use wpv_filter_query to trigger a PHP function, in this function check the "Date field was filled in or is blank", then do what you want.
Display Shortcode [cred_delete_post_link] for custom user role.
Solution:
Since you are using Toolset form shortcode to display the "Delete" links, you need to enable the access control "Delete Own Posts using Toolset Forms" for "Applicant" user role, for example:
Problem:
Can we create a list of Posts, which have RFG (Repeatable Field Groups) assigned to them?
Or, can we create lists of Parent posts to some RFG?