change titel and add description of series in book grid
-
I have created a few series and a book grid to display all series grouped, but the title of each series displays as “Series: name of the series”. I would like to display the name of the series only.
I found a filter from a few years ago here on the forum, but that code doesn’t work anymore.add_filter('mbdb_book_grid_mbdb_series_title', 'mbdb_change_series_page_title', 10, 3); function mbdb_change_series_page_title($title, $term, $taxonomy) { return $taxonomy->labels->singular_name .' '. $term->name; }
How to display the name of the series only?
I also added a description for each series. Is it possible to display this as well?
Thanks, Britt
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘change titel and add description of series in book grid’ is closed to new replies.