actadennis
Forum Replies Created
-
Forum: Plugins
In reply to: [Rich Showcase for Google Reviews] Select reviews with 3+ starsPerfect, thank you!
Forum: Plugins
In reply to: [Rich Showcase for Google Reviews] Select reviews with 3+ starsHi,
since the reviews are stored in the database, does it mean that when google updates the 5 most helpful reviews, those 5 are added to the previous 5?
Can I show more than 5 reviews when they’ll slowly build up in the database?
Forum: Plugins
In reply to: [Rich Showcase for Google Reviews] Select reviews with 3+ starsHello,
the new feature is really nice, but now it’s showing less reviews instead of the standard 5. For example, if I hide 2 reviews, they’re not replaced by other 2.
Do I just need to wait until the database gets populated with new reviews or it’s gonna be showing 3 reviews forever, if I hide the others?
Forum: Plugins
In reply to: [Rich Showcase for Google Reviews] Select reviews with 3+ starsI see, thanks!
Forum: Plugins
In reply to: [Mooberry Book Manager] Book tags page – how to edit tag title?Nevermind, I just found it.
In case someone needs it.
//Function to change the Book tags page tag title add_filter( 'mbdb_book_grid_tag_title', 'mbdb_change_book_grid_tag_title', 10, 3); function mbdb_change_book_grid_tag_title( $title, $term, $taxonomy ) { return $term->name; }- This reply was modified 6 years, 8 months ago by actadennis.
- This reply was modified 6 years, 8 months ago by actadennis.
Forum: Plugins
In reply to: [Mooberry Book Manager] Book Series Page – How to edit tag title?Alright, it works, thanks!
Forum: Plugins
In reply to: [Mooberry Book Manager] Book Grids group by series. How to sort Series?Thanks for the reply.
Yea, I thought so, I’m actually already doing that.
I hope it will be implemented in the future!