Title: bfs_wordpress's Replies | WordPress.org

---

# bfs_wordpress

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

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

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [ModXBlog theme problem](https://wordpress.org/support/topic/modxblog-theme-problem/)
 *  [bfs_wordpress](https://wordpress.org/support/users/bfs_wordpress/)
 * (@bfs_wordpress)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/modxblog-theme-problem/#post-1213023)
 * The only glaring problem I see with the code as posted is this line:
 * `<h1>" href="<?php the_permalink() ?>" rel="bookmark">`
 * should be this:
    `<h1><a title="Permanent Link to <?php the_title(); ?>" href
   ="<?php the_permalink() ?>" rel="bookmark">`
 * Otherwise…I had a terrible time getting my single pages to display properly with
   this theme, but it turned out to be the code in comments.php that was causing
   the problem.
 * Let me know if you’re still working on this and I’ll try to help you out.
 * -B

Viewing 1 replies (of 1 total)