My Quote is a free WordPress plugin/widget made by Xhanch Studio to show a random quote with provided predefined quotes or your own collections. The collections of quotes are expandable for sure. We will keep adding more collections to the database.
With this plugin, you can provide useful and worthy knowledge, words and information to your visitor. Else, your website will be more dynamic and more keyword-rich since the content of every pages of your WordPress website will keep changing due to this plugin.
Installation Procedure
- Download and unzip the package.
- Upload/FTP the entire “xhanch-my-quote” directory to your /wp-content/plugins/ directory on your blog
- Activate the plugin on the “Plugins” tab of the administration panel.
- Put “Xhanch – My Quote” widget to a sidebar.
- Open the widget options and put in your details
Widget Settings
Once this plugin installed, My Quote will be listed on your widgets so you can determine where to place it. The widget contain several settings
Settings explanation:
- Title: optional, the title of the widget
- Display Credit: optional, give us a back link
How to Add My Own Quotes?
Hack #1 (Recommended)
- Create a file with extension “.db.php” on your local computer (for example: sample.db.php)
- Fill the file with this default content
<?php
$db = array(
‘quote1′,
‘quote2′,
);
?> - You can add more quotes by adding lines to the middle part so it will look like this
<?php
$db = array(
‘quote1′,
‘quote2′,
‘quote3 new quote’,
‘quote4 new quote’,
);
?> - Save the file
- Upload it to your server into this directory “/wp-content/quote” (you need to create the quote directory first)
- Done!
Hack #2
- You can add your own quotes by using plugin editor.
- From the left admin menus, choose “Plugins” -> “Editor”.
- select the plugin “My Quote” and click “Select” button.
- From the plugin files listed on the right, quotes database files are ended with extension “.db.php”
- Click any of those database files you want to modify (adding, modify or removing quotes)
- Click “Update File” button as you finished editing
Download
Click here to download the latest version of Xhanch – My Quote
Credit
If you want to thank us, you may consider activating the “Display Credit” option or make a donation to us. Thanks!








Got it working. Went through and through the db files and found that I didn’t have slashes in front of my apostrophes. I didn’t realize that I had to do that, but discovered that was the problem. Thanks. Nice plugin!
email sent with subject – messy code problem in Chinese with the plugin “my quote”. thank you and look forward to your reply.
version – 1.4.0 is released
* Quotes database updated (added quotes from Buddha)
I just installed the plugin at my sites http://www.corporatelevelstrategy.org and www. costleadershipstrategy.com. The quotes fits into my business site theme and I loved it ! Many thanks for the wonderful plugin.
version – 1.4.1 is released
* Quotes database updated (added quotes from Zig Ziglar)
great plugin…..thanks a lot