Klemens Starybrat

Results 37 comments of Klemens Starybrat

Info on how to implement: https://wordpress.org/support/topic/incompatibility-with-relevanssi-plugin/

> If I understand correctly, we use the WP_Query object when calling query_posts($args) here, which sets the WP_Query we want to $wp_query, is this right? Yes, 'query_posts' actually also makes...

If it doesn't work with `query_posts` then we will first have to deal with #445 and resolve this issue later.

I think we can safely add an automatic whitespace before all elements. It should be implemented in a dedicated function to keep things DRY and to make sure it's always...

Yes, I think using static functions in `LcpUtils` works much better 👍

Looking at tags and classes now, the code is a bit inconsistent with what's written in the wiki, for instatnce the default tag for `customfield_display` is `div` not `span`. I...

@picandocodigo I'm working on CatListDisplayer, refactoring and moving tag/class wrapping to a separate class. I noticed something I'd like to discuss with you because it requires a decision to be...

This would be very easy to implement: https://developer.wordpress.org/reference/functions/get_the_post_thumbnail_caption/ Note: the above function is available since WP 4.6 so there should be a line checking if it is defined and an...

This kind of thing belongs in a template. We could add another template to the `templates` dir or just create another gist and link to it in the wiki. Gists...

That would be a nice new feature 🙂