• Hi

    I like your plugin, but I didn’t like the idea of multiple prism files for multisite so I reconfigured the default to look in uploads/prism for every site with content_url().

    Perhaps you could offer either and ship with one of the options commented?

    Cheers
    Mike

    https://wordpress.org/plugins/prism/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Care to share? ^_^

    Thread Starter mac2net

    (@mac2net)

    I didn’t finish this, but the key is to get the data out of the settings

    I added this

    <p>Jonradio settings:<br />
    <?php print_r(get_option( 'jr_mt_settings' )) ?>
    </p>

    to the

    admin-sections.php

    file of the plugin under

    function jr_mt_aliases_expl()

    Line 479.

    This will show you the array in which to search the URL you want to query to match it with the permalink of the post query object to determine if you want to display the metabox.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Suggestion for uploads directory’ is closed to new replies.