Title: kortex1969's Replies | WordPress.org

---

# kortex1969

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Nimble Page Builder] I can’t edit the text](https://wordpress.org/support/topic/i-cant-edit-the-text/)
 *  [kortex1969](https://wordpress.org/support/users/kortex1969/)
 * (@kortex1969)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/i-cant-edit-the-text/#post-15230495)
 * Hello [@nikeo](https://wordpress.org/support/users/nikeo/)
 * I’m a developer and I’m coming to the rescue of a customer who is still experiencing
   the problem after doing everything your recommendation and it didn’t fix anything.
 * Here is the screenshot of the JavaScript console, maybe it can help you to understand
   the problem.
    [https://prnt.sc/26bbv88](https://prnt.sc/26bbv88)
 * And the alert panel in the theme editor:
    [https://prnt.sc/26bc0vx](https://prnt.sc/26bc0vx)
 * The file: debug.log
    is empty.
 * I develop in PHP and JavaScript, so please answer me without fear that I don’t
   understand.
 * Thanks
 * Kind regards
    -  This reply was modified 4 years, 6 months ago by [kortex1969](https://wordpress.org/support/users/kortex1969/).
    -  This reply was modified 4 years, 6 months ago by [kortex1969](https://wordpress.org/support/users/kortex1969/).
    -  This reply was modified 4 years, 6 months ago by [kortex1969](https://wordpress.org/support/users/kortex1969/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Permalink Manager Lite] search or filter or sort by Current URI in Admin](https://wordpress.org/support/topic/search-or-filter-or-sort-by-current-uri-in-admin/)
 *  Thread Starter [kortex1969](https://wordpress.org/support/users/kortex1969/)
 * (@kortex1969)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/search-or-filter-or-sort-by-current-uri-in-admin/#post-14201824)
 * Thx [@mbis](https://wordpress.org/support/users/mbis/) !
 * I hope you will maintain it well and make it evolve, because it is very practical
   your plugin! Nice work !
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Permalink Manager Lite] search or filter or sort by Current URI in Admin](https://wordpress.org/support/topic/search-or-filter-or-sort-by-current-uri-in-admin/)
 *  Thread Starter [kortex1969](https://wordpress.org/support/users/kortex1969/)
 * (@kortex1969)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/search-or-filter-or-sort-by-current-uri-in-admin/#post-14200136)
 * Maciej,
 * That would be nice 😉
 * Otherwise, I did this, but it does not work, am I far from the solution
 *     ```
       function my_set_sortable_columns($columns)
       {
           $columns['permalink-manager-col'] = 'permalink-manager-col';
           return $columns;
       }
       add_filter('manage_edit-page_sortable_columns', 'my_set_sortable_columns');
   
       function permalink_manager_col_orderby($query)
       {
           if (! is_admin()) {
               return;
           }
   
           $orderby = $query->get('orderby');
           if ('permalink-manager-col' == $orderby) {
               $query->set('meta_key', 'custom_permalink');
               $query->set('orderby', 'meta_value');
           }
       }
       add_action('pre_get_posts', 'permalink_manager_col_orderby');
       ```
   
 * thx
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Exporting/importing individual pages](https://wordpress.org/support/topic/exporting-importing-individual-pages/)
 *  [kortex1969](https://wordpress.org/support/users/kortex1969/)
 * (@kortex1969)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/exporting-importing-individual-pages/#post-12769390)
 * Hi,
 * testing with 5.4.1 :
    [https://wordpress.org/plugins/export-custom-pages/](https://wordpress.org/plugins/export-custom-pages/)
 * Is perfect for me

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