Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter DidiDev

    (@dididev)

    Hi,

    I read some pages from the codex, and based on this and your comments, I think I will develop a plugin as a separated code, and just link some render functions to shortcodes.

    I will do the DB management out of WP conventions, because what I saw the most in WP plugin was JSON stored as text and unserialized once retrieved… Which makes any querying on the specific fields impossible unless your DB engine is able to parse JSON data, which I do not think MySQL does (but I might be wrong).

    Thread Starter DidiDev

    (@dididev)

    Hi Santaven,

    Thank you for your answer, I will read this documentation and learn more about the concepts you mentioned.

    About Advanced custom field plugin, It seemed to me that the way they are storing data is not ideal for querying, but I will definitely give it another try !

    I leave this topic open to other comments, and I’m sure I will come back from the doc with some questions related to this topic.

Viewing 2 replies - 1 through 2 (of 2 total)