Thank you for the reply. I only have one test category.
As for the title tag, I relize I can override, but that doesnt help me without knowing whats missing. Is the template category.php?
This isn’t drawing from the wordpress defualt category, as i tested that and its fine.
On your category.php, were is the entry title h1 coming from, I dont see any markup.
Here is your category.php header with no title tag
get_header();
?>
<div class=” bootstrap-wrapper ac”>
<?php
/**
* ldd_before_main_content hook.
*
* @hooked ldd_output_content_wrapper – 10 (outputs opening divs for the content)
*/
do_action( ‘ldd_before_main_content’ );
$version = 2;
?>
<?php echo ldl_get_header(); ?>
<?php if(ldl()->get_option( ‘view_controls’ )==”yes”){
if($listing_view = ldl()->get_option( ‘directory_view_type’) ==”compact”){
$compact = “compact”;
}
if($listing_view = ldl()->get_option( ‘directory_view_type’) ==”grid”){
$grid = “grid”;
}
if($listing_view = ldl()->get_option( ‘home_page_listing’) ==”category”){
$category = “category”;
}
if($listing_view = ldl()->get_option( ‘home_page_listing’) ==”listing”){
$listing = “listing”;
}
?>
<div class=”row view_controls”>
<div class=”col-md-4″> </div>
<div class=”col-md-4″> </div>
Here is your page template which clearly shows the entry title html
<?php
global $geo;
// ldl_use_google_maps() will always return false if this isn’t an array containing our lat and lng
$geo = ldl_get_meta(‘geo’);
//get_header();
?>
<div class=” bootstrap-wrapper”>
<?php
/**
* ldd_before_main_content hook.
*
* @hooked ldd_output_content_wrapper – 10 (outputs opening divs for the content)
*/
do_action( ‘ldd_before_main_content’ );
?>
<header class=”entry-header”>
<!– <h1 class=”entry-title”><?php the_title(); ?>2</h1>–>
</header><!– .entry-header –>
<?php ldl_get_header(); ?>
- “>Home
- <?php echo get_the_term_list(get_the_id(),LDDLITE_TAX_CAT,””,”, “); ?>
<li class=”active”><?php the_title(); ?>