v1.0
This commit is contained in:
parent
f53ae91057
commit
df05493b43
10 changed files with 520 additions and 619 deletions
|
@ -20,7 +20,7 @@ get_header(); ?>
|
|||
|
||||
$loop = new WP_Query( $args );
|
||||
?>
|
||||
<div class="post-header-title"><h2>Experience</h2><h5 style="text-align: center;">by company</h5></div>
|
||||
<div class="post-header-title"><h1 id="page-title">Experience</h1><h2 id="page-subtitle">by company</h2></div>
|
||||
<?php
|
||||
$terms = apply_filters("taxonomy-images-get-terms", "", array('having_images' => false, 'taxonomy' => 'company', 'term_args' => array('parent' => 0)));
|
||||
if ( ! empty( $terms ) ) {
|
||||
|
|
Reference in a new issue