Skip to content

Instantly share code, notes, and snippets.

@jonsullivan
Created March 13, 2012 00:01
Show Gist options
  • Save jonsullivan/2025557 to your computer and use it in GitHub Desktop.
Save jonsullivan/2025557 to your computer and use it in GitHub Desktop.
wtf omg
if ( is_page("quizzes") ) {
echo "quizzes";
}
else if ( is_page("course-management") ) {
echo "course-management";
}
else if ( is_page("online-learning") ) {
echo "online-learning";
}
else if ( is_page("sell-your-courses") ) {
echo "sell-your-courses";
}
else{
echo "null";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment