Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Nick Diego

    (@ndiego)

    Hi codecandid,

    This is a great idea! I am adding it to my development list.

    Best,
    Nick

    Thread Starter Bryan Willis

    (@codecandid)

    Here it is with settings moved to individual pages/posts:

    https://github.com/Dispute-Bills/genesis-custom-headers

    We probably want to add the hide show feature so the metabox field is only visible when the enable header box is checked. You agree?

    Thread Starter Bryan Willis

    (@codecandid)

    Also, I just thought of something…. While I removed the global option, I just realized it would probably be smart to add a check and make sure the theme supports structural wraps before adding the page/post field:

    if (current_theme_supports( ‘genesis-structural-wraps)) {
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Add wrap setting to individual pages/posts metabox’ is closed to new replies.