eschnack
Forum Replies Created
-
Forum: Plugins
In reply to: [Musopress Discography] [Plugin: Musopress Discography] Song lyrics . . .It’s certainly possible. Each song could have it’s own page where you could add lyrics, etc… I’ll look into it. 🙂
Forum: Plugins
In reply to: [Musopress Discography] [Plugin: Musopress Discography] Album pages not foundJust for future reference for anybody reading this thread, the problem was with the theme. It was creating its own custom post types and was using flush_rewrite_rules() after every register_post function. See http://wordpress.stackexchange.com/questions/3122/wordpress-custom-post-types-breaks-permalink-on-theme-reinstall
Forum: Plugins
In reply to: [Musopress Discography] [Plugin: Musopress Discography] Album pages not foundOk, then for some reason the rewrite isn’t working. Can you email me at eschnack at gmail dot com? It’ll be easier for me to respond to you quickly and get to the bottom of this…
Forum: Plugins
In reply to: [Musopress Discography] [Plugin: Musopress Discography] Album pages not foundHmmm, is the other Discography plugin still activated? Could be there’s some conflict there.
Also, can you change your permalinks to ‘Default’ (?=123) and see if it still happens? That would at least help in narrowing down the problem…
Forum: Plugins
In reply to: [Musopress Discography] [Plugin: Musopress Discography] Album pages not foundThat’s weird…could you tell me what plugins you’re using`? Are you using any sort of caching plugin by any chance?
Forum: Plugins
In reply to: [Musopress Discography] [Plugin: Musopress Discography] Album pages not foundHi, just go to your permalinks settings page and press “Save”. That should fix it.
Forum: Plugins
In reply to: [Musopress Discography] [Plugin: Musopress Discography] Bandcamp Import IssueThat’s weird, I haven’t experienced that before. What happens if you add an album manually?
Could you tell me what theme and plugins you’re using? Maybe there’s a conflict somewhere…
Forum: Plugins
In reply to: [Musopress Discography] [Plugin: Musopress Discography] Bandcamp Import IssueMatt, are you using the ‘discography’ shortcode on a page? That’s where the albums should show up. You should also see a list of them under ‘Discography’ in the admin.
Steve, could you tell me the exact message you’re getting about the images not being valid? I haven’t run into that yet. As for the Page Not Found issue, try going to your permalinks page and re-saving. That usually fixes it.
I’m currently using it on 3.3.1 with no issues.
This means your page.php file already shows the post thumbnail. Make a copy of page.php and rename it single-muso-album.php. Then look for where it says “the_post_thumbnail();” and delete it or comment it out.
Hope that helps, glad you’re liking the plugin.