callender
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Query post – Pagination not workingsuperb! worked thank you!
Forum: Fixing WordPress
In reply to: Query post – Pagination not workingThanks for your help.
Yes it’s a custom template – home.php, using a page within WordPress.
The code you have supplied is not working for me. Syntax error line 25:
[Code moderated as per the Forum Rules. Please use the pastebin]
Forum: Fixing WordPress
In reply to: Query post – Pagination not workinghmm, still not working.. see for yourself – http://banburywalker.com/site/labs/
and scroll to bottom – click on older posts..
Forum: Fixing WordPress
In reply to: Search one category only within WordPressthanks for all the replies. appreciated!
Forum: Fixing WordPress
In reply to: Search one category only within WordPressI found this solution – http://www.sandboxdev.com/2007/10/10/search-specific-category-in-wordpress/
Not sure if there are any better solutions?
Forum: Plugins
In reply to: [Autocompleter] Beware – Adds a hidden link to bottom of blog pagelikewise – spammy to say the least
Forum: Networking WordPress
In reply to: Permalinks – remove /blog categoryyes it is a multisite install..
one site is ok, its just the main site has the /blog category that is fixed..
Forum: Networking WordPress
In reply to: same content, different web address, different themthanks for the reply.
i want to show the second theme as an iframe on a third party site, I dont want to use rss.
any ideas if this can be done?
thank you,
Jim
Forum: Plugins
In reply to: [Plugin: WP-Paginate] query post showing next page of tagged postshi any thoughts on this one?
Forum: Fixing WordPress
In reply to: Can't link image to attachment pagemany thanks for confirming esmi!
Forum: Fixing WordPress
In reply to: search form – autoclear on 2010 themecool – i found this link – all sorted – inserted into widget and used css to position the form..
Forum: Fixing WordPress
In reply to: Add comment count to functions.phpyou’re a legend! thanks so much!
Forum: Fixing WordPress
In reply to: Add comment count to functions.phpHiya, yes I am looking for the comment number on posted on.
Really appreciate this alchymyth!
Jim
Forum: Fixing WordPress
In reply to: Add comment count to functions.phpI want the number of comments and link (#comments) to appear at the top of my post.
>> On the single.php post file of 2010 theme.
So would it be something like this:
$posted_in = __( ‘Category: %1$s
<hr />Tags: %2$s
<hr />Comments: (% Comments)‘, ‘twentyten’ );Forum: Fixing WordPress
In reply to: Add comment count to functions.phpyes I am aware of these lines, but the design requires it in a slightly diff. layout.
this is why i am editing the functions.php and hence the code above.
everything is working as it should, ie: date, category, tags – just the comment count is missing..
Can you help? many thanks.