From e7a4e03a7c95f5c63500f76f859778f6b0eb0869 Mon Sep 17 00:00:00 2001 From: Tim Morris Date: Tue, 13 Sep 2016 11:43:31 -0400 Subject: [PATCH] option to enable/disable faculty perspectives --- templates/page-campus.twig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/page-campus.twig b/templates/page-campus.twig index c37c876..fd5968f 100644 --- a/templates/page-campus.twig +++ b/templates/page-campus.twig @@ -9,7 +9,7 @@
  • Living & Learning
  • Student Stories
  • Labs
  • -
  • Faculty Perspectives
  • + {% if post.get_field('wpcf-faculty-perspectives') == 1 %}
  • Faculty Perspectives
  • {% endif %}
  • Contact Us
  • @@ -74,6 +74,7 @@ Back To Top +{% if post.get_field('wpcf-faculty-perspectives') == 1 %}

    Faculty Perspectives

    @@ -84,6 +85,7 @@
    Back To Top
    +{% endif %}

    Contact {{post.title}} DMD

    Contact