vikrant 9
Forum Replies Created
Viewing 8 replies - 1 through 8 (of 8 total)
-
Forum: Plugins
In reply to: [Author Bio Box] Custom Post TypesThanks
Forum: Plugins
In reply to: [Uji Popup] Hide popup when clicking outsideStill waiting …
Any body there ????
Knock KnockForum: Themes and Templates
In reply to: [Storefront] Short DescriptionForum: Themes and Templates
In reply to: [Storefront] Short Description@jameskoster :: Ok will take care of that in Future.
Forum: Themes and Templates
In reply to: [Storefront] "Storefront" homepage: where is the PHP/HTML for…I am also using theme
Is it possible to show short description of products on home page with Read More link ?
ThanksForum: Plugins
In reply to: [Facebook Comments] Read more comments.Thanks 🙂
Forum: Plugins
In reply to: [amCharts: Charts and Maps] php script that loads data from databaseThanks
Forum: Plugins
In reply to: [amCharts: Charts and Maps] php script that loads data from databasePHP SCRIPT IS
<?php
global $wpdb;
$myrows=$wpdb->get_results(“SELECT answer FROM {$prefix}wp_modal_survey_answers”, ARRAY_A);
// Print it as JSON
foreach($myrows as $key1){
echo json_encode( $key1[‘answer’] );
}?>
Viewing 8 replies - 1 through 8 (of 8 total)