Fernando Briano
Forum Replies Created
-
nberidze it’s working for me with 4.1 in several blogs. Do other shortcodes work in your blog? What other plugins have you installed?
Forum: Plugins
In reply to: [List categories] Changing text fontI think you confused this plugin with List Category Posts. But anyway, the list is displayed with a CSS class called “lcp_catlist”. You should add something like this to your theme’s stylesheet:
lcp_catlist{ font-family: "Calibri"; }Forum: Plugins
In reply to: [List category posts] Display full posts?SteveO: check the documentation and search for the part where it says:
‘template – By default, posts will be listed in an unordered list (ul tag) with the class ‘lcp_catlist’You can pass ‘ol’ or ‘div’ to the template paramter to yield different results.
Forum: Plugins
In reply to: [List category posts] It's shows all posts from every categoryI think the space between the equal sign and the id numbers could be an issue.
Forum: Plugins
In reply to: [List category posts] Read More button go to the post instead of the categoryThere’s this parameter:
posts_morelink – Include a “read more” link after each post. It receives a string of characters as a parameter which will be used as the text of the link. Example: [catlist id=38 posts_morelink=”Read more about this post”]
Forum: Plugins
In reply to: [List category posts] Class=div doesn't work; always shows oldivmust be passed to thetemplateparameter. So your code should be instead:[catlist name="Warrior Mom" template=div numberposts=5 pagination=yes orderby=date date=yes author=yes excerpt=yes catlist comments=yes posts_morelink="Read more..."]That should fix things for you.
Cheers!
The team of 1 is following the forum indeed 🙂
I don’t have that much time to work on the plugin right now, but Pull Requests are more than welcome on GitHub 😀
I’ll try to get this fixed for the next version. Thanks!
Forum: Plugins
In reply to: [List category posts] Display full posts?You can use this plugin for what you need. Check the
contentparameter on the documentation. Warning though, you might want to do this from a Page Template or a Custom Post Type template too.Forum: Plugins
In reply to: [List category posts] localization doesn't workGot it, I’ll check it out and get back to you later. Thanks!
Forum: Plugins
In reply to: [List category posts] localization doesn't workvictorzl I didn’t get the e-mail. You can find my e-mail address in the plugin’s code: list_cat_posts.php.
Forum: Plugins
In reply to: [List category posts] Coding error in CatListDisplayer.phpThis should be fixed in version 0.51. Please update the plugin and let me know if you have any further issues. Thanks!
Forum: Plugins
In reply to: [List category posts] No category (not even uncategorized)Is this even possible in WordPress?
Forum: Plugins
In reply to: [List category posts] read more disappear using templatesThis should be fixed in the latest release, version 0.51. Please update and let me know if it’s working for you. Thanks!
Forum: Plugins
In reply to: [List category posts] Only one post appearing from categoryHi Ely1, what’s the exact shortcode you’re using?
You should be able to show all the posts from a category with:
[catlist id=1]
You may want to set thenumberpostsparameter to-1on the shortcode, which makes it show every post in that category without limit:
[catlist id=1 numberposts=-1]
Check the List Category Posts options page under Settings in your admin dashboard, you might be setting the numberposts there too (thought this can be overriden with the numberposts parameter).Make sure you’re using the right category id, on Posts / Categories, look for your category and on the url to editing it check the number after “tag_ID=yourcategoryid“.
Forum: Plugins
In reply to: [List category posts] localization doesn't workvictorzl, I’m releasing a new version soon. Version 0.51 should fix this. Please check it out, update your translation and if you want to contribute your translation to the plugin, that would be great!
Cheers,