Forums
(@dravidian7)
9 years, 8 months ago
Sorry the leafo.net compiler is v 0.0.12 but this plugin uses 0.0.4
Heres the error. Fatal error: Uncaught exception ‘Exception’ with message ‘parse error: failed at %clearfix{ /Users/sunielsambasivan/src/www/wp-content/themes/ama/scss/_variables.scss on line 59′
%clearfix{
10 years, 7 months ago
This seems to work for me
add_filter( 'epr_post_types', 'my_function' ); function my_function( $content_types ){ $content_types = array('my_content_type'); return $content_types; }
13 years, 1 month ago
This code will display a subnav base on the wordpress menu, rather than wp_list_pages…
[Code moderated as per the Forum Rules. Please use the pastebin]
13 years, 3 months ago
Thanks this worked. I knew multisite was the problem.