With this Plugin, you can easy assign whole categories to one or more static pages. Multilingual support.
When you don't set you language in you wp-config.php file,
the plugin don't know what to translate.
1. Goto your WordPress directory
2. Open the wp-config.php file
3. Search the string "WPLANG"
ther is a line with that "define ('WPLANG', '');"
4. Set your language iso between the 2nd inverted comma.
e.g:
'de_DE' for german
'en_EN' for english
'es_ES' for Spain
'fr_FR' for french
so when you edited it (to english), it should looks like that:
define ('WPLANG', 'en_EN');
If your language is not supported, you can translate it by your own :)
You can move to my plugin site, and download the Main file.
When you work like in the description, and translate this few word,
upload it to my site and in the next update this language is supported to.
(Your WP can support it as far you are finished - follow the description :-D )
PLEASE DO NOT CHANGE THE LANGUAGE STRINGS IN CODE!
IF YOU DO SO AND UPDATE ALL YOUR WORK GETS LOST
To translate by your own, you need a programm like pedit(http://www.poedit.net/)
When you installed poedit, you can download a blank translation file from
http://www.finbey.de/wp/plugins/single_categories/finbey_singlecat-default.po
then thera are just a few steps to go.
1. start poedit
2. File > new catalogue from pot file
3. Change (left on bottom) the filetype from GNU-GETTEXT... ->
to All filetypes
4. Choose the downloaded file
5. Fill out the fields like translator and email.
6. Fill out language with your lang code (like en_EN)
(2nd have to be uppercase)
7. Don't fill out plural..
8. Press OK
9. Select a place to save the file an rename it to
"finbey_singlecat-eg_EG.po" (eg_eg is a placeholder for your language)
10. Klick on the english words, and on bottom is the translation box.
11. Fill in the correct translation (for the plugin) and click on the next one
12. If you're finish, upload your .po file, to
http://www.finbey.de/wp/plugins/single_categories/upload.php
13. I'll add it to the plugin. ATTENTION: if you upload the correct tranlation,
you'll get an description, how to manually add your tranlation (so you can use it)
If its like you can't see some category id in links, you got 2 options
1. Change the permalinks settings
- Go to (in you backend or also called wp-admin) to settings
- then permalinks (may write other in your language don't know)(in left sidebar )
- choose an option like "http://www.site.com?p=123"
2. Get id from categories itself
An other Method, is that you go to Posts, categories and hover
over the category names, there should be displayed an
url onb bottom of your browser. The category id is the tag_ID
so if tag_ID=3 is displayed in the link, the category id is 3.
Open the support form on the plugin site, or write me a mail.
The plugin site and my mail adress are written in the description.
Requires: 3.0 or higher
Compatible up to: 3.5.1
Last Updated: 2013-4-8
Downloads: 3,946
1 of 2 support threads in the last two months have been resolved.
Got something to say? Need help?