• Resolved hormiganegra

    (@hormiganegra)


    Hi,

    I created a discography page, and while the artist’s pages were 404, I managed to fix that with permalink settings.

    But now that I’ve entered the full discography, the plugin is breaking it up in pages, and, for some reason, page two appears as 404 – Page not found. I’m using the pilcrow theme.

    I would like to know how to fix this, or how to avoid pagination and have all the discography appear in the same page.

    Thanks!

    http://wordpress.org/extend/plugins/musopress-discography/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter hormiganegra

    (@hormiganegra)

    I wanted to add that the second page works only when using default permalink settings.

    Plugin Author eschnack

    (@eschnack)

    Sorry I hadn’t answered till now. The RSS feed seems to have changed so I wasn’t getting any updates…

    I’ll have to test the theme, but a quick fix for now to get rid of pagination:

    in musopress-discography.php, look for this line (it’s line 213):

    'posts_per_page' => $albums_per_page,

    and replace $albums_per_page with -1, so it should look like this:

    'posts_per_page' => -1,

    Thread Starter hormiganegra

    (@hormiganegra)

    Thanks! (belated)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Musopress Discography] Second page of discography not found’ is closed to new replies.