torweb
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Display Category on a PageI checked the above link and tried to add it to my function.php file, but nothing is happening (no read more link), which my be due to the way I’m using it.
I’m adding this code at the end of the function.php file ‘function new_excerpt_more($post) {
return ‘ID) . ‘”>’ . ‘Read the Rest…’ . ‘‘;
}
add_filter(‘excerpt_more’, ‘new_excerpt_more’);’Forum: Fixing WordPress
In reply to: Post Comment link not linkingMacmanx….a BIG thanks for that. I’ve spent days and days on this. Again, many many thanks. I’ll be sure to pass this on to any other visitors having the same issue.
Forum: Fixing WordPress
In reply to: Post Comment link not linkingI agree….how dumb of me… her it is
Forum: Fixing WordPress
In reply to: Post Comment link not linkingI’m looking all over the forum and am find quite a few posts detailing issues like mine, so it must be a issues…
Still looking for a clue!
Forum: Fixing WordPress
In reply to: Display Category on a PageActually I’ve used “the_excerpt();” but was trying to find a way of adding a “read more” link in there. Now it just contains […]
Forum: Fixing WordPress
In reply to: Post Comment link not linkingWell I’ll need big help on this one. My comment link works on the first post, that is, when clicked it goes to the comment window. Any post after the first post will not do that… I thought all of the post would use the single.php page, and if so, why would the first post be the only one to drop down to the comment window…
Help!
Forum: Fixing WordPress
In reply to: Post Comment link not linkingI re-pasted the code back in for the comment link – works now?
Forum: Fixing WordPress
In reply to: Display Category on a PageI hate to open this up again, but I was wondering if it’s possible to just display the excerpt and not the whole page.
Thanks in advance
Forum: Fixing WordPress
In reply to: Post Comment link not linkingHere is a sample of code:
[Code moderated as per the Forum Rules. Please use the pastebin]
Forum: Fixing WordPress
In reply to: Post Comment link not linkingMy LAST problem with this site. I’m using WP 2.9.2 and have a Post Comment at the top of my posting in the same area as author, date, etc. The problem is when I click on it, nothing happens. It used to go to the bottom of the page where the comment window is. I’ve gone over my single.php page and can’t see the problem…
Anyone have an idea of where to look…
Thanks again
Forum: Fixing WordPress
In reply to: Display Category on a PageFantastic…that did it!!! I’m done with this issue and want to thank you very much for the help. Hopefully I will be able to pass on the info to other posters with the same issues.
Thanks again
Forum: Fixing WordPress
In reply to: Display Category on a PageIf you click the Stylescope menu tab, you’ll see how I’d like it to look. The problem there is the plugin I’m using seems to affect the link code on the stylesheet.
Forum: Fixing WordPress
In reply to: Display Category on a PageIt’s the Post Header “<h2 class=”art-PostHeader>. You can see it here
If you go to the home page, it’s the second post down.
Thanks for your help
Forum: Fixing WordPress
In reply to: Display Category on a PageIs there another variable to add to query_posts(‘cat=4’); to have it display my page header?
Forum: Fixing WordPress
In reply to: Display Category on a PageOne more question if I could…while the pagination works great, is there a trick to have it also display the page title/heading. It seems to be missing.
Thanks again