Home › Forums › Back End › wordpress help › Re: wordpress help
October 30, 2010 at 12:39 am
#77332
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