This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Single Random Post With Text

Description

You can bring on the first page or any other page, for the new visitors, the old content.It’s no need of the question why should I do this because you want that your visitors could have in their view your older articles.

What does this plugin bring new?

Other plug-ins are already doing a great job about random posts, but for me was not important to show just a list of a few links to my articles; not just a random generated list, with some titles. For some new visitors, the article’s content is more important than the title, actually, for anybody this statement is true .
So, I created this plugin to mark out even some text from the random article.

Others

For further information, visit Plugin page

I will be glad to answer to your questions and I aspect any sugestions to made more usefull this plugin!

Installation

This section describes how to install the plugin and get it working.

e.g.

  1. Download the plugin’s archive and extract the files.
  2. Using a FTP client, connect to the blogs’ host and put the directory “single-random-post-with-text” in the “/wp-content/plugins/” directory.
  3. From your admin dashboard, activate the plugin in “Plugins” section.
  4. Edit the theme and add, wherever you want this plugin to work, the code <?php single_random_post_text(); ?> .

FAQ

How does this plugin display a random article?

This plugin for display, uses:
– The title is shown in html tags <h2> and </h2>;
– The first part of the quoted content is dispayed in html tags <p> and </p>;

May I quote a bigger content from the article?

If you would edit the file single-random-post-with-text.php you will find out a connected comment for you request.The standard size for the quoted content is of 200 characters. You can modify it with any value you wish for.

How to edit the category id?

If you would edit the file single-random-post-with-text.php you will find out a connected comment for you request. The default category ID is number 5, so find this number in the code and change it with your category ID that you prefer.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Single Random Post With Text” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

2.0

  • Display single random post with text from specific category.

1.0

  • just what i say about it