bludrop
Forum Replies Created
-
Forum: Plugins
In reply to: [Feed Template Customize] Working with 3.8.1?Actually, it seems to not be working… (even with the
the_permalink_rss()
change)Forum: Plugins
In reply to: [Feed Template Customize] Working with 3.8.1?Nevermind, I realized I was using
the_permalink()
instead ofthe_permalink_rss()
Forum: Plugins
In reply to: [podPress] Broken iTunes feed after URL changeSo it appears that the problem is with the GUID, as I write about here: https://www.ads-software.com/support/topic/guid-in-database-is-not-unique
Forum: Plugins
In reply to: [Ceceppa Multilingua] post guid is not uniqueI don’t use this plugin, but I was having a similar problem. All of the GUIDs for my new posts are just the base url for my site (so https://domain.com/).
Are others experiencing this as well?
Forum: Plugins
In reply to: [WordPress Related Posts] "Please upgrade the plugin to use search" ErrorI turned on statistics, and now it seems to work.
I don’t ever remember reading, though, that statistics need to be turned in order for Edit Related Posts to work. You might want to add that somewhere.
Thanks
Forum: Plugins
In reply to: [WordPress Related Posts] "Please upgrade the plugin to use search" ErrorHi,
I don’t remember a “Turn On” button when I activated. I don’t see any buttons now, either. The only thing I see is a little checkbox at the bottom of the Settings page that says “Turn statistics on*”. Right now it is off, since I don’t need statistics.
Are you saying that I need to check that box in order to edit the related posts?
I believe I am using the newest version (2.9) with WordPress 3.6.1.
I just started seeing this message—but before the latest version I wasn’t even able to open the “Edit Related Posts” window (so I have no way of knowing if it would have shown up before). I think there was a Javascript error or something preventing the modal from appearing.
Thanks for your help!
Forum: Plugins
In reply to: [WordPress Related Posts] "Please upgrade the plugin to use search" ErrorI am having the same issue.
Where does it say that Statistics have to be turned on for this feature to work?
Forum: Plugins
In reply to: [WordPress Related Posts] Default thumbnail image not savingSo, the image was smaller than 150×150. I tried with an image exactly 150×150, but that also didn’t work.
I did get it to work, though, with an image larger than 150×150 (about 350×350 px).
It might be a good idea to write somewhere that the images must be at least 150×150 px.
Thanks!
Forum: Plugins
In reply to: [WP Ultimate Search] [Plugin: WP Ultimate Search] Tag search is not workingI just upgraded to the Pro version, and the tags are working (even with a name change)! Strange, though, that it wouldn’t work on the free version.
Forum: Plugins
In reply to: [WP Ultimate Search] [Plugin: WP Ultimate Search] Tag search is not workingIn the meantime is there a way to just ‘disable’ the Tag search?
Forum: Plugins
In reply to: [WP Ultimate Search] Ordering search resultsThanks.
For those interested, I used
usort
to sort the array, which was inserted at the top of the results custom template file.<?php usort( $results, create_function('$a,$b', 'return strcmp($b->post_date, $a->post_date);') ); ?>
Forum: Plugins
In reply to: [WP Ultimate Search] [Plugin: WP Ultimate Search] Tag search is not workingI don’t think there is another taxonomy. It’s possible that there might be Hebrew somewhere, but definitely not in the tags and I really don’t think that there is.
Are others having similar problems?
Forum: Plugins
In reply to: [WP Ultimate Search] Ordering search resultsI do have a custom template set up and tried a number of ways to customize the order of the loop [as well as modify another part of the output]. It didn’t seem to be working the same way other loops work.
Forum: Plugins
In reply to: [WP Ultimate Search] [Plugin: WP Ultimate Search] Tag search is not workingOkay, I created a new user on the development site. You should be receiving an email about it.
Forum: Plugins
In reply to: [WP Ultimate Search] [Plugin: WP Ultimate Search] Tag search is not workingYes, there are. Nothing happens when a tag is chosen.
I tried the plugin out on a test site (with no other plugins active) and it still wouldn’t provide any results for tags.
Great to hear about the names!