how to make a conditional statement in wordpress “ function.php” using if is_qa_
-
I want to put a condition statement in wordpress function.php which will call certain function in all pages except in qa_pages.
Below are the functions which i want to be called, except if it is a question and answer page.(qa_page())
require_once(GABFIRE_FUNCTIONS_PATH. '/review-options.php'); require_once(GABFIRE_FUNCTIONS_PATH . '/custom.php'); require_once(GABFIRE_FUNCTIONS_PATH . '/shortcodes.php'); require_once(GABFIRE_FUNCTIONS_PATH . '/post-types.php');
please help if anybody has an idea, I’m illiterate in php.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘how to make a conditional statement in wordpress “ function.php” using if is_qa_’ is closed to new replies.