New to Translating WordPress? Read through our Translator Handbook to get started. Hide
Prio | Original string | Translation | — |
---|---|---|---|
↑ | Display a sitemap by shortcode, widget or PHP function. Multilingualism (qTranslate X plugin) is supported. WP and WP Multisite. | You have to log in to add a translation. | Details |
Original untranslated
Display a sitemap by shortcode, widget or PHP function. Multilingualism (qTranslate X plugin) is supported. WP and WP Multisite.
You have to log in to edit this translation. Meta |
|||
↑ | Kocuj Sitemap | Kocuj Sitemap | Details |
Original currentMeta |
|||
This plugin requires PHP 5.x (from 5.3) or PHP 7.x and WordPress 4.9 or greater. It works in standard and multisite WordPress environments. It is strongly recommended to use WordPress in the newest version. This plugin uses shortcodes so in Gutenberg (a WordPress editor from version 5.0) it will not work as block and shortcode should be added manually. | You have to log in to add a translation. | Details | |
Original untranslated
This plugin requires PHP 5.x (from 5.3) or PHP 7.x and WordPress 4.9 or greater. It works in standard and multisite WordPress environments. It is strongly recommended to use WordPress in the newest version. This plugin uses shortcodes so in Gutenberg (a WordPress editor from version 5.0) it will not work as block and shortcode should be added manually.
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
For example, if you use <code>[KocujSitemap homelinktext="NEW LINK TEXT" class="new_class"]</code>, the sitemap will be displayed in the block element (<code>div</code> or <code>nav</code>) with the CSS class <code>new_class</code> and link to the home page with text <code>NEW LINK TEXT</code>. | You have to log in to add a translation. | Details | |
Original untranslated
For example, if you use <code>[KocujSitemap homelinktext="NEW LINK TEXT" class="new_class"]</code>, the sitemap will be displayed in the block element (<code>div</code> or <code>nav</code>) with the CSS class <code>new_class</code> and link to the home page with text <code>NEW LINK TEXT</code>.
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
Please send a question to author at <a href="http://kocujsitemap.wpplugin.kocuj.pl/contact/">http://kocujsitemap.wpplugin.kocuj.pl/contact/</a>. | You have to log in to add a translation. | Details | |
Original untranslated
Please send a question to author at <a href="http://kocujsitemap.wpplugin.kocuj.pl/contact/">http://kocujsitemap.wpplugin.kocuj.pl/contact/</a>.
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
Make one of the following action: use a shortcode <code>[KocujSitemap]</code> inside a post of any type, display a widget or use the PHP function anywhere in the code, for example, inside a theme. | You have to log in to add a translation. | Details | |
Original untranslated
Make one of the following action: use a shortcode <code>[KocujSitemap]</code> inside a post of any type, display a widget or use the PHP function anywhere in the code, for example, inside a theme.
CommentFound in installation list item. You have to log in to edit this translation. Meta |
|||
See also official plugin website: <a href="http://kocujsitemap.wpplugin.kocuj.pl">http://kocujsitemap.wpplugin.kocuj.pl</a> | You have to log in to add a translation. | Details | |
Original untranslated
See also official plugin website: <a href="http://kocujsitemap.wpplugin.kocuj.pl">http://kocujsitemap.wpplugin.kocuj.pl</a>
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
If you want to have a regular information about this plugin, please become a fan of plugin on Facebook: <a href="http://www.facebook.com/kocujsitemap">http://www.facebook.com/kocujsitemap</a> | You have to log in to add a translation. | Details | |
Original untranslated
If you want to have a regular information about this plugin, please become a fan of plugin on Facebook: <a href="http://www.facebook.com/kocujsitemap">http://www.facebook.com/kocujsitemap</a>
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
If you have any suggestion, feel free to use the contact form at <a href="http://kocujsitemap.wpplugin.kocuj.pl/contact/">http://kocujsitemap.wpplugin.kocuj.pl/contact/</a>. | You have to log in to add a translation. | Details | |
Original untranslated
If you have any suggestion, feel free to use the contact form at <a href="http://kocujsitemap.wpplugin.kocuj.pl/contact/">http://kocujsitemap.wpplugin.kocuj.pl/contact/</a>.
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
There is also possibility to use widget. It has possibility to display the sitemap as standard or drop-down list. It has also the possibility to exclude selected elements or hide the selected elements types from the sitemap. | You have to log in to add a translation. | Details | |
Original untranslated
There is also possibility to use widget. It has possibility to display the sitemap as standard or drop-down list. It has also the possibility to exclude selected elements or hide the selected elements types from the sitemap.
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
For example, the <code>$hideTypes</code> array containing <code>array('post', 'page')</code> will hide all posts and pages. | You have to log in to add a translation. | Details | |
Original untranslated
For example, the <code>$hideTypes</code> array containing <code>array('post', 'page')</code> will hide all posts and pages.
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
The parameter $hideTypes has list of elements types to hide. It can contains the following types: "author" (to hide authors), "custom" (to hide custom post types), "home" (to hide link to homepage), "menu" (to hide menus), "page" (to hide pages), "post" (to hide posts), "tag" (to hide tags). | You have to log in to add a translation. | Details | |
Original untranslated
The parameter $hideTypes has list of elements types to hide. It can contains the following types: "author" (to hide authors), "custom" (to hide custom post types), "home" (to hide link to homepage), "menu" (to hide menus), "page" (to hide pages), "post" (to hide posts), "tag" (to hide tags).
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
More things should be sayed about <code>$exclude</code> parameter. It should contains an array of identifiers categorized (with correct key identifier) by entry type to exclude. There are the following entries types available: | You have to log in to add a translation. | Details | |
Original untranslated
More things should be sayed about <code>$exclude</code> parameter. It should contains an array of identifiers categorized (with correct key identifier) by entry type to exclude. There are the following entries types available:
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
Instead of using the shortcode, you can edit the PHP file responsible for the theme. <em>Kocuj Sitemap</em> plugin defines global PHP function which declaration is as follows: <code><?php function kocujsitemap_show_sitemap($homeLinkText = '', $class = '', array $exclude = array(), array $hideTypes = array()); ?></code>. The parameters <code>$homeLinkText</code> and <code>$class</code> perform the same function as the corresponding parameters in the shortcode <code>[KocujSitemap]</code>. | You have to log in to add a translation. | Details | |
Original untranslated
Instead of using the shortcode, you can edit the PHP file responsible for the theme. <em>Kocuj Sitemap</em> plugin defines global PHP function which declaration is as follows: <code><?php function kocujsitemap_show_sitemap($homeLinkText = '', $class = '', array $exclude = array(), array $hideTypes = array()); ?></code>. The parameters <code>$homeLinkText</code> and <code>$class</code> perform the same function as the corresponding parameters in the shortcode <code>[KocujSitemap]</code>.
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
There are few possibilities to display the sitemap:↵ * by using a shortcode <code>[KocujSitemap]</code> inside a post of any type,↵ * by displaying a widget,↵ * by using the PHP function anywhere in the code, for example, inside a theme. | You have to log in to add a translation. | Details | |
Original untranslated
There are few possibilities to display the sitemap:↵
* by using a shortcode <code>[KocujSitemap]</code> inside a post of any type,↵
* by displaying a widget,↵
* by using the PHP function anywhere in the code, for example, inside a theme.
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
Export as
Comment
Short description.