Title: redeclipse's Replies | WordPress.org

---

# redeclipse

  [  ](https://wordpress.org/support/users/redeclipse/)

 *   [Profile](https://wordpress.org/support/users/redeclipse/)
 *   [Topics Started](https://wordpress.org/support/users/redeclipse/topics/)
 *   [Replies Created](https://wordpress.org/support/users/redeclipse/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/redeclipse/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/redeclipse/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/redeclipse/engagements/)
 *   [Favorites](https://wordpress.org/support/users/redeclipse/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 40 total)

1 [2](https://wordpress.org/support/users/redeclipse/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/redeclipse/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/redeclipse/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Media Library Assistant] Link To Parent Post](https://wordpress.org/support/topic/link-to-parent-post/)
 *  Thread Starter [redeclipse](https://wordpress.org/support/users/redeclipse/)
 * (@redeclipse)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/link-to-parent-post/#post-8658335)
 * Ah, perhaps the menu order is what I wanted. For future reference, how would 
   I input the menu_order in the line of code?
 * But I’ve already gone through the process of uploading the entire gallery’s image,
   so everything’s fixed now. I’m now implementing it on another section/gallery
   as well. 🙂 Thank you once again!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Media Library Assistant] Link To Parent Post](https://wordpress.org/support/topic/link-to-parent-post/)
 *  Thread Starter [redeclipse](https://wordpress.org/support/users/redeclipse/)
 * (@redeclipse)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/link-to-parent-post/#post-8653272)
 * Ah so what you’re saying right now is that there is no fast way to quickly sort
   based on a custom field of some sort… Hmm, I’m not that familiar with databases
   and such so I wouldn’t want to bother you if it’s not something I could simply
   add a line of code to. I guess the only option I have is to manually reupload
   every image again in the correct order, for the sole purpose of being the thumbnail
   to this section of the site. That way the pagination would work as well. It’s
   a hassle, but I’ve done worse! 😀
 * Thank you so much again!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Media Library Assistant] Link To Parent Post](https://wordpress.org/support/topic/link-to-parent-post/)
 *  Thread Starter [redeclipse](https://wordpress.org/support/users/redeclipse/)
 * (@redeclipse)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/link-to-parent-post/#post-8650738)
 * Also on a separate note, is there a way to orderby a custom value? I’d usually
   have it by upload date/ID, however there were some mix ups and but the right 
   order is still important for me to show my oldest works last. (I had decided 
   to make bigger thumbnails for everything much later, thus putting a lot of them
   out of order.)
 * Thank you!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Media Library Assistant] Suddenly Missing Next/Prev Page Links](https://wordpress.org/support/topic/suddenly-missing-nextprev-page-links/)
 *  Thread Starter [redeclipse](https://wordpress.org/support/users/redeclipse/)
 * (@redeclipse)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/suddenly-missing-nextprev-page-links/#post-8550827)
 * It works again! Thank you so much for the speedy reply! Keep up the great work!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Media Library Assistant] Suddenly Missing Next/Prev Page Links](https://wordpress.org/support/topic/suddenly-missing-nextprev-page-links/)
 *  Thread Starter [redeclipse](https://wordpress.org/support/users/redeclipse/)
 * (@redeclipse)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/suddenly-missing-nextprev-page-links/#post-8548848)
 * I am using plugin version 2.40. Are you referring to MLA tax query Example Version
   1.01? I’m not sure what you were asking for the “example plugin.”
    This is basically
   everything on the page code-wise:
 *     ```
       <div style="clear: both; float: left">
       [mla_gallery my_custom_sql='attachment_category=mobile' posts_per_page=40 mla_output="previous_page,wrap" mla_link_text='&larr; LAST PAGE' mla_rollover_text="Previous/Last Page"]
       </div>
   
       <div style="float: right">
       [mla_gallery my_custom_sql='attachment_category=mobile' posts_per_page=40 mla_output="next_page,wrap" mla_link_text='NEXT PAGE &rarr;' mla_rollover_text="Next Page"]
       </div>
   
       <div style="clear:both; margin-top:0px; margin-bottom:20px;"></div>
   
       [mla_gallery my_custom_sql='attachment_category=mobile orderby=id order=DESC' size=medium link=file columns=4 mla_caption="<a href='http://www.theforgottenlair.net/mobile-wallpapers/?page_id={+parent+}'>{+parent_title+}</a>" mla_target='_blank' numberposts=40]
   
       <div style="clear: both; float: left">
       [mla_gallery my_custom_sql='attachment_category=mobile' posts_per_page=40 mla_output="previous_page,wrap" mla_link_text='&larr; LAST PAGE' mla_rollover_text="Previous/Last Page"]
       </div>
   
       <div style="float: right">
       [mla_gallery my_custom_sql='attachment_category=mobile' posts_per_page=40 mla_output="next_page,wrap" mla_link_text='NEXT PAGE &rarr;' mla_rollover_text="Next Page"]
       </div>
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] No Forms on Any Site Working Anymore](https://wordpress.org/support/topic/no-forms-on-any-site-working-anymore/)
 *  [redeclipse](https://wordpress.org/support/users/redeclipse/)
 * (@redeclipse)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/no-forms-on-any-site-working-anymore/#post-8157821)
 * No, no message is ever sent. It just says SENDING… and keeps spinning but NOTHING
   is ever sent.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] No Forms on Any Site Working Anymore](https://wordpress.org/support/topic/no-forms-on-any-site-working-anymore/)
 *  [redeclipse](https://wordpress.org/support/users/redeclipse/)
 * (@redeclipse)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/no-forms-on-any-site-working-anymore/#post-8157405)
 * Not for me, it went from saying “Failed to send….” to forever spinning after 
   clicking send after the WP update…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] No Forms on Any Site Working Anymore](https://wordpress.org/support/topic/no-forms-on-any-site-working-anymore/)
 *  [redeclipse](https://wordpress.org/support/users/redeclipse/)
 * (@redeclipse)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/no-forms-on-any-site-working-anymore/#post-8153661)
 * The same thing happened to me…
    “Failed to send your message. Please try later
   or contact administrator by other way.”
 * It was working fine for as long as I could remember, suddenly I was notified 
   it wasn’t so I updated the plugin. Still didn’t work…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook Comments] Facebook Comment Disappeared](https://wordpress.org/support/topic/facebook-comment-disappeared/)
 *  Thread Starter [redeclipse](https://wordpress.org/support/users/redeclipse/)
 * (@redeclipse)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/facebook-comment-disappeared/#post-6853761)
 * Yes, it seems to be going on and off now. It worked for a few minutes and now
   it’s gone again. Too bad I already have the “Resolved” tag on this… Is this a
   FB problem then?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook Comments] Facebook Comment Disappeared](https://wordpress.org/support/topic/facebook-comment-disappeared/)
 *  Thread Starter [redeclipse](https://wordpress.org/support/users/redeclipse/)
 * (@redeclipse)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/facebook-comment-disappeared/#post-6853750)
 * Strange, it came back after over a day of being gone…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Media Library Assistant] Post Redirect Link Conflicts with Plugin](https://wordpress.org/support/topic/post-redirect-link-conflicts-with-plugin/)
 *  Thread Starter [redeclipse](https://wordpress.org/support/users/redeclipse/)
 * (@redeclipse)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/post-redirect-link-conflicts-with-plugin/#post-5732414)
 * Edit above. Problem no longer exists, thank you. 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Media Library Assistant] Post Redirect Link Conflicts with Plugin](https://wordpress.org/support/topic/post-redirect-link-conflicts-with-plugin/)
 *  Thread Starter [redeclipse](https://wordpress.org/support/users/redeclipse/)
 * (@redeclipse)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/post-redirect-link-conflicts-with-plugin/#post-5732410)
 * No problem, I’ll wait. You’ve been super helpful. 🙂
 * EDIT: It seems it was something with the SIP plugin’s updated files that was 
   doing something to the site. The problem no longer exists, thank you for helping.
   🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Media Library Assistant] Post Redirect Link Conflicts with Plugin](https://wordpress.org/support/topic/post-redirect-link-conflicts-with-plugin/)
 *  Thread Starter [redeclipse](https://wordpress.org/support/users/redeclipse/)
 * (@redeclipse)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/post-redirect-link-conflicts-with-plugin/#post-5732395)
 * When I changed it to `{+page_name+}` all the links lead to the very last post
   in that specific category. (mobile) They are not linking to their respective 
   pages and are instead all linked to the last alphabetical post. (zankyou-no-terror)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Media Library Assistant] Post Redirect Link Conflicts with Plugin](https://wordpress.org/support/topic/post-redirect-link-conflicts-with-plugin/)
 *  Thread Starter [redeclipse](https://wordpress.org/support/users/redeclipse/)
 * (@redeclipse)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/post-redirect-link-conflicts-with-plugin/#post-5732325)
 * Oh, the code I have is
    `[mla_gallery my_custom_sql='attachment_category=mobile
   orderby=id order=DESC' size=medium link=file columns=4 mla_caption="<a href='
   http://www.theforgottenlair.net/mobile-wallpapers/?page_id={+parent+}'>{+parent_title
   +}</a>" mla_target='_blank' numberposts=40]`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Search in Place] Search Only In One Category](https://wordpress.org/support/topic/search-only-in-one-category/)
 *  Thread Starter [redeclipse](https://wordpress.org/support/users/redeclipse/)
 * (@redeclipse)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/search-only-in-one-category/#post-5721956)
 * Hello, I just bought the Pro Version and the above code to narrow the search 
   down to cat=26 can no longer be applied. The coding is different from the free
   version so the above snippet of code no longer exists. What can I add to fix 
   the Pro version?
 * Also, the pro search is not picking up tags. Where can I activate this? It is
   however, picking up individual attachments, which I do not want. Is there a way
   to just search via Post Titles and its tags? The reason is, I do not want the
   results to direct link to attachments. I want them to see individual posts/pages
   of one category only.
 * Thank you very much.

Viewing 15 replies - 1 through 15 (of 40 total)

1 [2](https://wordpress.org/support/users/redeclipse/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/redeclipse/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/redeclipse/replies/page/2/?output_format=md)