bhensler
Forum Replies Created
-
Forum: Reviews
In reply to: [YOP Poll] Doesn't worktruly helpful comment, thank you !
Forum: Plugins
In reply to: [List category posts] catalyst with post_type=attachmentdouble entry
Forum: Plugins
In reply to: [List category posts] catlist and post_type=attachmentI like answering my own questions, this is the shortcode to return attachments from a specific category – it seems when using the default taxonomy ‘category’ parameters for taxonomy and term are not needed:
[catlist name=category post_type=attachment post_status=inherit pagination=yes]
Hello David
I spent some more time on the topic, the following SQL script does basically what I want to achieve:
select p.post_title, p.guid, wpr.object_id, wp_terms.name from wp_terms inner join wp_term_taxonomy on wp_terms.term_id = wp_term_taxonomy.term_id inner join wp_term_relationships wpr on wpr.term_taxonomy_id = wp_term_taxonomy.term_taxonomy_id inner join wp_posts p on p.ID = wpr.object_id where taxonomy= "<strong>category</strong>" and p.post_type = '<strong>attachment</strong>' and slug = "<strong>bme-vertrag</strong>"All attachments with slug “bme-vertrag” from the default taxonomy “category” are retrieved; if I change the post type to “post” I get the posts only. To classify the media attachments with categories I use the enhanced media library plugin (which allows using the default taxonomy (category).
Can I do the same using your plugin? The idea of using a shortcode and some parameters to retrieve the items I need is compelling.
Thanks and best regards
Bernhard
Forum: Plugins
In reply to: [Media Library Assistant] MLA_tag_cloud not showing attachmentsHello David
Thank you so much for the clarification, this helps !
Unfortunately I have not the time or skills to develop a solution as proposed, so I will have to quit here 🙂 – well, I do not really need the high-ed solution for that little functionality I am offering.
Keep going and thanks again
Bernhard
Forum: Plugins
In reply to: [Media Library Assistant] export / import settingsDavid
I did not realize, that the import / export feature is for the plugin settings “only”. Actually I was hoping, that I can export / import my MLA attachment category and tag settings, which is the major work to reconfigure when moving from one WordPress site to another. Well, a database export / import as I am doing it today, does the job, so I will continue with this approach. Anyways, thanks a lot for your support.
/bernhardForum: Plugins
In reply to: [Media Library Assistant] export / import settingstesting : )
Forum: Plugins
In reply to: [List category posts] Post status seems to be ignoredAm having the exact same issue, whichever option I use in the post_status only published results are returned.
Did u have success or even a solution for this behavior ?
Thanks, Bernhard