• Resolved saurav2785

    (@saurav2785)


    Warning: Cannot modify header information – headers already sent by (output started at /home/go1230/public_html/wp-content/themes/Gogiro-Theme-1/admin/theme-functions.php:324) in /home/go1230/public_html/wp-includes/pluggable.php on line 881

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator keesiemeijer

    (@keesiemeijer)

    Thread Starter saurav2785

    (@saurav2785)

    Hey

    it seems to be working
    thanks a lot… really helped me out

    Thread Starter saurav2785

    (@saurav2785)

    hi
    i needed some more guidance from you

    i registered a new sidebar using this code
    if ( function_exists(‘register_sidebar’) )
    register_sidebar(array(‘name’=>’Slider Widget’,
    ‘id’ => ‘slider-widget’,
    ‘before_widget’ => ”,
    ‘after_widget’ => ”,
    ‘before_title’ => ‘<h4>’,
    ‘after_title’ => ‘</h4>’,
    ));
    but when i insert a plugin like a image slider i am not able to activate it
    do i need to write some thing else during registration in order for it to activate pluggins in them’
    i mean every where i see people are talking about hooks i dont seem to understand how to put that in my theme

    Thanks is advance for the help

    Thread Starter saurav2785

    (@saurav2785)

    I read the codex and got the answers to my issue
    if anyone else is facing the same issue then please go ahead and read the codex link given in this post

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘i get this error on my custom theme what is the problem cant seem to locate it’ is closed to new replies.