Erhan Yakut Software Developer @Binalyze | Founder @Passwall | Golang Enthusiast | Open Sorcerer

Yakuter Random Quotes Plugin

40 sec read

Update: Now it is compatibile with WordPress version 2.1

To show random quotes at your WordPress blog, you can use this plugin. It works 2.1.x versions of WordPress and has an easy logic.

For Turkish »

How does it work?

It creates a table on database and writes quotes there. At admin panel you should add, edit, delete your quotes. Then you call up these quotes at your theme.

Installation

  • Downlad the latest version Yakuter Random Quotes Plugin 2.0
  • Extract the zip file. You will have ysoz.php file and upload it to your plugin directory (yoursite/wp-content/plugins).
  • Activate the plugin form Admin Panel » Plugins
  • You can add new quotes or edit and delete existing quotes from Admin Panel » Options » Random Quotes

Then you have to add this code to your theme – it should be sidebar.php file-

[html]<h2>Random Quote</h2>
<ul>< ?php ysoz(); ?></ul>[/html]

Updates
Last update » 28 January 2007
Now it works with WordPress version 2.1 and you can “edit” existing quotes. It’s panel is moved to “Options” section.

Erhan Yakut Software Developer @Binalyze | Founder @Passwall | Golang Enthusiast | Open Sorcerer