Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Hossni Mubarak

    (@mhmrajib)

    Hello @beinglazy,

    Thank you for asking.

    Header and Footer functions are included in the details page.

    It will display your theme default header and footer section.

    If you want to add any extra element then you can use the action hooks that are added to our details page.

    To add something at the header use the below action hook –
    add_action( ‘jobwp_single_before_body_container’ );

    To add something at the footer use the below action hook –
    add_action( ‘jobwp_single_after_body_container’ );

    Thread Starter beinglazy

    (@beinglazy)

    Thanks @mhmrajib for the quick response. Appreciate that.

    • This reply was modified 1 year, 1 month ago by beinglazy.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Header and Footer of Individual Job Post’ is closed to new replies.