Archive for July 2018
Using Relevanssi in Toolbox
If you’re using Toolbox to output your search results page, you’ve probably noticed you can’t use {{item.excerpt}} in the {% for item in posts %} loop. Instead, you will need to use {{item.preview(50)}} or {{item.content|truncate(50)}} to get something similar to the excerpt. As a workaround we’ve added a variable called {{excerpt}}, which holds the filtered…
Read More