list bookmarks
-
I’ve got the following working fine:
<?php wp_list_bookmarks(‘categorize=1&category_before=
- &category_after=
&before=<li class=”invinsible”>&after=’) ?>
But now i want the next part working. Normally i could use the _$GET function, but for some reason i’m making a mistake with that. Someone help me out? What should be on the place of ‘WHAT SHOULD BE HERE’ in the following code?
<?php
if($_GET[‘cat’] != “”){echo wp_list_bookmarks(‘include=”WHAT SHOULD BE HERE?”&before=<li class=”link_total”>&after=&title_after=</h3>&title_before=<h3>&show_description=1&between=’);
} else {
echo ‘<p>Op deze pagina vind je bestanden die jou docent voor je op internet heeft gezet. Kies links je leerjaar. Daarna kun je kiezen voor je niveau, je klas of algemene bestanden.</p>
<p>Lukt iets niet of heb je vragen? Neem contact op met je docent!</p>’;
}
?>
- The topic ‘list bookmarks’ is closed to new replies.