Skip to content

Instantly share code, notes, and snippets.

Created June 23, 2016 13:34
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 anonymous/593597d1168118dfc91b0219605b1eba to your computer and use it in GitHub Desktop.
Save anonymous/593597d1168118dfc91b0219605b1eba to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>Sitemap</title>
</head>
<body>
<!-- Der Code für die Sitemap, in den Text-Bereich des Editors einfügen -->
<p>Hier findest du sämtliche Beiträge und Inhalte. Zuerst sind die Artikel nach dem Jahr sortiert, darunter dann nach Rubriken in einer Übersicht. Ein bisschen was ist schon zusammengekommen.</p>
<h2>Beiträge nach Jahr</h2>
<p>[compact_archive style="block"]</p>
<h4>2016</h4>
<p>[catlist year=2016]</p>
<h5>2015</h5>
<p>[catlist year=2015]</p>
<h4>2014</h4>
<p>[catlist year=2014]</p>
<h2>Alle Beiträge nach Kategorie</h2>
<h3>Android</h3>
<p>[catlist name="android"]</p>
<h3>Apple</h3>
<p>[catlist name="apple"]</p>
<h3>Apps</h3>
<p>[catlist name="apps"]</p>
<h3>Videos</h3>
<p>[catlist name="video"]</p>
<h3>Web</h3>
<p>[catlist name="web"]</p>
<h3>WordPress</h3>
<p>[catlist name="wordpress"]</p>
<h3>Alle Seiten</h3>
<p>[catlist post_type="page"]</p>
<h3>Alle Kategorien mit RSS-Feed</h3>
<p>[categories-feed]</p>
<!-- Ende Code-Block für den Editor -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment