Ez a bővítmény nem lett tesztelve a WordPress legutóbbi 3 fő kiadásával. Lehetséges, hogy már nincs karbantartva, frissítve és a használata gondot jelenthet a frissebb WordPress verziókkal.

Single Random Post With Text

Leírás

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!

Telepítés

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(); ?> .

GYIK

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.

Vélemények

Nincsenek értékelések erről a bővítményről.

Közreműködők és fejlesztők

“Single Random Post With Text” egy nyílt forráskódú szoftver. A bővítményhez a következő személyek járultak hozzá:

Közreműködők

“Single Random Post With Text” fordítása a saját nyelvünkre.

Érdekeltek vagyunk a fejlesztésben?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Változási napló

2.0

  • Display single random post with text from specific category.

1.0

  • just what i say about it