Title: kidalpha's Replies | WordPress.org

---

# kidalpha

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

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

 Search replies:

## Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Squelch Tabs and Accordions Shortcodes] Is it possible to link to a tab?](https://wordpress.org/support/topic/is-it-possible-to-link-to-a-tab/)
 *  Thread Starter [kidalpha](https://wordpress.org/support/users/kidalpha/)
 * (@kidalpha)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/is-it-possible-to-link-to-a-tab/#post-3612830)
 * Hi Matt,
 * There’s a couple of articles on it:
    [http://forum.jquery.com/topic/link-to-specific-tab](http://forum.jquery.com/topic/link-to-specific-tab)
 * I’m not hacker though, but I’ll try to modify your plug to support this. Will
   let you know if I’m able.
 * Cheers!
 * Jonathan
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Nano Plugin Manager] Don't Sort All Categories](https://wordpress.org/support/topic/dont-sort-all-categories/)
 *  [kidalpha](https://wordpress.org/support/users/kidalpha/)
 * (@kidalpha)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/dont-sort-all-categories/#post-3201227)
 * [@jhdemicco](https://wordpress.org/support/users/jhdemicco/), I just did this
   and am happy to share. Copy the following XML into a file with an XML extension
   and import it into the plugin manager: (1) modify the ‘Release News’ to whatever
   category name you want to sort and (2) change the ‘post_modified’ to the wp_post
   table column name you want to sort by and (3) change DESC to ASC if you want 
   to go ascending:
 *     ```
       <data>
       <name>Sort Posts by Last Modified</name>
       <description>Sorts all your posts by Last Modified.</description>
       <type>filter</type>
       <tag>posts_orderby</tag>
       <arguments>$orderby</arguments>
       <content>
       if(!is_admin() && is_category('Release News') ){ return 'post_modified DESC'; } else{ return $orderby; }
       </content>
       <priority/>
       </data>
       ```
   
 * Cheers!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Relevanssi - A Better Search] [Plugin: Relevanssi – A Better Search] [Plugin: Relevanssi] Search extra slow and bugging some wordp](https://wordpress.org/support/topic/plugin-relevanssi-a-better-search-plugin-relevanssi-search-extra-slow-and-bugging-some-wordpress-codes/)
 *  [kidalpha](https://wordpress.org/support/users/kidalpha/)
 * (@kidalpha)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/plugin-relevanssi-a-better-search-plugin-relevanssi-search-extra-slow-and-bugging-some-wordpress-codes/#post-2547924)
 * Hi Mikko – I had the same issue bog me down for MONTHS until I found this post.
   I turned off the custom except code and well and the results returned from searches
   are now in 5-6 seconds vs 20+ seconds before.
 * It would be great if you bubbled this up to a note in the settings page that 
   said “if you’re searches are slow as heck, try turning this option off if you’re
   not using it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress Pagination Plugin: Page-Links Plus] [Plugin: Page-Links Single Page Option] Single page view breaking short codes](https://wordpress.org/support/topic/plugin-page-links-single-page-option-single-page-view-breaking-short-codes/)
 *  [kidalpha](https://wordpress.org/support/users/kidalpha/)
 * (@kidalpha)
 * [13 years, 12 months ago](https://wordpress.org/support/topic/plugin-page-links-single-page-option-single-page-view-breaking-short-codes/#post-2700961)
 * Hi-
 * I’ll concur that it is breaking shortcodes. I’m actually using the Embed Posts
   plugin to combine some posts together. However, on the single page view option
   it doesn’t seem to apply the shortcode filters. I just see the following when
   I should actually see article content:
    [[java-filters]]
 * [[test-youtube-and-vimeorrr]]
 * [[java-filters]]
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CKEditor for WordPress] [Plugin: CKEditor For WordPress] CKFinder W3 Total Cache error](https://wordpress.org/support/topic/plugin-ckeditor-for-wordpress-ckfinder-w3-total-cache-error/)
 *  Thread Starter [kidalpha](https://wordpress.org/support/users/kidalpha/)
 * (@kidalpha)
 * [14 years ago](https://wordpress.org/support/topic/plugin-ckeditor-for-wordpress-ckfinder-w3-total-cache-error/#post-2734045)
 * [@michal_cksource](https://wordpress.org/support/users/michal_cksource/) thanks
   for the quick reply and help getting over this issue. very appreciated and happy
   customer.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Admin Columns] [Plugin: Codepress Admin Columns] Bought the Admin Columns Sorting Addon, but the Columns Won't](https://wordpress.org/support/topic/plugin-codepress-admin-columns-bought-the-admin-columns-sorting-addon-but-the-columns-wont-sort/)
 *  Thread Starter [kidalpha](https://wordpress.org/support/users/kidalpha/)
 * (@kidalpha)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-codepress-admin-columns-bought-the-admin-columns-sorting-addon-but-the-columns-wont-sort/#post-2679761)
 * Hi – I disabled the Admin Columns plug and it looks like our regular columns 
   aren’t sorting correctly. I don’t think it’s this Admin Columns plug, but something
   else.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Content Templates] [Plugin: Easy Content Templates] Small Template Ordering Bug in latest 1.1 version of plug](https://wordpress.org/support/topic/plugin-easy-content-templates-small-template-ordering-bug-in-latest-11-version-of-plug/)
 *  Thread Starter [kidalpha](https://wordpress.org/support/users/kidalpha/)
 * (@kidalpha)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-easy-content-templates-small-template-ordering-bug-in-latest-11-version-of-plug/#post-2638356)
 * Donated a couple buck to buy you a few beers! Thanks for the great plug. Use 
   it ALLLLLL the time!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Content Templates] [Plugin: Easy Content Templates] How to create an front end to a tamplate](https://wordpress.org/support/topic/plugin-easy-content-templates-how-to-create-an-front-end-to-a-tamplate/)
 *  [kidalpha](https://wordpress.org/support/users/kidalpha/)
 * (@kidalpha)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-easy-content-templates-how-to-create-an-front-end-to-a-tamplate/#post-2636664)
 * Hi – I think dalben should check out Gravity Forms. Might be more appropriate
   for what he’s after with the User Generated Posts.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Content Templates] [Plugin: Easy Content Templates] Doesn't seem to work with WP 3.3.1 and CKEditor](https://wordpress.org/support/topic/plugin-easy-content-templates-doesnt-seem-to-work-with-wp-331-and-ckeditor/)
 *  Thread Starter [kidalpha](https://wordpress.org/support/users/kidalpha/)
 * (@kidalpha)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-easy-content-templates-doesnt-seem-to-work-with-wp-331-and-ckeditor/#post-2560763)
 * Hi – it took me a few minutes to realize why this wasn’t working for me. I have
   my WP site installed at [http://domainname.com/wp_install_dir](http://domainname.com/wp_install_dir),
   but I have a mod rewrite going to mask it to [http://domainname.com/](http://domainname.com/).
   ec-templates-metabox.php has: ‘url’: ‘<?php bloginfo(‘url’); ?>/wp-admin/admin-
   ajax.php’ ==> The <?php bloginfo(‘url’); ?> is pulling back the the location 
   of admin-ajax.php as [http://domainname.com/wp-admin/admin-ajax.php](http://domainname.com/wp-admin/admin-ajax.php),
   when it should really be [http://domainname.com/wp_install_dir/wp-admin/admin-ajax.php](http://domainname.com/wp_install_dir/wp-admin/admin-ajax.php).
 * I hardcoded the right location of this file in ec-templates-metabox.php and all
   is good.
 * People having issues with this plug might want to see if this is their issue 
   as well. If you have Google Chrome, just look at the JS debugger when you click
   the “Load Template” button.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Content Templates] [Plugin: Easy Content Templates] Doesn't seem to work with WP 3.3.1 and CKEditor](https://wordpress.org/support/topic/plugin-easy-content-templates-doesnt-seem-to-work-with-wp-331-and-ckeditor/)
 *  Thread Starter [kidalpha](https://wordpress.org/support/users/kidalpha/)
 * (@kidalpha)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-easy-content-templates-doesnt-seem-to-work-with-wp-331-and-ckeditor/#post-2560652)
 * Hi – so I stood up a clean wordpress site, CKEditor and your plugin and they 
   all worked together just fine. I must have some other issue in my WP installation
   preventing your plugin from working.
 * I’ll dig into this.
 * Thanks!
 * I marked the post as working 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Content Templates] [Plugin: Easy Content Templates] Doesn't seem to work with WP 3.3.1 and CKEditor](https://wordpress.org/support/topic/plugin-easy-content-templates-doesnt-seem-to-work-with-wp-331-and-ckeditor/)
 *  Thread Starter [kidalpha](https://wordpress.org/support/users/kidalpha/)
 * (@kidalpha)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-easy-content-templates-doesnt-seem-to-work-with-wp-331-and-ckeditor/#post-2560630)
 * I’d like to formally request we get it to work with CKEditor 🙂 – I’ll create
   a clone site and get you access to the system.

Viewing 11 replies - 1 through 11 (of 11 total)