%PDF- %PDF-
Direktori : /var/www/projetos/stb.ind.br/wp-content/themes/stb/ |
Current File : //var/www/projetos/stb.ind.br/wp-content/themes/stb/taxonomy-services.php |
<?php /** * The template for displaying archive portfolio pages * * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ * * @package Maxbizz */ get_header(); $service = get_queried_object(); ?> <div class="entry-content services-content"> <div class="page-header flex-middle" style="background-image: url(<?php the_field( 'service_thumbnail', $service ) ?>);"> <div class="container"> <div class="inner flex-middle"> <h1 class="page-title"><?php echo $service->name ?></h1> </div> </div> </div> <div class="container"> <div class="row"> <div class="service-description col-lg-6"> </div> <div class="service-cta col-lg-6"> </div> </div> </div> </div> <?php get_footer();