Articles

The Articles plugin allows you to display a list of posts you wish to feature/highlight.

Author:Alex King (profile at wordpress.org)
WordPress version required:2.3
WordPress version tested:5.9.3
Plugin version:1.4.0
Added to WordPress repository:01-12-2006
Last updated:03-02-2022
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:80
Rated by:2
Plugin URI:http://alexking.org/projects/wordpress
Total downloads:28 254
Active installs:300+
plugin download
Click to start download

The Articles plugin allows you to display a list of posts you wish to feature/highlight.

Upgrading

If you used Articles version 1.2 or earlier, please use the Upgrade button on the settings page to upgrade your data for version 1.3.

Choosing Articles

To add post to your Articles list, simply add a custom field (below the big text field on the post/page edit form) to the post:

Key: article
Value: 1

Showing the Articles List

There are two methods for showing the articles list.

Token Method

The token method is the easier way to show your articles list, and is enabled by default. To show your articles list, simply add the following to a page or post:

###articles###

and your articles list will appear in this place in the page/post.

Template Tag Method

You can always add a template tag to your theme (in a page template perhaps) to show your articles list:

<?php if (function_exists('aka_show_articles')) { aka_show_articles(); } ?><h3>Known Issues</h3>

Token Processing Time

Using the token method to show your Articles list will add very minor additional processing to each post display on your site.