Forums

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

Home Forums Back End help with checkbox in wordpress admin

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #31128
    cybershot
    Participant

    I am having this problem with a wordpress checkbox. I am modifying the custom admin area to add a checkbox to show or hide content on the homepage. The checkbox shows up in the admin area, when I click it, it shows an option in the options table in the database with the option_name church_feedburner option_value is true but when I try

    if($church_feedburner == “true”) on the homepage, I get nothing. It always shows as false. Got any idea?

    #68095
    cybershot
    Participant

    I fixed it. I have a feeling that my php version on my computer is old because when I try it on the server it works just fine.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Back End’ is closed to new topics and replies.