Fernando Briano
Forum Replies Created
-
In theory you should use tag=af. It passess the “tag” parameter to WP_Query:
http://codex.wordpress.org/Class_Reference/WP_Query#Tag_ParametersLet me know if that works for you.
Thanks!Glad I could help. From what I see in the site, the text on the list is aligned. What you might mean is to remove the margin and padding on the left maybe. Use the css margin and padding properties to reduce it on the ul and li elements. You can use Firebug to test it.
Forum: Plugins
In reply to: [Plugin: List category posts] numberpost=1 not workingI’ll check this out as soon as I have some time to invest on the plugin. Other users have reported issues on the number of posts, so there might be a bug there…
Forum: Plugins
In reply to: [List category posts] [Plugin: List category posts] New Line for DateMarking the post as resolved.
Forum: Plugins
In reply to: [List category posts] [Plugin: List category posts] SuggestionsHey thanks for your comments!
I’ll take the thumbnails size feature into consideration for a next release.
Regarding the “show from all categories” feature, you can do this by not specifying any category name or ID. Maybe I should make this clear on the docs.
Thanks again!
Marking the post as resolved.
There’s no functionality to not-show the title right now. But you can use this parameter to hide it with CSS:
title_class
Just pass the name of a CSS class with a “display:none” and the title will be hidden.Check Other Notes, under the title HTML & CSS Customization to read more about it.
Forum: Plugins
In reply to: [List category posts] [Plugin: List category posts] Featured image?Indeed:
thumbnail – Show post thumbnail (http://markjaquith.wordpress.com/2009/12/23/new-in-wordpress-2-9-post-thumbnail-images/). Default is ‘no’. Ex: [catlist thumbnail=yes].
Charlie,
Check your CSS, maybe try .lcp_catlist ul {list-style:none;} instead. Check this other post on the WordPress forum see if it helps.Regarding the line break between title and excerpt, you could surround your excerpt with a p tag, check other notes on the part about HTML & CSS Customization. You can use these parameters to define a tag to wrap your excerpt and a CSS class:
excerpt_tag, excerpt_classHope this helps,
Thanks for using the plugin!Fernando
Forum: Fixing WordPress
In reply to: How-To install a plugin in an existing pageLet’s see if it’s too vague:
List Category Posts allows you to list posts from a category into a post/page using the [catlist] shortcode.
So you’ll probably want to start by using a shortcode. If you have no clue what a shortcode is, you should start by googling it and learning how to use it.
Let’s move on. Please, let me know how I can make this more clear:
Usage
[catlist argument1=value1 argument2=value2]The first word is “usage”:
- The action of using something or the fact of being used.
- The way in which a word or phrase is normally and correctly used.
So, this will probably be followed by instructions on how to use the plugin. The next line displays a shortcode! It dislpays arguments and values for that shortcode. Since you already know what a shortcode is, and how to use it, you only have to look up what the possible arguments and values are!
Other Notes has a long list of arguments and explanations on what each of them means.
Please, do let me know which part is too vague.
It takes a lot of time writing and maintaining the plugin’s documentation. Please take the time to read it:
http://wordpress.org/extend/plugins/list-category-posts/other_notes/
Just add a ‘lcp_catlist’ class to your css and add “list-style-type: none;” to it.
Thanks.
That’s pretty odd. The plugin doesn’t have much interaction with the database. If you look at the code you’ll see it just uses some WordPress options when you use the widget. But the rest of the interaction is done by getting info from the database with the standard
get_posts()WordPress function.Try the latest version which allows you to wrap the date, author and any other parameter with HTML tags and their own CSS classes. Check out HTML & CSS Customization in Other Notes to read how it works.
Fixed on version 0.23.2
Sorry about that!
Thanks for reporting, regards!
Sorry about that, just uploaded version 0.23.1 with a fix.
Thanks for the heads up!