Borjan Tchakaloff
Forum Replies Created
-
Forum: Plugins
In reply to: [List category posts] excerpt_class not workingHello,
what is not working?
Is the excerpt class displayed (as in... class="lcp_excerpt" ...
somewhere in the page)?Forum: Plugins
In reply to: [List category posts] Listing posts from multiple categoriesThe next step is then to isolate the bugged feature. Try them one by one.
Forum: Plugins
In reply to: [List category posts] Listing posts from multiple categoriesCan you please try with *only* the category filter please?
(i.e.[catlist id=1,2,3,6,9,10]
)Forum: Plugins
In reply to: [List category posts] Listing posts from multiple categoriesI must amend myself, I have misread the implementation. The feature should work and is present in the code base.
Forum: Plugins
In reply to: [List category posts] Listing posts from multiple categoriesMaybe. I don’t know where and when the code actually broke.
You definitely would want to have the latest code base, so you would have to adapt the old union feature.I’ll take a quick look.
For informational purpose, please note that Fernando has merged this feature into the 0.62 version.
Then, can you please edit the thread and mark it as resolved? you are welcome ??
Forum: Plugins
In reply to: [List category posts] I can't exclude a post with 'this' instructionHello Thierry,
have you tried the simpler example
[catlist excludeposts=this]
? What is displayed?The current version should handle the current post exclusion, are you using the latest one?
Forum: Plugins
In reply to: [List category posts] How to change the pagination's look ?Hello Tom,
this feature is not yet present in the plugin.
An interesting approach would be a wrapper around thepaginate_links()
inner function.Forum: Plugins
In reply to: [List category posts] Change style per itemHello MiKeZZa,
if the issue is solved, could you please note it as resolved?
It clears up the threads, thank you.Forum: Plugins
In reply to: [List category posts] Alignment of thumbnails and titlesHello sophb,
You have several ways to use a shortcode:
- into a post (
[catlist]
) - into a theme template (
<?php echo do_shortcode( '[catlist]' ); ?>
) - as the content of a text widget*
* You have first to enable this functionality as described in the documentation.
Forum: Plugins
In reply to: [List category posts] Multiple custom fields and values (query)Hello (salut),
each attribute must be unique, WordPress does not handle several occurrences of an attribute.
So no, this feature is not (yet?) available with this plugin.
But you can participate and improve the plugin yourself too! See the author’s repository for more information.Forum: Plugins
In reply to: [List category posts] adding excerptHello,
yes, you can also display the excerpts with the option
excerpt=yes
(in the shortcode).
Please have a look at the documentation and look for “excerpt”.Forum: Plugins
In reply to: [List category posts] Listing posts from multiple categoriesHello,
it seems that in the latest version, the categories combination does not work as stated in the documentation. I checked the code and I only saw the mathematical intersection (+) and exclusion (-) features. Not the mathematical union (?).
So, AFAIK, you cannot list posts from different categories.
Forum: Plugins
In reply to: [List category posts] 500 Internal erroHello,
can you try one shortcode by one? Or do they all (individually) produce the server error?
What about a simpler shortcode? - into a post (