I’m still on my steep learning curve with Wordpress, so sorry if I am missing something.
I am working on a site and am attempting to simplify the dashboard for site editors, by removing most of the dashboard panels, and adding a welcome message panel.
I have managed to add a new panel, which displays some fixed text, (as specified in my functions.php)
What is the best method of having this fixed text editable, so I can type it and change it via a friendly interface, without changing the functions page each time.
php skills are pretty good, though mainly procedural rather than oop.
I have been reading, (and rereading) the sitepoint wordpress book, and have managed to create my own widget and widget area.
from another source, and through reading the codex pages, i have created a welcome message on the dashboard.
With wordpress, there seems to be an established way of doing things, so i thought, this must have been done before, and as I learn best by example, a few pointers in the right direction would set me on my way.
I don’t know the tabling system WP uses that well. I would argue that you could add it to a table OR make a new table. I kind of think a whole table for one recond is kind of weird. The other option is have it read a static/flat file.