Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter j2nice78

    (@j2nice78)

    Seacoast Web Design… you were right about it being my theme! It wasn’t the plugins though as I had none installed except the default plugins.

    I built the site using Artisteer 4.1. It turns out that Artisteer generates a line of code in wrappers.php that looks like this:

    <article<?php echo $id; ?> class=”art-post art-article <?php echo $class; ?>”>
    <h2 class=”art-postheader”>Post
    </h2>

    I changed it to this:

    <article<?php echo $id; ?> class=”art-post art-article <?php echo $class; ?>”>
    <h2 class=”art-postheader”><?php echo $title; ?>
    </h2>

    Problem solved!

    Thanks so much for the response. It got me thinking in the right direction 🙂

Viewing 1 replies (of 1 total)