• Resolved Justin Dixon

    (@justin-dixon)


    Hello,

    Is it possible to select the custom post type with PHP?

    Would want to check if the plugin Simple Custom Post Order is enabled and if so enable for certain custom post types.

    Thank you!

Viewing 1 replies (of 1 total)
  • Hi @justin-dixon,

    Thanks for reaching out!
    To see for which CPT is SCP Order active you will need to use: scporder_options

    To get the content you need to use: get_option and to update the option you need to use: update_option

    If you are not used to work with these functions you might need the help of a developer.

    Warmly,
    Mihaela

Viewing 1 replies (of 1 total)
  • The topic ‘How to set sorted post types with PHP’ is closed to new replies.