I’m trying to hide a post from the ‘Recent Posts’ widget in the sidebar. I know I can do this with the ‘Special ...
-
May 21, 2022
- 0 Comments
I want to add thumbnail to WordPress default recent posts widget, and I want to do it using any available filter. Is there ...
-
May 21, 2022
- 0 Comments
I have the following problem: I have created a custom post type matratze and currently besides the custom posts no other posts exist. ...
-
May 21, 2022
- 0 Comments
I use the bellow function (thanks to @helgatheviking!) to exclude categories from the wordpress loop. It works very well – posts of selected ...
-
May 19, 2022
- 0 Comments
I added the following to my functions.php: add_action('pre_get_posts', 'keyl_get_emp_posts'); function keyl_get_emp_posts($query) { if ($query->is_main_query()) $query->set('post_type', 'employee'); } and so far it’s effectively filtering ...
-
May 19, 2022
- 0 Comments
I have author pages for each author and I want to see all of their comments (or all of their recent comments) if ...
-
May 12, 2022
- 0 Comments
I am working on a multisite blog network where I have to display recent post on my home page, 10 post per page ...
-
May 8, 2022
- 0 Comments