Forums

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

Home Forums Back End wordpress help Re: wordpress help

#77332
betzster
Participant

What I’d do is create a plugin with an option for showing or hiding the content. Then you can create a dashboard widget or whatever you want to toggle that option. And on your homepage you just put it in something like:

if(get_option('show_home_content')):

Also, here’s the Plugin API from the Codex: http://codex.wordpress.org/Plugin_API