Using shortcode or php to exclude pages
-
I want to display the form in a certain place on my posts, but when I use the below code (or shortcode [optinform], it stills shows on pages. What code can I add to the below code so that it excludes the form from showing on pages? Thanks.
<?php if(function_exists('optinforms_create_form')) { echo optinforms_create_form(); } ?>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Using shortcode or php to exclude pages’ is closed to new replies.