Title: j2nice78's Replies | WordPress.org

---

# j2nice78

  [  ](https://wordpress.org/support/users/j2nice78/)

 *   [Profile](https://wordpress.org/support/users/j2nice78/)
 *   [Topics Started](https://wordpress.org/support/users/j2nice78/topics/)
 *   [Replies Created](https://wordpress.org/support/users/j2nice78/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/j2nice78/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/j2nice78/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/j2nice78/engagements/)
 *   [Favorites](https://wordpress.org/support/users/j2nice78/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to remove word "Post" from top of every page](https://wordpress.org/support/topic/how-to-remove-word-post-from-top-of-every-page/)
 *  Thread Starter [j2nice78](https://wordpress.org/support/users/j2nice78/)
 * (@j2nice78)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/how-to-remove-word-post-from-top-of-every-page/#post-3391503)
 * 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)