How to get data from optoin table
-
Hi
I want to get data from database wp_option
it is set as description on data base as
3 ——blogdescription ——Just another WordPress site——yesans the code to take data on theme is
<?php bloginfo(‘description’); ?>
like this i want to take data from wp_option table whose data is
244—— blogphone —— 892389123123—–yesand i want to put this data as
<?php bloginfo(‘phone’); ?>
so that i can customize phone no for each post and page by the control of plugin.
How can i do this
Thanks
Anil Raj
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to get data from optoin table’ is closed to new replies.