Title: kboris's Replies | WordPress.org

---

# kboris

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

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

 Search replies:

## Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Displaying Comments on Pages](https://wordpress.org/support/topic/displaying-comments-on-pages/)
 *  Thread Starter [kboris](https://wordpress.org/support/users/kboris/)
 * (@kboris)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/displaying-comments-on-pages/#post-963804)
 * not sure why my post got erased but here goes:
 * i’m running dojo theme and wp 2.7
 * for some reason comments don’t appear on my page pages.
 * for example:
    [http://www.startingrealestate.com](http://www.startingrealestate.com)
   displays comments for the term of the day but [http://www.startingrealestate.com/term-of-the-day/](http://www.startingrealestate.com/term-of-the-day/)
   does not display comments for itself or the term of the day
 * archives show the comments
    [http://www.startingrealestate.com/?s=test+](http://www.startingrealestate.com/?s=test+)
   but the actual “page” (not post, but page) [http://www.startingrealestate.com/tester-page-998/](http://www.startingrealestate.com/tester-page-998/)
   does not
 * Thanks in advance,
    B
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Zinmag-redux homethumb problem](https://wordpress.org/support/topic/zinmag-redux-homethumb-problem/)
 *  [kboris](https://wordpress.org/support/users/kboris/)
 * (@kboris)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/zinmag-redux-homethumb-problem/page/2/#post-846282)
 * Figured it out =D the read more link isn’t closed. you need to add a after the“
   read more” link. if you want the thumb linked, you have to add it separately:
 * for to close the read more link:
 *     ```
       <div class="postmore"> <a href="<?php the_permalink() ?>">Read More</a></div>
       ```
   
 * to link the thumbnail:
 *     ```
       <div class="centry">
       <a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>"><?php $homethumb = get_post_meta($post->ID,'homethumb', true); ?>
       <img src="<?php bloginfo('url'); ?>/wp-content/uploads/<? echo strtolower($homethumb); ?>.jpg" width="100" height="60"  ></a>
       ```
   
 * Hope this helps =)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Zinmag-redux homethumb problem](https://wordpress.org/support/topic/zinmag-redux-homethumb-problem/)
 *  [kboris](https://wordpress.org/support/users/kboris/)
 * (@kboris)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/zinmag-redux-homethumb-problem/page/2/#post-846278)
 * I love this template! Thank you!
 * I got the thumbs working, but there’s one catch… they link to the wrong articles(
   the 1st pic has no link, the 2nd pic links to 1st article, 3rd pic to 2nd article…).(
   see livetruly.com)
 * It looks like asif2bd has same problem as does ohioverticals.com/blogs/ourspace/(
   at least at 12:11am pst on oct 13th).
 * Any idea what’s happening and how to fix it?
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [won’t run install.php](https://wordpress.org/support/topic/wont-run-installphp/)
 *  Thread Starter [kboris](https://wordpress.org/support/users/kboris/)
 * (@kboris)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/wont-run-installphp/#post-149956)
 * i just restored my backed up stuff and did an upgrade rather than a new install.
   had no problems. wonder what the problem with installing it might have been.
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [won’t run install.php](https://wordpress.org/support/topic/wont-run-installphp/)
 *  Thread Starter [kboris](https://wordpress.org/support/users/kboris/)
 * (@kboris)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/wont-run-installphp/#post-149787)
 * the database is empty (no tables). do i need to make the tables for it?

Viewing 5 replies - 1 through 5 (of 5 total)