Viewing 3 replies - 1 through 3 (of 3 total)
  • Yeah I see the problem, I actually just cheking it out! it’s a banrd new plugin, so there isn’t much support for it yet.

    Did you solve the problem?
    It also limit 5 bands in the selection for who to attach the albums to.
    I also suspect it limits the amount of bands in the menu to 5 based on genre.
    I have written templates to add a front page form to add Artist,Albums, and Songs, but I can’t figure out this 5 limit that is going on.

    Greetings from Spain

    Congratulations for this fantastic plugin

    You must change the display_functions.php file located on .. / Wp-content / plugins / wp-bands-directory / inc /

    And add on function wbd_artist_albums, $ childargs = array ( the following

    ‘showposts’ => 10, (for example…)

    You can also sort albums by release date rather than alphabetically, so changing

    ‘orderby’ => ‘wbd_album_details_datepublished’

    You can check the result here

    https://cadizbrutal.tk/grupos/saurom/

    Regards??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Only five albums per artist and five songs per album?’ is closed to new replies.