francolpm
Forum Replies Created
Viewing 7 replies - 1 through 7 (of 7 total)
-
Forum: Plugins
In reply to: Display Single Posts in Lightbox?I m have the same problem here. I tried with ajax but the result was ugly!… I am a designer, not programmer. If you discover sometingh helpful please let me know.
I keep u in touch.Forum: Plugins
In reply to: [PHPLeague] Missing argument : Prepare and FixtureBro, i got the solution.
Search “prepare()” or your line error
this is my code with error$leagues = $wpdb->get_results($wpdb->prepare("SELECT id, name, year FROM $wpdb->league ORDER BY year DESC, name ASC"));and this is whiout error
$leagues = $wpdb->get_results($wpdb->prepare("SELECT id, name, year FROM $wpdb->league ORDER BY year DESC, name ASC", null));hope help
Forum: Plugins
In reply to: [PHPLeague] Missing argument : Prepare and Fixtureany sugestions????
Forum: Plugins
In reply to: [PHPLeague] How i can change the language?Still have no response about this??
mikaweb we change to spanish language in wp-config.php but still but it does t work.
Can we have some help here Please??? 🙁Forum: Plugins
In reply to: RSVP Plugin – adding short code to header.php fileI have the same problem but with another plugin. Any solution ???
Forum: Plugins
In reply to: Execute PHP code in custom menu?i am searching the same thing mate….
doodlebee your rocks! Thanks!
Viewing 7 replies - 1 through 7 (of 7 total)