PluginProbe
Tag, Category, and Taxonomy Manager – Autotagger Automatically Add Terms / 3.6.0
Tag, Category, and Taxonomy Manager – Autotagger Automatically Add Terms v3.6.0
3.53.0 3.52.0 3.51.0 3.50.0 3.45.0 3.38.0 3.4.0 3.4.1 3.4.2 3.4.3 3.4.4 3.4.5 3.40.0 3.40.1 3.41.0 3.42.0 3.43.0 3.44.0 3.5.0 3.5.1 3.5.2 3.5.3 3.6.0 3.6.1 3.6.2 All 177 releases
simple-tags / inc / helper.options.admin.php

helper.options.admin.php in Tag, Category, and Taxonomy Manager – Autotagger Automatically Add Terms 3.6.0, at inc/helper.options.admin.php

502 lines 23.7 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 return array(
3 'features' => array(
4 array(
5 'active_taxonomies',
6 __('Taxonomies', 'simple-tags'),
7 'checkbox',
8 '1',
9 __('This feature allows you to create new taxonomies and edit all the settings for each taxonomy.', 'simple-tags')
10 ),
11 array(
12 'active_terms_display',
13 __('Terms Display', 'simple-tags'),
14 'checkbox',
15 '1',
16 __('This feature allows you to create a customizable display of all the terms in one taxonomy.', 'simple-tags')
17 ),
18 array(
19 'active_post_tags',
20 __('Terms for Current Post', 'simple-tags'),
21 'checkbox',
22 '1',
23 __('This feature allows you create a customizable display of all the terms assigned to the current post.', 'simple-tags')
24 ),
25 array(
26 'active_related_posts_new',
27 __('Related Posts', 'simple-tags'),
28 'checkbox',
29 '1',
30 __('The Related Posts feature works by checking for shared taxonomy terms. If your post has the terms “WordPress” and “Website”, then Related Posts will display other posts that also have the terms “WordPress” and “Website”.', 'simple-tags')
31 ),
32 array(
33 'active_auto_links',
34 __('Auto Links', 'simple-tags'),
35 'checkbox',
36 '1',
37 __('Auto Links can automatically create links to your defined terms. For example, if you have a term called “WordPress”, the Auto Links feature can find the word “WordPress” in your content and add links to the archive page for that term.', 'simple-tags')
38 ),
39 array(
40 'active_auto_terms',
41 __('Auto Terms', 'simple-tags'),
42 'checkbox',
43 '1',
44 __('Auto Terms can scan your content and automatically assign new and existing terms.', 'simple-tags')
45 ),
46 array(
47 'active_suggest_terms',
48 __('Suggest Terms', 'simple-tags'),
49 'checkbox',
50 '1',
51 __('This feature helps when you\'re writing content. "Suggest Terms" can show a metabox where you can browse all your existing terms. "Suggest Terms" can also analyze your content and find new ideas for terms.', 'simple-tags')
52 ),
53 array(
54 'active_mass_edit',
55 __('Mass Edit terms', 'simple-tags'),
56 'checkbox',
57 '1',
58 __('This feature allows you to edit the terms of any taxonomy for multiple posts at the same time.', 'simple-tags')
59 ),
60 array(
61 'active_manage',
62 __('Advanced Manage Terms', 'simple-tags'),
63 'checkbox',
64 '1',
65 __('This feature allows you to edit, merge, delete and add terms for any taxonomy.', 'simple-tags')
66 )
67 ),
68
69 'legacy' => array(
70
71
72 //tag cloud legecy
73 array(
74 'text_helper',
75 'text_helper',
76 'helper',
77 '',
78 '<p class="taxopress-warning"><strong>'.__('These settings are no longer being updated. Please use the "Terms Display" screen instead.', 'simple-tags').'</strong></p><br /><br /><ul style="list-style:square;margin-left:20px;">
79 <li>' . __('<strong>&#8216;Order tags selection&#8217;</strong> is the first step during tag\'s cloud generation, corresponding to collect tags.', 'simple-tags') . '</li>
80 <li>' . __('<strong>&#8216;Order tags display&#8217;</strong> is the second. Once tags choosen, you can reorder them before display.', 'simple-tags') . '</li>
81 </ul>' .
82 __('<strong>Example:</strong> You want display randomly the 100 tags most popular.<br />', 'simple-tags') .
83 __('You must set &#8216;Order tags selection&#8217; to <strong>count-desc</strong> for retrieve the 100 tags most popular and &#8216;Order tags display&#8217; to <strong>random</strong> for randomize cloud.', 'simple-tags'),
84 'legacy-tab-content legacy-tag-cloud-content'
85 ),
86 array(
87 'cloud_selectionby',
88 __('Order by for tags selection:', 'simple-tags'),
89 'radio',
90 array(
91 'count' => __('<code>count</code> &ndash; Counter. (default)', 'simple-tags'),
92 'name' => __('<code>name</code> &ndash; Name.', 'simple-tags'),
93 'random' => __('<code>random</code> &ndash; Random.', 'simple-tags'),
94 ),
95 '',
96 'legacy-tab-content legacy-tag-cloud-content'
97 ),
98 array(
99 'cloud_selection',
100 __('Order tags selection:', 'simple-tags'),
101 'radio',
102 array(
103 'asc' => __('<code>asc</code> &ndash; Ascending.', 'simple-tags'),
104 'desc' => __('<code>desc</code> &ndash; Descending.', 'simple-tags'),
105 ),
106 '',
107 'legacy-tab-content legacy-tag-cloud-content'
108 ),
109 array(
110 'cloud_orderby',
111 __('Order by for tags display:', 'simple-tags'),
112 'radio',
113 array(
114 'count' => __('<code>count</code> &ndash; Counter.', 'simple-tags'),
115 'name' => __('<code>name</code> &ndash; Name.', 'simple-tags'),
116 'random' => __('<code>random</code> &ndash; Random. (default)', 'simple-tags'),
117 ),
118 '',
119 'legacy-tab-content legacy-tag-cloud-content'
120 ),
121 array(
122 'cloud_order',
123 __('Order tags display:', 'simple-tags'),
124 'radio',
125 array(
126 'asc' => __('<code>asc</code> &ndash; Ascending.', 'simple-tags'),
127 'desc' => __('<code>desc</code> &ndash; Descending.', 'simple-tags'),
128 ),
129 '',
130 'legacy-tab-content legacy-tag-cloud-content'
131 ),
132 array(
133 'cloud_format',
134 __('Tags cloud type format:', 'simple-tags'),
135 'radio',
136 array(
137 'list' => __('<code>list</code> &ndash; Display a formatted list (ul/li).', 'simple-tags'),
138 'flat' => __('<code>flat</code> &ndash; Display inline (no list, just a div)', 'simple-tags'),
139 ),
140 '',
141 'legacy-tab-content legacy-tag-cloud-content'
142 ),
143 array(
144 'cloud_xformat',
145 __('Tag link format:', 'simple-tags'),
146 'text',
147 'widefat',
148 __('You can find markers and explanations <a href="https://github.com/WebFactoryLtd/simple-tags/wiki">in the online documentation.</a>', 'simple-tags'),
149 'legacy-tab-content legacy-tag-cloud-content'
150 ),
151 array(
152 'cloud_limit_qty',
153 __('Maximum number of tags to display: (default: 45)', 'simple-tags'),
154 ['type' => 'number', 'attr' => 'min="0" max=""'],
155 'small-text',
156 '',
157 'legacy-tab-content legacy-tag-cloud-content'
158 ),
159 array(
160 'cloud_notagstext',
161 __('Enter the text to show when there is no tag:', 'simple-tags'),
162 'text',
163 'widefat',
164 '',
165 'legacy-tab-content legacy-tag-cloud-content'
166 ),
167 array(
168 'cloud_title',
169 __('Enter the positioned title before the list, leave blank for no title:', 'simple-tags'),
170 'text',
171 'widefat',
172 '',
173 'legacy-tab-content legacy-tag-cloud-content'
174 ),
175 array(
176 'cloud_max_color',
177 __('Most popular color:', 'simple-tags'),
178 'text-color',
179 'medium-text st-color-field',
180 __("The colours are hexadecimal colours, and need to have the full six digits (#eee is the shorthand version of #eeeeee).", 'simple-tags'),
181 'legacy-tab-content legacy-tag-cloud-content'
182 ),
183 array('cloud_min_color', __('Least popular color:', 'simple-tags'), 'text-color', 'medium-text st-color-field',
184 '',
185 'legacy-tab-content legacy-tag-cloud-content'),
186 array(
187 'cloud_max_size',
188 __('Most popular font size:', 'simple-tags'),
189 ['type' => 'number', 'attr' => 'min="0" max=""'],
190 'small-text',
191 __("The two font sizes are the size of the largest and smallest tags.", 'simple-tags'),
192 'legacy-tab-content legacy-tag-cloud-content'
193 ),
194 array('cloud_min_size', __('Least popular font size:', 'simple-tags'), ['type' => 'number', 'attr' => 'min="0" max=""'], 'small-text',
195 '',
196 'legacy-tab-content legacy-tag-cloud-content'),
197 array(
198 'cloud_unit',
199 __('The units to display the font sizes with, on tag clouds:', 'simple-tags'),
200 'dropdown',
201 'pt/px/em/%',
202 __("The font size units option determines the units that the two font sizes use.", 'simple-tags'),
203 'legacy-tab-content legacy-tag-cloud-content'
204 ),
205 array(
206 'cloud_adv_usage',
207 __('<strong>Advanced usage</strong>:', 'simple-tags'),
208 'text',
209 'widefat',
210 __('You can use the same syntax as <code>st_tag_cloud()</code> public static function to customize display. See <a href="https://github.com/WebFactoryLtd/simple-tags/wiki">documentation</a> for more details.', 'simple-tags'),
211 'legacy-tab-content legacy-tag-cloud-content'
212 ),
213 array(
214 'allow_embed_tcloud',
215 __('Tag cloud Shortcode', 'simple-tags'),
216 'checkbox',
217 '1',
218 __('Enabling this will allow Wordpress to look for tag cloud shortcode <code>[st_tag_cloud]</code> or <code>[st-tag-cloud]</code> when displaying posts. WordPress replace this shortcode by a tag cloud.', 'simple-tags'),
219 'legacy-tab-content legacy-tag-cloud-content'
220 ),
221
222
223
224 //tags for current post legacy
225 array(
226 'text_helper',
227 'text_helper',
228 'helper',
229 '',
230 '<p class="taxopress-warning"><strong>'.__('These settings are no longer being updated. Please use the "Terms for Current Post" screen instead.', 'simple-tags').'</strong></p><br /><br />',
231 'legacy-tab-content legacy-post-tags-content st-hide-content'
232 ),
233 array('tt_feed', __('Automatically display tags list into feeds', 'simple-tags'), 'checkbox', '1',
234 '',
235 'legacy-tab-content legacy-post-tags-content st-hide-content'),
236 array(
237 'tt_embedded',
238 __('Automatically display tags list into post content:', 'simple-tags'),
239 'radio',
240 array(
241 'no' => __('<code>no</code> &ndash; Nowhere (default)', 'simple-tags'),
242 'all' => __('<code>all</code> &ndash; On your blog and feeds.', 'simple-tags'),
243 'blogonly' => __('<code>blogonly</code> &ndash; Only on your blog.', 'simple-tags'),
244 'homeonly' => __('<code>homeonly</code> &ndash; Only on your home page.', 'simple-tags'),
245 'singularonly' => __('<code>singularonly</code> &ndash; Only on your singular view (single & page).', 'simple-tags'),
246 'singleonly' => __('<code>singleonly</code> &ndash; Only on your single view.', 'simple-tags'),
247 'pageonly' => __('<code>pageonly</code> &ndash; Only on your page view.', 'simple-tags'),
248 ),
249 '',
250 'legacy-tab-content legacy-post-tags-content st-hide-content'
251 ),
252 array('tt_separator', __('Post tag separator string:', 'simple-tags'), 'text', 'regular-text',
253 '',
254 'legacy-tab-content legacy-post-tags-content st-hide-content'),
255 array('tt_before', __('Text to display before tags list:', 'simple-tags'), 'text', 'regular-text',
256 '',
257 'legacy-tab-content legacy-post-tags-content st-hide-content'),
258 array('tt_after', __('Text to display after tags list:', 'simple-tags'), 'text', 'regular-text',
259 '',
260 'legacy-tab-content legacy-post-tags-content st-hide-content'),
261 array(
262 'tt_number',
263 __('Max tags display:', 'simple-tags'),
264 ['type' => 'number', 'attr' => 'min="0" max=""'],
265 'small-text',
266 __('You must set zero (0) for display all tags.', 'simple-tags'),
267 'legacy-tab-content legacy-post-tags-content st-hide-content'
268 ),
269 array('tt_inc_cats', __('Include categories in result ?', 'simple-tags'), 'checkbox', '1',
270 '',
271 'legacy-tab-content legacy-post-tags-content st-hide-content'),
272 array(
273 'tt_xformat',
274 __('Tag link format:', 'simple-tags'),
275 'text',
276 'widefat',
277 __('You can find markers and explanations <a href="https://github.com/WebFactoryLtd/simple-tags/wiki">in the online documentation.</a>', 'simple-tags'),
278 'legacy-tab-content legacy-post-tags-content st-hide-content'
279 ),
280 array('tt_notagstext', __('Text to display if no tags found:', 'simple-tags'), 'text', 'widefat',
281 '',
282 'legacy-tab-content legacy-post-tags-content st-hide-content'),
283 array(
284 'tt_adv_usage',
285 __('<strong>Advanced usage</strong>:', 'simple-tags'),
286 'text',
287 'widefat',
288 __('You can use the same syntax as <code>st_the_tags()</code> public static function to customize display. See <a href="https://github.com/WebFactoryLtd/simple-tags/wiki">documentation</a> for more details.', 'simple-tags'),
289 'legacy-tab-content legacy-post-tags-content st-hide-content'
290 ),
291
292
293
294
295 //related posts legacy
296 array(
297 'text_helper',
298 'text_helper',
299 'helper',
300 '',
301 '<p class="taxopress-warning"><strong>'.__('These settings are no longer being updated. Please use the "Related Posts" screen instead.', 'simple-tags').'</strong></p><br /><br />',
302 'legacy-tab-content legacy-related-posts-content st-hide-content'
303 ),
304 array(
305 'rp_taxonomy',
306 __('Taxonomy:', 'simple-tags'),
307 'text',
308 'widefat',
309 __('By default, related posts work with post tags, but you can use a custom taxonomy. Default value : post_tag', 'simple-tags'),
310 'legacy-tab-content legacy-related-posts-content st-hide-content'
311 ),
312 array('rp_feed', __('Automatically display related posts into feeds', 'simple-tags'), 'checkbox', '1', '',
313 'legacy-tab-content legacy-related-posts-content st-hide-content'),
314 array(
315 'rp_embedded',
316 __('Automatically display related posts into post content', 'simple-tags'),
317 'dropdown',
318 'no/all/blogonly/feedonly/homeonly/singularonly/pageonly/singleonly',
319 '<ul>
320 <li>' . __('<code>no</code> &ndash; Nowhere (default)', 'simple-tags') . '</li>
321 <li>' . __('<code>all</code> &ndash; On your blog and feeds.', 'simple-tags') . '</li>
322 <li>' . __('<code>blogonly</code> &ndash; Only on your blog.', 'simple-tags') . '</li>
323 <li>' . __('<code>homeonly</code> &ndash; Only on your home page.', 'simple-tags') . '</li>
324 <li>' . __('<code>singularonly</code> &ndash; Only on your singular view (single & page).', 'simple-tags') . '</li>
325 <li>' . __('<code>singleonly</code> &ndash; Only on your single view.', 'simple-tags') . '</li>
326 <li>' . __('<code>pageonly</code> &ndash; Only on your page view.', 'simple-tags') . '</li>
327 </ul>',
328 'legacy-tab-content legacy-related-posts-content st-hide-content'
329 ),
330 array(
331 'rp_order',
332 __('Related Posts Order:', 'simple-tags'),
333 'dropdown',
334 'count-asc/count-desc/date-asc/date-desc/name-asc/name-desc/random',
335 '<ul>
336 <li>' . __('<code>date-asc</code> &ndash; Older Entries.', 'simple-tags') . '</li>
337 <li>' . __('<code>date-desc</code> &ndash; Newer Entries.', 'simple-tags') . '</li>
338 <li>' . __('<code>count-asc</code> &ndash; Least common tags between posts', 'simple-tags') . '</li>
339 <li>' . __('<code>count-desc</code> &ndash; Most common tags between posts (default)', 'simple-tags') . '</li>
340 <li>' . __('<code>name-asc</code> &ndash; Alphabetical.', 'simple-tags') . '</li>
341 <li>' . __('<code>name-desc</code> &ndash; Inverse Alphabetical.', 'simple-tags') . '</li>
342 <li>' . __('<code>random</code> &ndash; Random.', 'simple-tags') . '</li>
343 </ul>',
344 'legacy-tab-content legacy-related-posts-content st-hide-content'
345 ),
346 array(
347 'rp_xformat',
348 __('Post link format:', 'simple-tags'),
349 'text',
350 'widefat',
351 __('You can find markers and explanations <a href="https://github.com/WebFactoryLtd/simple-tags/wiki">in the online documentation.</a>', 'simple-tags'),
352 'legacy-tab-content legacy-related-posts-content st-hide-content'
353 ),
354 array(
355 'rp_limit_qty',
356 __('Maximum number of related posts to display: (default: 5)', 'simple-tags'),
357 ['type' => 'number', 'attr' => 'min="0" max=""'],
358 'regular-text',
359 '',
360 'legacy-tab-content legacy-related-posts-content st-hide-content'
361 ),
362 array(
363 'rp_notagstext',
364 __('Enter the text to show when there is no related post:', 'simple-tags'),
365 'text',
366 'widefat',
367 '',
368 'legacy-tab-content legacy-related-posts-content st-hide-content'
369 ),
370 array(
371 'rp_title',
372 __('Enter the positioned title before the list, leave blank for no title:', 'simple-tags'),
373 'text',
374 'widefat',
375 '',
376 'legacy-tab-content legacy-related-posts-content st-hide-content'
377 ),
378 array(
379 'rp_adv_usage',
380 __('<strong>Advanced usage</strong>:', 'simple-tags'),
381 'text',
382 'widefat',
383 __('You can use the same syntax as <code>st_related_posts()</code>public static function to customize display. See <a href="https://github.com/WebFactoryLtd/simple-tags/wiki">documentation</a> for more details.', 'simple-tags'),
384 'legacy-tab-content legacy-related-posts-content st-hide-content'
385 ),
386 array(
387 'active_related_posts',
388 __('Related posts by terms', 'simple-tags'),
389 'checkbox',
390 '1',
391 __('This feature allows you to display related posts based on terms relation.', 'simple-tags'),
392 'legacy-tab-content legacy-related-posts-content st-hide-content'
393 ),
394
395
396 //auto link legacy
397 array(
398 'auto_link_tags',
399 __('Auto links tags', 'simple-tags'),
400 'checkbox',
401 '1',
402 __('Example: You have a tag called "WordPress" and your post content contains "wordpress", this feature will replace "wordpress" by a link to "wordpress" tags page. (http://myblog.net/tag/wordpress/)', 'simple-tags'),
403 'legacy-tab-content legacy-auto-link-content st-hide-content'
404 ),
405 array(
406 'auto_link_min',
407 __('Minimum usage for terms', 'simple-tags'),
408 ['type' => 'number', 'attr' => 'min="1" max="" required'],
409 'small-text',
410 __('This setting helps prevent rarely used terms from being used by Auto Links. Default: 1.', 'simple-tags'),
411 'legacy-tab-content legacy-auto-link-content st-hide-content'
412 ),
413 array(
414 'auto_link_max_by_post',
415 __('Maximum number of links per article:', 'simple-tags'),
416 ['type' => 'number', 'attr' => 'min="1" max="" required'],
417 'small-text',
418 __('This setting determines the maximum number of links created by article. Default: 10.', 'simple-tags'),
419 'legacy-tab-content legacy-auto-link-content st-hide-content'
420 ),
421 array(
422 'auto_link_max_by_tag',
423 __('Maximum number of links for the same tag:', 'simple-tags'),
424 ['type' => 'number', 'attr' => 'min="1" max="" required'],
425 'small-text',
426 __('This setting determines the maximum number of links created by article for the same tag. Default: 1.', 'simple-tags'),
427 'legacy-tab-content legacy-auto-link-content st-hide-content'
428 ),
429 array(
430 'auto_link_all',
431 __('Add links for unattached terms', 'simple-tags'),
432 'checkbox',
433 '1',
434 __('By default, TaxoPress will only add Auto Links for terms that are attached to the post. If this box is checked, TaxoPress will add links for all terms', 'simple-tags'),
435 'legacy-tab-content legacy-auto-link-content st-hide-content'
436 ),
437 array(
438 'auto_link_case',
439 __('Ignore case for auto link feature ?', 'simple-tags'),
440 'checkbox',
441 '1',
442 __('Example: If you ignore case, auto link feature will replace the word "wordpress" by the tag link "WordPress".', 'simple-tags'),
443 'legacy-tab-content legacy-auto-link-content st-hide-content'
444 ),
445 array(
446 'auto_link_exclude',
447 __('Exclude some terms from tag link. For Ads Link subtition, etc.', 'simple-tags'),
448 'text',
449 'regular-text',
450 __('Example: If you enter the term "Paris", the auto link tags feature will never replace this term by this link.', 'simple-tags'),
451 'legacy-tab-content legacy-auto-link-content st-hide-content'
452 ),
453 array(
454 'auto_link_priority',
455 __('Priority on hook the_content', 'simple-tags'),
456 ['type' => 'number', 'attr' => 'min="1" max="" required'],
457 'small-text',
458 __('For expert, possibility to change the priority of autolinks functions on the_content hook. Useful for fix a conflict with an another plugin. Default: 12.', 'simple-tags'),
459 'legacy-tab-content legacy-auto-link-content st-hide-content'
460 ),
461 array(
462 'auto_link_views',
463 __('Enable autolinks into post content for theses views:', 'simple-tags'),
464 'radio',
465 array(
466 'no' => __('<code>no</code> &ndash; Nowhere', 'simple-tags'),
467 'all' => __('<code>all</code> &ndash; On your blog and feeds.', 'simple-tags'),
468 'single' => __('<code>single</code> &ndash; Only on your single post view.', 'simple-tags'),
469 'singular' => __('<code>singular</code> &ndash; Only on your singular view (single post & page) (default).', 'simple-tags'),
470 ),
471 '',
472 'legacy-tab-content legacy-auto-link-content st-hide-content'
473 ),
474 array(
475 'auto_link_dom',
476 __('Try new engine replacement ?', 'simple-tags'),
477 'checkbox',
478 '1',
479 __('An engine replacement alternative uses DOMDocument PHP class and theoretically offers better performance. If your server does not offer the functionality, the plugin will use the usual engine.', 'simple-tags'),
480 'legacy-tab-content legacy-auto-link-content st-hide-content'
481 ),
482 array(
483 'auto_link_title',
484 __('Text to display into title attribute for links:', 'simple-tags'),
485 'text',
486 'regular-text',
487 '',
488 'legacy-tab-content legacy-auto-link-content st-hide-content'
489 ),
490 array(
491 'auto_link_title_excl',
492 __('Add links for post title', 'simple-tags'),
493 'checkbox',
494 '1',
495 __('By default, TaxoPress will exclude Auto Links for terms that are attached to the post title.', 'simple-tags'),
496 'legacy-tab-content legacy-auto-link-content st-hide-content'
497 ),
498
499
500 ),
501 );
502