Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)

  • Stingray1972
    Participant

    @stingray1972

    Yes I, am a member of WPMU so hoping they will move this forward for me.

    Thanks for starting the process.


    Stingray1972
    Participant

    @stingray1972

    Hi Dan BP,

    Sorry to be such a pain… here is a link to the 2 files that need altering. These are the two files specific to my theme which is ‘MikMag’

    https://www.dropbox.com/s/vddx1qg79fa3us7/Archive%202.zip

    Would it be ok for you to alter these two files so that they produce the correct result as i am having no joy.

    Many thanks for your help its much appreciated.


    Stingray1972
    Participant

    @stingray1972

    Hi, below is what is in my ‘sidebar.php’ file…

    <?php
    /**
    * Sidebar
    *
    * @package WordPress
    * @subpackage TDFramework
    * @since framework 1.0
    */

    global $core_sidebars;

    $sidebar_slug = core_layout_current_sidebar();

    if (!$sidebar_slug)
    return;

    if (!dynamic_sidebar($sidebar_slug))
    //core_warning( __(‘Sidebar with name’, THEME_SLUG) .’ “‘ .$core_sidebars[$sidebar_slug]. ‘” ‘. __(‘not found, or has no widgets assigned to it.’, THEME_SLUG));

    ?>

    could you please show me where the code would go?


    Stingray1972
    Participant

    @stingray1972

    Hi, many thanks for this code. Would this work with using the group ‘ID’ rather than group ‘NAME’?. So in short this will add 21 new sidebars effectively into my widgets page that i can then drop widgets into? If i gave you all the goup ID’s for the sidebars needed could you throw the php code together for me? Would be a great help.

Viewing 4 replies - 1 through 4 (of 4 total)
Skip to toolbar