• I’m looking to incorporate a datagrid that links up to mySQL database. I found this example:
    http://lazymofo.wdschools.com/

    Looks like I just need the lazy_mofo.php, but where do I put that in my file system? and where do I put the code that uses that php class?

    Sorry if these are newbie questions, still learning WP and PHP

Viewing 2 replies - 1 through 2 (of 2 total)
  • It may be best to check the lazymofo documentation. If this is possible to use with WordPress, it is likely going to be incorporated into custom theme files. In which case, that would be located in wp-content/themes.

    Moderator bcworkz

    (@bcworkz)

    Yes, you can incorporate the class declaration and your custom code into a theme. Unless you’ve developed your own theme, do so with a child theme. You could also create your own custom plugin and place the class declaration and your code there.

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

The topic ‘Datagrid in WP Page’ is closed to new replies.