Advertisement
srikat

Untitled

Jan 31st, 2018
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. add_action( 'genesis_loop', 'jl_cpt_search_form' );
  2. function jl_cpt_search_form() {
  3. if ( is_singular( 'cpt' ) || is_post_type_archive( 'cpt' ) ) {
  4. // search form code here
  5. }
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement