pavelsof
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [Polylang] [Plugin: Polylang] Translation into BulgarianDone!
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-post/Then how can I have
appleshave URLs like this:http://fruits.org/sample-apple/
instead of
http://fruits.org/apple/sample-apple/Regards,
PavelForum: Plugins
In reply to: [qTranslate] [Plugin: qTranslate] Formatting missing in editorAdding 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
In reply to: [qTranslate] qTranslate breaks the way WordPress handles paragraphs+1, same here
Forum: Plugins
In reply to: [qTranslate] [Plugin: qTranslate] Formatting missing in editorHave the same problem with editing pages; however, editing posts seems to be OK.
Viewing 5 replies - 1 through 5 (of 5 total)