Skip to content

Instantly share code, notes, and snippets.

@Perun
Created January 29, 2012 16:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Perun/1699438 to your computer and use it in GitHub Desktop.
Save Perun/1699438 to your computer and use it in GitHub Desktop.
Individuelle Infoboxen im Kategorie-Archiv von WordPress
<h2>Die Kategorie "<?php single_cat_title(''); ?>"</h2>
<div class="kategorie-info">
<p>Hier sind alle Beiträge aufgelistet, die in die Kategorie <strong><?php single_cat_title(''); ?></strong> einsortiert wurden. Die Beschreibung dieser Kategorie lautet:</p>
<?php echo category_description($cat); ?>
<p>Du hast die Möglichkeit den <a href="<?php echo get_category_link($cat); ?>feed/" class="fett">RSS-Feed</a> speziell nur für diese Kategorie zu abonnieren.</p>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment