Fernando Briano
Forum Replies Created
-
Forum: Plugins
In reply to: [List category posts] morelink heads to a wrong urlI might add something like this to the plugin, but the post’s title links to the post itself. Still, I can add it as a parameter in case you want a “read more” link for each post.
Forum: Plugins
In reply to: [List category posts] post title and thumbnail in different linesThis seems like a CSS/HTML issue, you can customize the html tags in which you want your title and thumbnail to appear, and add CSS classess to them.
Check HTML & CSS Customization on this link.
It’s already on the site, so it’s just a matter of time before your WordPress installation tells you to update the plugin.
Please test release 0.25.1 and let me know if it fixes your excerpt issues. The excerpt now works like this:
Parameter:
- excerpt – Display the post’s excerpt. Default is ‘no’, use excerpt=yes to activate it. If you don’t have an excerpt in your post, the plugin will fetch this text from the content, striping its html tags and shortcodes. The limit is set by the excerpt_size parameter (55 words by default).
- excerpt_size – Set the number of words to display from the excerpt. Default is 55. Eg:
excerpt_size = 30
Forum: Plugins
In reply to: [List category posts] Won't Limit / Filter Excerpt LengthReleasing 0.25.1 to address this issue. Please let me know how it goes!
Forum: Plugins
In reply to: [List category posts] Breaks my websiteYour code seems to work correctly on my blog. I don’t have a “homepage” category, so it lists all posts. I think there could be some issue with the template you’re using or something.
What WordPress version are you using?
Forum: Plugins
In reply to: [List category posts] Breaks my websiteHi Ircsome, what exactly does it brake? Does it display an error? Not display the posts correctly? Any more details are very welcome.
Thanks!
Forum: Plugins
In reply to: [List category posts] [Plugin: List category posts] Pagination not seenHaven’t had time to implement pagination yet. If you find someone to implement it, just do a Pull Request 🙂 https://github.com/picandocodigo/List-Category-Posts
Forum: Plugins
In reply to: [List category posts] begginerMaria,
You should edit your theme’s CSS file and add the css classes that you’ve set on the the call to List Category Posts.So for example if you did:
[catlist id=7 comments=yes comments_tag=p comments_class=lcp_comments]
This would produce the following code:
<p class="lcp_comments"> (3)</p>
And you should add something like this to your theme’s CSS file:
.lcp_comments{ color: #FFF }Forum: Plugins
In reply to: [List category posts] Title SizeCheck here under HTML & CSS Customization, you can set a tag and a CSS class to the title and customize it in your CSS.
Forum: Plugins
In reply to: [List category posts] Won't Limit / Filter Excerpt LengthThere’s an issue with excerpts on version 0.24. This will be fixed for version 0.25, coming out soon 🙂
Hi, unfortunately, this goes out of the scope and intentions of the plugin. So I don’t think I’ll add this functionality. You should use another plugin or php hack to filter List Category Post’s function and omit part of the title.
Try adding clear:both to the li elements inside the lcp_catlist ul class. I tried it with Firebug and it displaced the posts to the bottom, I guess that’s what you mean.
Hope that helps.
RegardsYour issue seems like a styling problem with your CSS. I don’t understand the part where you say:
How should my code look like for me to get all the posts on each other, the most recent at the top and all text and images to be visible when you come to page
Also, you are display content AND excerpt, are you sure this is what you want to do?
Forum: Plugins
In reply to: [List category posts] [Plugin: List category posts] Thumbnail errorPlease, please, do some research. First you should read this: http://codex.wordpress.org/Post_Thumbnails
This is a very common problem, and it’s because your theme probably doesn’t support thumbnails. If you google for “Fatal error: Call to undefined function has_post_thumbnail()”, the first results show that you need to support this function in your theme to make thumbnails work.
http://wordpress.org/support/topic/fatal-error-call-to-undefined-function-22?replies=4
http://wordpress.org/support/topic/fatal-error-call-to-undefined-function-has_post_thumbnail?replies=7#post-1743368