Sea Jay
Forum Replies Created
-
Forum: Plugins
In reply to: [List category posts] [Plugin: List category posts] support for boolean-and?BTW, it’s worth noting that category__add does not include child categories, whereas id and name do.
I also tried initializing a new parameter name and applying it to category__add (‘add’ instead of ‘id’) and the result was always null.
So, I came back around to your original question: how to support the boolean-or parameter ‘id’ and also add the boolean-and parameter.
For the moment, this is such an important plugin and I always need category-name or boolean-and, so I’ll ignore the boolean-or altogether.
Forum: Plugins
In reply to: [List category posts] [Plugin: List category posts] Templates not working?Resolved. I had the custom template in the wrong location.
I created a folder called /list-category-posts/ in my theme directory and placed a copy of the default template there. Then I called it from the plugin: template=text01.
Working fine. The FAQ page should be rewritten:
template – File name of template in /list-category-posts/ directory in your theme, without extension. Example: For ‘template.php’ value is only ‘template’. Default is ‘default’ that means template in code of plugin not in template file, that’s an unordered list (ul html tag) with a CSS class: ‘lcp_catlist’
Forum: Plugins
In reply to: [Fluency Admin] [Plugin: Fluency Admin] jquery-ui.googlecode.comYou may disregard. I discovered the culprit was Simple Fields.
http://wordpress.org/support/topic/plugin-simple-fields-jquery-uigooglecodecom
Forum: Hacks
In reply to: jquery-ui.googlecode.comDisregard. After further deactivations, I discovered that Simple Fields was the culprit.
http://wordpress.org/support/topic/plugin-simple-fields-jquery-uigooglecodecom
Forum: Plugins
In reply to: [List category posts] [Plugin: List category posts] support for boolean-and?Dnorman, I used your code and it works great, with one change: I changed ‘posts_per_page’ to ‘numberposts’.
'$catposts = get_posts(array( 'category__and'=>explode(",", $atts['id']), 'numberposts'=>$atts['numberposts'], 'orderby'=>$atts['orderby'], 'order'=>$atts['order'], ));'Thank you!
Forum: Plugins
In reply to: [Fluency Admin] [Plugin: Fluency Admin] jquery-ui.googlecode.comI disabled, but the external script is still loading, so am seeking plugin that is loading jquery-ui.googlecode.com. May not be Fluency.
Forum: Plugins
In reply to: [Faceted Search] [Plugin: Faceted Search] Not working?I reinstalled and actived the plugin. I selected a category that has over 50 posts and clicked on “Search”
The status bar shows another page loading. The next thing that happens is a partial page load; when I look at the source code, it ends part way through the head code.
Forum: Plugins
In reply to: [Faceted Search] [Plugin: Faceted Search] Not working?Yes, I will be happy to look into this and get back to you. Thank you for being so responsive.
Forum: Plugins
In reply to: [List category posts] [Plugin: List category posts] support for boolean-and?Thank you for the update.
I am finding that a boolean-and option is more and more significant as I am developing deep site architecture, yet few plugins include this option for categories, let alone custom post types.
Your information will be helpful for other plugin developers, too. I’ve already fowarded this thread …
Forum: Plugins
In reply to: [List category posts] [Plugin: List category posts] support for boolean-and?Question. Does ‘get_posts’ allow ‘category__and’? Or, do you mean ‘query_posts’?
Forum: Plugins
In reply to: [April's Call Posts] [Plugin: April's Call Posts] Boolean category queryI understand that the “category__and” parameter of the “query_posts” template tag would be required, and that shortcodes can’t pass arrays, which are needed for category__and.
If there is some solution, that would be great.
Forum: Plugins
In reply to: [List category posts] [Plugin: List category posts] support for boolean-and?An AND/OR option would be a great addition to this plugin!
Forum: Plugins
In reply to: [Simple Fields] [Plugin: Simple Fields] Great pluginI see. Thank you!
Forum: Plugins
In reply to: [Plugin: CSV Importer] Import to Custom Post Type?Thanks for the hack and your note in the related thread.
However, I did find a premium plugin, TurboCSV, that supports custom post types, custom taxonomies, and custom fields. I had one issue, but the developer responded quickly.
http://wphostreviews.com/turbocsv
That said, I spent quite a few hours seeking a complete workflow for custom post types and taxonomies — from entry to management to queries (missing in core) to presentation — and have decided to wait until the support is more mature.
Thanks for posting the hack.
http://wordpress.org/support/topic/plugin-csv-importer-import-to-custom-post-type
However, I did find a premium plugin, TurboCSV, that supports custom post types, custom taxonomies, and custom fields. I had one issue, but the developer responded quickly.
http://wphostreviews.com/turbocsv
That said, I spent quite a few hours seeking a complete workflow for custom post types and taxonomies — from entry to management to queries (missing in core) to presentation — and have decided to wait until the support is more mature.