• Resolved markosf1

    (@markosf1)


    Thanks Stefano for the previous answer!

    I i have one more question, i want to make id filtering (comma separated) like tags.

    Is it simple like this.. what changes to make?

    //on theme.php
    if (!empty($theme_options[‘theme_’])) {
    $filters[‘ ‘] = $theme_options[‘theme_ ‘];
    }

    /// theme-options.php
    <?php $controls->text(‘theme_ ‘, 30); ?> (comma)

    https://wordpress.org/plugins/newsletter/

Viewing 1 replies (of 1 total)
  • Plugin Author Stefano Lissa

    (@satollo)

    Hi, I don’t know if the wp_query lets to specify a list of post id, you should read the wp_query documentation.

Viewing 1 replies (of 1 total)
  • The topic ‘id filter – selecting specific posts’ is closed to new replies.