Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

Single Random Post With Text

Descripción

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!

Instalación

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.

Reseñas

No hay valoraciones para este plugin.

Colaboradores y desarrolladores

«Single Random Post With Text» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «Single Random Post With Text» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

2.0

  • Display single random post with text from specific category.

1.0

  • just what i say about it