Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Frankie Jarrett

    (@fjarrett)

    Thanks! You can do that, you just have to apply a filter to the post status args provided in the plugin. I will give you an example when I am back from vacation. ??

    Plugin Author Frankie Jarrett

    (@fjarrett)

    Add these hooks to your theme’s functions.php file or in an MU plugin.

    add_filter( 'aps_status_arg_public', '__return_true' );
    add_filter( 'aps_status_arg_private', '__return_false' );
    add_filter( 'aps_status_arg_exclude_from_search', '__return_false' );
    
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘View archived post on WP site Archive Page’ is closed to new replies.