Viewing 6 replies - 1 through 6 (of 6 total)
  • I’m running the plugin (1.3.1) with WordPress 4.3.1 and it’s working fine for me. Can you elaborate on “not working”?

    Note: when I first upgraded to 4.3.1 from 4.2, for some reason I had to go into Screen Options > “Show on page” and activate “Post Type Archives” to make the option show up in the menu editor. Was this the issue for you, too?

    Not sure if this is the same issue but my Post Types are no longer appearing under the Archive widget in the menu editor since upgrading to 4.3

    Plugin Contributor Franz Josef Kaiser

    (@f-j-kaiser)

    Hey guys. I haven’t had much time to look into support at the moment. Can you take a look at the other issues, please? Our UI could honestly be a bit more verbose. Just to make clear that there are no misunderstandings. Thanks in advance.

    post-type-archive-links.php
    line: 164- 170 replace with:

    $has_archive_cps = get_post_types(
    			array(
    				'_builtin' => true
    			),
    			'object'
    		);
    Plugin Author Stephen Harris

    (@stephenharris)

    GreenGo88 -the plugin is for custom post types not the standard built in ones.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘not working with WP 4.3’ is closed to new replies.