Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter skylacking

    (@skylacking)

    Fixed: limit of max 200 of each content type on edit screen (temp)
    I see that msg, but how do I remove the limit?

    Plugin Author Joachim Jensen

    (@intoxstudio)

    You are right that some content is being excluded on the edit screen. This was done as a quick (and dirty) temporary fix in version 1.1, so that people with a lot of content could use the plugin too without it breaking. Maybe I should’ve set the limit higher.

    If you want to remove the limit for post types, in /wp-content/plugins/content-aware-sidebars/modules/post_type.php line 62, change
    'numberposts' => 200
    to
    'numberposts' => -1

    For taxonomies, in /wp-content/plugins/content-aware-sidebars/modules/taxonomy.php line 102, change
    array('get' => 'all','number' => 200)
    to
    array('get' => 'all')

    Thread Starter skylacking

    (@skylacking)

    Thank you it worked!!!! Your awesome. It is alot faster with the it lower.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Content Aware Sidebars] Missing Categoreis and Pages’ is closed to new replies.