From 49829e7099e9fcc0cb3805173b6ef86c1e0dee01 Mon Sep 17 00:00:00 2001 From: Hasin Hayder Date: Thu, 24 May 2018 16:34:18 +0600 Subject: [PATCH] inline styles --- functions.php | 15 +++++++++++++++ template-parts/about-page/hero-page.php | 5 +---- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/functions.php b/functions.php index f70d272..859eac7 100644 --- a/functions.php +++ b/functions.php @@ -100,6 +100,21 @@ function alpha_menu_item_class( $classes, $item ) { add_filter( "nav_menu_css_class", "alpha_menu_item_class", 10, 2 ); +function alpha_about_page_template_banner(){ + if(is_page()) { + $alpha_feat_image = get_the_post_thumbnail_url(null,"large"); + ?> + + -