Quantcast
Channel: Topic Tag: MySQL | WordPress.org
Viewing all articles
Browse latest Browse all 5527

Heimsveld iPBN on "[Plugin: Chronosly Events Calendar] integrate with custom remote mysql database"

$
0
0

Hi adisabeba,

here is an answer for your request:

1- Just create a new template and place php code into /chronosly/templates/single-chronosly.php and in your theme.

2- Just copy provided code below just after line 63

$Post_Type_Chronosly->template->print_template(get_the_ID(), "dad2", "", "", "front", $extra);
per el seu php amb el seu template...
per poder veure el que hi ha li dius que substitueixi la linia 63 per
                     ob_start();
                        $Post_Type_Chronosly->template->print_template(get_the_ID(), "dad2", "", "", "front", $extra);
                        ob_clean();
                        $dads = array("dad1","dad2","dad3","dad4","dad5","dad6","dad7","dad8","dad9","dad10","dad11","dad12");
                        foreach($dads as $d) $Post_Type_Chronosly->template->vars->metas[$d] ="";
                        echo "<pre>";
                        print_r($Post_Type_Chronosly->template->vars);
                        echo "<pre>";

We hope it will be useful to go on with your project.


Viewing all articles
Browse latest Browse all 5527

Trending Articles