So ich hab meins hinbekommen.
wp-content/plugins/social-networks-auto-poster-facebook-twitter-g/inc/nxs_snap_class.php
Zeile: 252
ändern inPHP-Code:<?php $num_cats = wp_count_terms('category'); if ($num_cats>1000) echo "Sorry, You have too many categories - (".$num_cats.') to show the list. Please use "Tags and Custom Taxonomies" field with category|category_slug format'; else { ?>
und Zeile: 416PHP-Code:<?php $num_cats = wp_count_terms('category'); if ($num_cats>100000) echo "Sorry, You have too many categories - (".$num_cats.') to show the list. Please use "Tags and Custom Taxonomies" field with category|category_slug format'; else { ?>
ändern inPHP-Code:<?php $num_cats = wp_count_terms('category'); if ($num_cats>1000) echo "Sorry, You have too many categories - ".$num_cats; else { ?>
PHP-Code:<?php $num_cats = wp_count_terms('category'); if ($num_cats>100000) echo "Sorry, You have too many categories - ".$num_cats; else { ?>




Zitieren