Kailey (trepmal)
Forum Replies Created
-
Forum: Plugins
In reply to: [Mini Loops] [Plugin: Mini Loops] meta data in mini loopsI think you’re looking for [ml_field]:
http://wordpress.org/extend/plugins/mini-loops/other_notes/
[ml_field] Attributes: name, single (1), separator (‘, ‘), reverse (0)
- name = custom field name
- single = 1 get single value, 0 get all values matching name
- separator = string to separate each value
- reverse = 0 default order, 1 reverse display order
Forked for 3.0+ http://wordpress.org/extend/plugins/post-editor-buttons-fork/
Forum: Plugins
In reply to: [Mini Loops] [Plugin: Mini Loops] Custom Taxonomy with mini loopsTry this
[miniloop post_type="employee" number_posts=0 order_by="date" order="ASC" tax="departments=967"][ml_format][/miniloop]Somewhere on my to-do list is better documentation and more examples for Mini Loops…
Forum: Plugins
In reply to: [Mini Loops] [Plugin: Mini Loops] Using CROPPED thumbnail imagesCould you post the code (via pastebin.com or similar) you’re presently using?
You may be able to simply pass ‘auto’ as the height and width attributes.
[image width=auto height=auto]Mini Loops also defaults to 50×50, but you can specify ‘auto’ instead. I can’t recall if AMRP supports this or not.
Forum: Plugins
In reply to: [Mini Loops] [Plugin: Mini Loops] Widget Not Working CorrectlyMini Loops 1.0.1 fixes tags so they are handled like categories.
If you enter
1,2for tags, posts with either tag will be included in the results. See ‘tag__in’ in WP_Query.However, what I believe you’re looking for (only get posts that have both tags) isn’t supported in the stable release of Mini Loops.
But it is supported in the Development release via filters. See the source code for a demo.If I see more requests for this option/ability (you’re the first so far) I might consider creating an option in the widget.
Forum: Plugins
In reply to: [Mini Loops] [Plugin: Mini Loops] Widget Not Working CorrectlySorry for the late reply. I’m looking into this now – will hopefully deploy a fix later this evening.
Yeah – I learned from various AMRP support requests that being able to customize the output was pretty important. The Mini Loops ‘format’ options allow for complete customization.
AMRP doesn’t support cropped thumbnails. But if you use the ‘first attached image’ option, I believe it will get the generated thumbnail (default is square) which should be uniform for all posts.
I created Mini Loops which is a similar plugin in terms of functionality that has better support for thumbnails – it will actually create thumbnails based on given dimensions.
Sort of…
Rather than “M [br /] j” you’d simply include the date parameter twice (or more if necessary) in the item format box:
[date format=M]<br />[date format=j]Forum: Fixing WordPress
In reply to: Can I move js-stuff to function.php?[5 hrs later] I just realized I said “adding custom plugins” when I meant “adding custom buttons”
Forum: Fixing WordPress
In reply to: Can I move js-stuff to function.php?Firstly, as Christine says, don’t hack core!
Adding buttons to the editor is more plugin-territory than theme-territory.
Here’s a demo plugin that shows how you can easily add custom buttons (including ones that prompt for input): https://gist.github.com/1323851.
Alternatively, a very simple plugin with an easy-to-use admin for adding custom plugins: http://wordpress.org/extend/plugins/post-editor-buttons-fork/
v1.2.2 is now available from the Other Versions page:
http://wordpress.org/extend/plugins/add-new-default-avatar/download/
Alright, I’ve installed more than a dozen free themes to try and get the error – no luck.
Then started overriding certain functions with some small plugins, and I think it worked!
Are able to give this a try: http://cl.ly/CypD
Replace
/wp-content/plugins/add-new-default-avatar/kl_addnewdefaultavatar.phpwith the contents from http://cl.ly/CypDThanks a ton for your patience!
Also, are you using any other plugins that could be doing things to the avatar?