Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Backend-editable footer sentence Re: Backend-editable footer sentence

#54179
Camtech
Member

I’ve attached what I’ve done so far on the plugin. It works quite well besides that when you Save Changes on the admin page it forwards to the blank options.php with only the footer displayed. I’m sure there is a fix for that, but being my first plugin I’m guessing I just did something wrong.

I was thinking about plugin vs function.php
With the plugin, it can be distributed.. because who knows, people might want this sort of functionality in their other pre-downloaded theme.
But with functions.php it would be theme specific.. which is also okay. But not everyone with a certain theme will need this functionality.

But for now, I’ll use whatever works. Don’t exactly have to decide on plugin vs functions until later. After it works and if other people actually want it.