List and songs
-
Hi,
First, I’m here to report an issue.
Indeed, when I use the shortcode with those parameters :
[sidi-discography posts_per_page=-1 date_format=”y” order_by=”release” order=”DESC” dynamic=0 show_song=1 show_title=1 display=”list” cover_width=150 cover_height=150 id=”” filter=”” show_all=0 ]The songs won’t show.
In fact, I think the error is in the SiDi_Shortcodes.php, at line 42 :
if ( $atts['show_all'] === 'false' ) $atts['show_all'] = false; // just to be sure... $show_song = (bool) $atts['show_all'];
should be
if ( $atts['show_all'] === 'false' ) $atts['show_all'] = false; // just to be sure... $show_song = (bool) $atts['show_all'];
Another question: Do you have a github repository if we want to make some pull requests ?
Thanks for this plugins, it’ll save me a lot of time ??
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘List and songs’ is closed to new replies.