David Fieffé
Forum Replies Created
-
Forum: Plugins
In reply to: [Pricing Tables] admin javascript script enqueue in frontmy bad, I had a look in your plugin code,…
everything is mixedyou should really give a shot at : https://github.com/DevinVinson/WordPress-Plugin-Boilerplate
Forum: Hacks
In reply to: retrieve menu with mysqli need this because i’m merging wordpress with another CMS,
so right now,
i came with :SELECT a.*,b.*,c.*,d.* FROM <code>wp_posts</code> a LEFT JOIN <code>wp_term_relationships</code> b ON ( a.ID = b.object_id) LEFT JOIN <code>wp_term_taxonomy</code> c ON ( b.term_taxonomy_id = c.term_taxonomy_id ) LEFT JOIN <code>wp_terms</code> d ON (c.term_id = d.term_id ) WHERE post_status = "publish" AND d.name = "main_menu"this is ok as it retrieves the menu except it doesn’t get the pages which are included in it in wordpress…don’t know why, i have to change the name of the page so it appears in the menu…
any idea ?
NB: don’t mind the syntax (weird, but it’s the way it is…!)THANKS
hi,
i’m willing to translate the plugin in french (if any is interested…)
would like to know if the manager of the plugin would do some custom paid work on the plugin…
thx in advanceFor the bugs, well i managed to make it work but the attributes is not what i expected as a feature…(my bad) i thought it was in order to give some options in the registration