Title: pavelsof's Replies | WordPress.org

---

# pavelsof

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Polylang] [Plugin: Polylang] Translation into Bulgarian](https://wordpress.org/support/topic/plugin-polylang-translation-into-bulgarian/)
 *  Thread Starter [pavelsof](https://wordpress.org/support/users/pavelsof/)
 * (@pavelsof)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-polylang-translation-into-bulgarian/#post-3095131)
 * Done!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Content Type Manager] [Plugin: Custom Content Type Manager] Removing %post-type% from the URL](https://wordpress.org/support/topic/plugin-custom-content-type-manager-removing-post-type-from-the-url/)
 *  Thread Starter [pavelsof](https://wordpress.org/support/users/pavelsof/)
 * (@pavelsof)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-custom-content-type-manager-removing-post-type-from-the-url/#post-3023746)
 * Hello,
 * Thank you for the quick response!
 * The multi-language plugin I am using creates different posts for each translation.
   Anyway, I asked my question in a stupid way.
 * What I need is to remove the /%post-type%/ from the URL. For example, pages and
   posts have URLs something like this:
 * [http://fruits.org/sample-page/](http://fruits.org/sample-page/)
    [http://fruits.org/sample-post/](http://fruits.org/sample-post/)
 * Then how can I have `apples` have URLs like this:
 * [http://fruits.org/sample-apple/](http://fruits.org/sample-apple/)
    instead of
   [http://fruits.org/apple/sample-apple/](http://fruits.org/apple/sample-apple/)
 * Regards,
    Pavel
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[qTranslate] [Plugin: qTranslate] Formatting missing in editor](https://wordpress.org/support/topic/plugin-qtranslate-formatting-missing-in-editor/)
 *  [pavelsof](https://wordpress.org/support/users/pavelsof/)
 * (@pavelsof)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-qtranslate-formatting-missing-in-editor/#post-2563430)
 * Adding these lines to functions.php file in the theme directory seems to be working
   for me (but I have not tested it thoroughly):
 *     ```
       function cbnet_tinymce_config( $init ) {
       	$init['remove_linebreaks'] = false;
       	$init['convert_newlines_to_brs'] = true;
       	$init['remove_redundant_brs'] = false;
       	return $init;
       }
       add_filter('tiny_mce_before_init', 'cbnet_tinymce_config');
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[qTranslate] qTranslate breaks the way WordPress handles paragraphs](https://wordpress.org/support/topic/qtranslate-breaks-the-way-wordpress-handles-paragraphs/)
 *  [pavelsof](https://wordpress.org/support/users/pavelsof/)
 * (@pavelsof)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/qtranslate-breaks-the-way-wordpress-handles-paragraphs/#post-2560181)
 * +1, same here
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[qTranslate] [Plugin: qTranslate] Formatting missing in editor](https://wordpress.org/support/topic/plugin-qtranslate-formatting-missing-in-editor/)
 *  [pavelsof](https://wordpress.org/support/users/pavelsof/)
 * (@pavelsof)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-qtranslate-formatting-missing-in-editor/#post-2563410)
 * Have the same problem with editing pages; however, editing posts seems to be 
   OK.

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