Fernando Briano
Forum Replies Created
-
Forum: Reviews
In reply to: [List category posts] way too many php notices (fixed)Thanks Daiv!
I had noticed there were some debug warnings a long time ago but only when I read your comment did I add it as an issue and got to work on it later. So thanks for reporting it 🙂
And thanks for changing the rating, I really appreciate it 🙂
I haven’t been able to reproduce this issue. What version of WordPress are you using? What version of the plugin?
Forum: Plugins
In reply to: [List category posts] Content in addition to titleTo not display the title, follow the instructions on this link. I’ll add this to the plugin’s FAQ since it’s been asked quite a few times.
To display the content, use the
contentparam:content – Show the full content of the post. Default is ‘no’. Ex: [catlist content=yes]
Please, read the documentation, this parameter is there and I think it’s pretty straightforward.
The category title shouldn’t be displayed, unless you’re using the
catlinkparameter. Oh, and the syntax is:
[catlist id=1]
Not “mycatlist”.Forum: Plugins
In reply to: [List category posts] [Plugin: List category posts] Numberposts not workingOk allshookup, let me explain to you how this works: This is open source software I do for fun, not profit. It’s like a hobby pet project for me, ok? I don’t get paid for each hour I spend coding on my plugin, I just do it because I like coding and it looks like a lot of people like it and use it, so I feel good by improving the plugin. Support requests in the forum don’t pay my bills, and I haven’t “avoided the issue”, I just focus on bigger issues or new features which are more requested.
So, this specific issue I haven’t been able to reproduce. I use the plugin on all of my blogs and I’ve tried several different setups, and I always get the plugin to show the number of posts I ask it to. So it must be specific to some WordPress installations. Maybe a conflict with another plugin, I don’t know.
ramshengale I don’t use “” for this parameter and it works, maybe that’s the issue. I’m using this exact code:
[catlist id=259 numberposts=6 orderby=title order=asc]
And it works as expected.What WordPress version are you using? Maybe try setting debug=true on your wp-config and see if there’s any important errors displayed.
Forum: Plugins
In reply to: [List category posts] Category name posts not workingDid you try just “blog”? Maybe WordPress isn’t finding the category by the name and it needs to find it by the slug.
Forum: Plugins
In reply to: [List category posts] display just the content (not the list) of postsfloand there’s no reason to get depressed 🙂
Now that you have your plugin installed, just use the shortcode when editing or adding a new a page or post. Write it in the post’s text and that’s it.
Forum: Reviews
In reply to: [List category posts] way too many php notices (fixed)Daiv,
I’ve fixed lots of php notices in the latest version: 0.27.1.Let me know if it’s working ok for you.
Thanks!
Regards,Forum: Plugins
In reply to: [List category posts] display just the content (not the list) of postsYou have to add a CSS class to the title with the title_class parameter. Then edit the title_class class in your theme’s CSS file. Something like this:
In the post:
[catlist id=3 title_class=lcp_title numberposts=1]And in your theme’s CSS:
.lcp_title{ display: none; }Forum: Plugins
In reply to: [List category posts] display just the content (not the list) of postsYou can use the
numberpostsparameter and set it to 1 to display just one post from a category.Forum: Plugins
In reply to: [List category posts] plugin broke with WordPress or plugin upgradesUh, this is bad. What version of WordPress are you using? What’s the code?
Can you set debug=true on your WordPress installations and check for warnings or errors related to the plugin?
Forum: Plugins
In reply to: [List category posts] Problem with list limitCool. That’s pretty weird though, if you find the solution post it back here.
Forum: Plugins
In reply to: [List category posts] V. 0.26 – Excerpt length numberposts not workingBut what is it showing? Does it show the whole excerpt, part of it or no excerpt at all? Do note now the parameter counts the number of words to display from the excerpt not the characters.
Forum: Plugins
In reply to: [List category posts] V. 0.26 – Excerpt length numberposts not workingWhat is the problem specifically?
Forum: Plugins
In reply to: [List category posts] Possible to display different titles?This one is pretty specific… I think there could be a way to get the title from some custom field. For the moment this is not possible, but I’ve added it as a feature request for a future release.
Forum: Plugins
In reply to: [List category posts] Customize custom fieldI’m not sure I quite understand what you want to do. In any case, to customize the output, check out the instructions, you can customize the HTML and CSS for the output.