kboris
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Displaying Comments on Pagesnot 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 displays comments for the term of the day
but http://www.startingrealestate.com/term-of-the-day/ does not display comments for itself or the term of the dayarchives show the comments
http://www.startingrealestate.com/?s=test+
but
the actual “page” (not post, but page)
http://www.startingrealestate.com/tester-page-998/
does notThanks in advance,
BForum: Themes and Templates
In reply to: Zinmag-redux homethumb problemFigured 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
In reply to: Zinmag-redux homethumb problemI 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
In reply to: won’t run install.phpi 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
In reply to: won’t run install.phpthe database is empty (no tables). do i need to make the tables for it?