How to get sidebar items from another database? - Wordpress Solution
[Solved] - How to get sidebar items from another database? - Wordpress Solution |
---|
Try following codes |
I have a site running WordPress. However, there is some info about products I am selling, where the information about the products needs to be drawn from another database (not the WordPress database). Does anyone have any code, or a plugin, that would let me pull in some sidebar items from another database?
Solution - 1Do you have access to the database? You can use PHP/WP to access the database and pull the values you need. I had a similar issue access Pinnacle Cart from WordPress a few weeks ago... this was the code I used:
Solution - 2You can use the plugin WP Custom Widget to add PHP code in your sidebar. http://wordpress.org/extend/plugins/wp-custom-widget/ Solution - 3
Solution - 4Use "bluesome.net/data/2005/08/exec-php.zip" and add your PHP code to post/pages/sidebar. Eg. Solution - 5I believe you might be asking for more detailed advice, some specific query code? - this depends on the stucture of the database you want to pull data from and some other circumstances. I guess this task might require more budget, just in case you might contact me so I can help you choose the proper solution: http://www.wpquestions.com/user/contact/id/530 Solution - 6idem, http://wpquestions.com/user/profile/id/833 |
Date: 2022-10-21 05:22:44 |
Category: Wordpress |