shafee85
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Cforms 2] Language Switching?bump
Forum: Plugins
In reply to: [Plugin: Cforms 2] Language Switching?any help please?
Forum: Plugins
In reply to: [Plugin: Mailpress] How to enter emails manually without subscribing?bump
Forum: Themes and Templates
In reply to: Single Category ArchivesThank you fisherwebdev. The plugin helped me sort the same issue.
Forum: Fixing WordPress
In reply to: Exclude few recent posts from the recent post list (coffee2code)Any help please?
Forum: Plugins
In reply to: [Plugin: Collapsing Categories] How to include Categories?Thanks again MichaelH. works like a charm. Cheers!
Forum: Fixing WordPress
In reply to: Query_posts function and Older entries within a categoryThank you very much stvwlf. Your piece of code works perfectly ?? Cant thank you enough.
Cheers!
I figured out a way to overcome this.
Without directly trying to link to a file on the template folder i tried creating a new category and linked that file using category-xx.php. I simply had to give the link there.
Issue sorted. Thank for the input ??
Forum: Fixing WordPress
In reply to: Query_posts function and Older entries within a categoryThank you very much for your post.
Inserting stvwlf’s code shows the older entries/ newer entries link. but it loads the same article page that im on.
E.g. i inserted this code to category id 53 (mydomain.com/?cat=53). when the above code is inserted i get the older entries link at it links as mydomain.com/?cat=53&paged2
when clicked it shows the same page as /?cat=53. What do i need to do to make this work? Please help
Note: I am using 2 query_post loops within the page. Could this be causing the problem?
Forum: Fixing WordPress
In reply to: Exclude few recent posts from the recent post list (coffee2code)Re-opening this solved issue due to recent discovery.
<?php c2c_get_recent_posts(5, "<li>%post_URL%<br /></li>", "50", "date", "DESC", 10); ?>
The above mentioned category id 50 is a parent. Is there a way i can get the recent posts of all its child categories as well? the above code does not display posts of the children.
Please help.
Thank you
Awesome! it works perfectly. Thank you MichaelH. You have helped me many times ?? WordPress is by far the best support community out there.
Forum: Plugins
In reply to: [Plugin: Collapsing Categories] How to expand when parent is clicked?Ok i found out how to take out the number of posts from the categories,
if (function_exists('collapsCat')) { collapsCat('animate=1&showPostCount=0');
Any idea how i could get the expand/collapse animation when the parent title is clicked?
Unfortunately it still doesnt work ??
Here is my testing blog url
demo.zeelabs.com/SAHR
Notice the top News Alerts title. I have entered the a href code as blogatorul suggested, yet it still doesnt work correctly. What am i doing wrong?
Forum: Plugins
In reply to: [Plugin: Collapsing Categories] collapsing categoriesthis will greatly help me too. any help?
Forum: Plugins
In reply to: [Plugin: Collapsing Categories] How to expand when parent is clicked?Furthermore, is there a way i can get rid of the number of posts per category displayed on the sidebar in this plugin?