Member111
Member
Posted 1 year ago #
Hello,
I installed the plugin List category posts http://picandocodigo.net/programacion/wordpress/list-category-posts-wordpress-plugin-english/ but it doesn't seem to work.
I have a page. I have a category called articles, so I have inserted this into the post:
[catlist name=articles]
But it displays 5 posts and not just from the articles category but all categories.
Does anyone know hot to resolve this, or, does anyone know of any other plugins which do the same thing?
Thanks, kind regards.
Just installed that plugin on a version 2.7-beta testbed with this code:
[catlist name=My Category numberposts=2]
and it displayed two posts from 'My Category' (don't know if case-sensitive is an issue).
Member111
Member
Posted 12 months ago #
still doesn't work for me.
I have two posts under articles and set post count to five to see but it still includes other categories.
I also set it to two but to no avail.
Member111
Member
Posted 12 months ago #
Member111
Member
Posted 12 months ago #
Member111
Member
Posted 12 months ago #
Member111
Member
Posted 11 months ago #
Member111
Member
Posted 11 months ago #
Member111
Member
Posted 11 months ago #
fernandobt
Member
Posted 10 months ago #
Hey Member111, you should try with the ID, or the category slug instead of the name, see if it works for you. Also as MichaelH said, check for case sensitiveness. The plugin has just been updated by the way.
Regards and thanks for using List Category Posts!
crutchboy
Member
Posted 10 months ago #
I just updated my List Category Posts plugin, and now none of my category listings are working. Im getting this error :
Parse error: parse error, unexpected T_OBJECT_OPERATOR in /blog1/wp-content/plugins/list-category-posts/list_cat_posts.php on line 62
Any ideas? I have not had any problems with the previous version.
Using version 0.4 on a 2.8 bleeding edge test blog with [catlist id=6 numberposts=-1] in a post, and I experienced no errors.
Might consider reinstalling the plugin.
crutchboy
Member
Posted 10 months ago #
Tried that. Even did a manual install to no avail.
crutchboy
Member
Posted 10 months ago #
I switched back to the previous version. Not sure what broke the links but they are working now.
fernandobt
Member
Posted 10 months ago #
crutchboy, your problem is because of PHP 4 in your server. Check this answer:
http://wordpress.org/support/topic/229650
Member111
Member
Posted 10 months ago #
It works now but I want to know how to list posts from a certain tag instead of a particular catrgory.
Member111
Member
Posted 10 months ago #
How may I list posts from a TAG instead of CATEGORY?
Please.
Thanks!
Member111
Member
Posted 10 months ago #
Member111
Member
Posted 10 months ago #
Member111
Member
Posted 10 months ago #
fgluck
Member
Posted 10 months ago #
Just installed with 2.6.
Appears that it only works when you specify a category by ID (e.g. [catlist id=3] works OK... [catlist name=news] does not work.
elanaspantry
Member
Posted 9 months ago #
i've got it halfway working for 2.7
i can list categories only by their ID - but i'm having a difficult time with the numberposts option - the page i'm trying to display all this on just comes up black when i try to use this option in more than one place...
this is what i'm trying to do:
<strong><u>beverages</u></strong>
[catlist id=23 orderby=name numberposts=-1]
<strong><u>breads</u></strong>
[catlist id=31 orderby=name numberposts=-1]
<strong><u>breakfasts</u></strong>
[catlist id=34 orderby=name numberposts=-1]
<strong><u>condiments</u></strong>
[catlist id=25 orderby=name numberposts=-1]
<strong><u>cooked veggies</u></strong>
[catlist id=29 orderby=name numberposts=-1]
<strong><u>entress</u></strong>
[catlist id=30 orderby=name numberposts=-1]
<strong><u>desserts</u></strong>
[catlist id=32 orderby=name numberposts=-1]
<strong><u>salads</u></strong>
[catlist id=28 orderby=name numberposts=-1]
<strong><u>snacks</u></strong>
[catlist id=22 orderby=name numberposts=-1]
<strong><u>soups</u></strong>
[catlist id=26 orderby=name numberposts=-1]
any suggestions or help would be much appreciated!