I want to show 8 recent products from multiple authors on the frontpage. Need to show 1 recent product per author. Currently i’m ...
-
June 3, 2022
- 0 Comments
trying to display random posts from each category that my custom post belongs to (it is related to 2 categories). I am trying ...
-
May 28, 2022
- 0 Comments
I’m wondering how I can show recent posts from the same taxonomy as the post that’s currently being viewed (working with custom post ...
-
May 27, 2022
- 0 Comments
What’s the difference between “get_posts” and “wp_get_recent_posts” when used with “setup_postdata”?
This might be a completely “I’m still new to WP” type question, but I ran into some interesting output when using get_posts() and ...
-
May 26, 2022
- 0 Comments
I’m trying to sort posts based on one post meta value and date. I’m using this plugin ( https://github.com/JonMasterson/WordPress-Post-Like-System ) to add like ...
-
May 26, 2022
- 0 Comments
So I have several custom post types on my site and would like to have a place on my home page that will ...
-
May 25, 2022
- 0 Comments
In the recent posts widget I have the post link first, and the post date second item, How can I change, to display ...
-
May 25, 2022
- 0 Comments
Basically I’m looking to add this line of code to posts published within the last 24hrs: <span class="new">New!</span> When the post is over ...
-
May 24, 2022
- 0 Comments
I have an issue with a shortcode I have built. The short code pulls the most recent posts based off of certain parameters. ...
-
May 23, 2022
- 0 Comments