filter

Allow me to enable masonry on single templates

Hi there, I use a combination of custom post types, where I show an archive of an post type B in the single view of post type A. I know that this probably is an edge case, but thats what filters are for. But: While I can add the post classes via the post_class filter, … Read more

Custom filter for a specific tag archive

Hi, We are using 2 tags for our list of post and on a specific tag archive page, we would like to display only the pictures from the post. Is there a way to add a filter in the Code Snippets plugin that said something like: if archive page && tag=XX disable title and excerpt … Read more

Looking for a Solution to Filtering Posts by Category

I want to add a filter to allow people to easily filter my posts by category. I have a number of categories in a hierarchy. So, for example, Category A contains Category A1, A2, etc. Category B contains Category B1, B2, etc. I want to provide a menu where people can choose from the Category … Read more

Installing a filter

Hello, I want to install this recommended filter to speed up my website: add_filter( ‘generate_fontawesome_essentials’, ‘tu_fontawesome_essentials’ ); function tu_fontawesome_essentials() { return true; } But I can´t follow these instructions: https://docs.generatepress.com/article/adding-php/ When somebody can tell me, on which file i should add this code, i could add it easily with php. Sorry for my bad english!

Styling the result page with GP Premium and Elementor

I got stuck on a problem. I’m working on a „Nichepage“ about coffee table books and I want to implement a very good search&filter function, so the visitor has an added value, rather head directly to Amazon. No matter, if I use the generic wp-search or use a more sophisticated plugin (I have search&filter Pro), … Read more

Designing a result page

I’m trying to style a result page after search and filter the posts (cpt in this case). Currently I’m try to get Search&Filter Pro to work, but I got stuck. It won’t let me use a page, styled with elementor (which is what I want to use for styling). Any suggestions? Thanks for helping me … Read more

Body Background Blur Filter

Hi, it may sound simple but I’m not a CSS guy, so i need help. I want to blur out the body background, it should work with a code like this: -webkit-filter: blur(5px); -moz-filter: blur(5px); -o-filter: blur(5px); -ms-filter: blur(5px); filter: blur(5px); But i simply don’t know how to trigger only the body background-image. Thanks in … Read more

How to use filters to change the comment form?

OK, I’ve sussed out how to use the action hooks (they are friggin awesome!), now i want to change the comment form (mainly just to add/change some text). Would you mind giving us an example of this? Thanks