Software Guide

Die besten Tipps, Anleitungen und Downloads

Ihre Werbung auf Software Guide

Sie möchten in dieser Box oder an anderer Stelle dieser Webseiten eine Werbung schalten? Sehen Sie sich dazu am besten einfach mal die verschiedenen Möglichkeiten an.


Simple Tagging: Related Posts

This is a sub-page of Simple Tagging Plugin

Use

<?php STP_RelatedPosts(); ?>

in any template file within the WordPress Loop to display related posts of the current post:
Related Posts

The function STP_GetRelatedPosts() is the non-echoing version (returns tags as string).

Example

<?php if (class_exists('SimpleTagging')) : ?>
	<h3>Related Posts:</h3>
	<ul>
		<?php STP_RelatedPosts() ?>
	</ul>
<?php endif; ?>

Options


You can change the appearance and behaviour by modifying the plugin’s options under WP Administration > Tags > Tag Options.
Options

When you have opened the options, scroll down to Related Posts.

Individual Options

You also can override the plugin’s options by using the following optional parameters in the template tag STP_RelatedPosts():

STP_RelatedPosts($format, $postsseparator, $sortorder, $limit_qty, $limit_days, $dateformat, $nothingfound, $includepages)

Each option is explained under WP Administration > Tags > Tag Options > Related Posts.

Blog-Kategorien

Volltextsuche

Neueste Artikel

Neueste Kommentare

Neueste Trackbacks/Pingbacks

Andere Projekte

Blogparade

dient als zentrale Anlaufstelle für Blog-Paraden bzw. Blog-Karnevals und andere von BloggerInnen veranstaltete Aktionen.

Mediadaten

Feed-Statistik:
Feedburner

Software Guide gibt es seit Dezember 2005 und es werden durchschnittlich 2 Blog- Beiträge/Monat veröffentlicht. Die Themenschwerpunkte sind in der Tagcloud ersichtlich. Mehr Infos...

Links

 

Nach oben

Wordpress

© 2005-2024 Software Guide | ISSN 1864-9599