Hi, I've got a wordpress site that I need to display data from another database in.
I'd like to be able to insert this data on a page (not a blogpost)
Is that best done with a plug in or filter? (or both - I can picture activating a plug in, then having to put some custom string on the page like [rendercustomtable] that gets replaced at run time, which sounds like a filter.)
I've copied the helloDolly plugin and I see where add_action was used to inject the plugin to the admin_noticed - what value would I use to inject into a page (a specific page, not all of them)
If there's a good book that covers this, I'd be interested in recomendations.
- Jack