WP Plugin – My Quote
My Quote is a free WordPress plugin 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 "my-quote" directory to your /wp-content/plugins/ directory on your blog
- Activate the plugin on the "Plugins" tab of the administration panel.
- Put "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
- 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
Hack #2
- 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/plugins/my-quote/db"
- Done!
Download
Click here to download the latest version of Xhanch - My Quote
Click here to support our work. Thanks ![]()
Check these out too!
- WP Plugin – My Prayer Time My Prayer Time is a free WordPress plugin made by...
- WP Plugin – My Twitter My Twitter is a WordPress plugin made by Xhanch Studio...
- Xhanch Product – WP Manga Are you planning to run a manga website with the...
Enjoy this article?
Need a quote?
What Have We Done?
- Drupal (2)
- Drupal Website (2)
- Flash (4)
- Flash Banner (2)
- Flash Preloader (1)
- Free Script (8)
- Action Script (1)
- C#.NET Script (1)
- JavaScript (1)
- PHP Script (5)
- Graphic Design (21)
- Business Card (1)
- Button (3)
- Cover (1)
- Header (2)
- Image Banner (2)
- Logo (12)
- Web Design (4)
- Other Works (1)
- PHP Project (5)
- PSD Coded (11)
- PSD to Drupal Theme (1)
- PSD to WP Theme (5)
- PSD to XHTML (5)
- Wordpress (5)
- WP Plugin (4)
- WP Website (2)
- Xhanch Product (2)
Quote of The Day
- Aristotle -
Recent Works
- PHP Script – Fungsi Terbilang
- JavaScript – Google Maps With Pointer
- PHP Script – Transform Number To English Words
- PHP Script – Plant Tycoon Species List
- WP Website – Innostorm Hosting
- WP Plugin – My Prayer Time
- PSD to WP Theme – Brownlee Farms
- Action Script – Walled Bouncing Ball
- PSD to XHTML – Avail Beauty
- PHP Script – Google Page Rank (PR) Checker
- PSD to WP Theme – Mercer Machinery
- Drupal Website – Idaho Falls
- C#.NET Script – Associative Array
- PSD to WP Theme – HUMC
- PHP Script – Create PDF With FPDF
Latest Tweets
-
Xhanch - My Twitter 1.3.4 is released with some major updates. Very recommended version for those who used template codes - posted 1 day ago
-
My Twitter 1.3.1 is released with several new functionalities - posted 6 days ago
-
My Quote 1.1.2 is released today with lots of quotes added to the database - posted 1 week ago
-
WP Manga has reached version 1.0.4 and completed with membership system - posted 1 week ago
-
My Twitter 1.2.9 is available for download. Better performance - posted 1 week ago




version – 1.1.5 is released
* Quotes database updated (added quotes from John Mayer)
I have a small problem. I do not wish to use the database that comes with your installs. I have created and uploaded file somename.db.php and wish to use that only. I tried deleting the remaining files and the plugin stopped working. Is it allowed and how do I do it. Thank you
It is mostly caused by your DB file. Can you send your db file via email to admin@xhanch.com so I can take a look and fix it if necessary.
Hi Susanto,
I uploaded the file you edited for me. Still it is not working. I tried it on my local install of wordpress on my notebook, it worked like a piece of cake. But not on the site. Any suggestion what I should be looking at?
I rechecked the file you send me and I found another issue which I think your server requires a stricter PHP commands.
On the bottom line,
)
?>
it should be
);
?>
version – 1.1.6 is released
* All quotes are updated to make it more compatible to any web server