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 11 topics - 5,566 through 5,576 (of 5,576 total)
Problem: I have a taxonomy that includes terms for each day of the week. I would like to filter posts in a View using the current day of the week, so that only posts tagged with the term for today are shown.
Solution: Taxonomy term filters do not allow any date criteria in wp-admin, so custom code is required. Assuming the term slugs are "monday", "tuesday", and so on through "sunday", add the following code in your child theme's functions.php file to filter a View by term based on the local current day of the week:
Replace 12345 with the numeric ID of your View, and replace day-of-the-week with the slug of your custom taxonomy. Nothing extra is needed in wp-admin.
Problem: I would like to create a Custom Search wizard that allows Users to select filters in a multiple step form.
Solution: Views custom search filters are designed to be displayed on a single page, so setting up multi-part forms to capture filters is not supported.
I use SEO Smart Links (https://nl.wordpress.org/plugins/seo-automatic-links/), which replaces (on the fly) keywords in a post with a link. In this plugin you attach keywords to internal urls and internal links are created automatically. This is in favor of SEO.
Normaly this plugin only replaces one occurance of a keyword (screenshot 1). This number is adjustbale, but I have set it to 1. With Views enabled the replace function is repeated and replaces a second occurance of this keyword (screenshot 2). This is not wanted. When I set the adjustable number too 2, 4 keywords are replaced (instead of 2).
How can I make Views not do this?
Solution:
It seems that filter from "seo-automatic-links" plugin have take effect on the content twice, and I have done below modification in your website:
1) Activate Views plugin
2) Edit the content template "Inhoudssjabloon voor blog berichten" https://drogespieren.nl/wp-admin/admin.php?page=ct-editor&ct_id=41957