• Resolved zybersup

    (@zybersup)


    Since I installed the plug-in 2 years ago, the filter by series in the post list in the WordPress back-end has never been usable for me.

    I have just tried inspecting the source of the form and found that the select has blank id and blank name.

    <label class="screen-reader-text" for="cat">Filter by category</label>
    <select  name='cat' id='cat' class='postform' >
    	<option value='0' selected='selected'>All Categories</option>
    	...
    </select>
    <select name='' id='' class='postform' >
    	<option value='0'>View all series</option>
    	...
    </select>

    It would be good if I can use it because now I have got many more series to manage.

Viewing 3 replies - 1 through 3 (of 3 total)
  • I don’t think this is caused by Organize Series. I’ve checked a few sites I have running Organize Series and they all have the proper value for those attributes (which is series). It sounds like you may have some custom code and/or a plugin conflict on your site causing this.

    So one thing that may be happening in your case is you have a custom series base value (this is set on the Series Options Page in the Series Custom Base option). What do you have that option set to?

    Thread Starter zybersup

    (@zybersup)

    I removed it at all.

    I thought that it is only for permalink only. In my use case I do not want the series page at all so I tried removing it and found that the permalinks are default as ‘series’. Then I did not change it back, just left it blank. … That’s such a big mistake.

    (I had been wondering for 2 years why I cannot find any result searching this problem in anywhere on the Internet. Stupid enough not to find stupidity in myself :P)

    Now it is usable. Thanks for your kind help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Filter Post by Series never be usable’ is closed to new replies.