ok, cool.
i ended up doing this:
$(function() {
$('#nav ul li a').click(function() {
$('#nav ul li a').each(function() {
$(this).removeClass('selected');
});
$(this).addClass('selected');
});
});
and then just style my .selected class in css
hm, yes i’m sure, the error goes:
Fatal error: Call to a member function have_posts() on a non-object in /kunden/264270_70176/webseiten/wordpress/wp-content/themes/studior/single-shows.php
i’m using your basic usage example, just modified the connected_type