StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 09-23-2012, 04:33 PM
przemekcichon przemekcichon is offline
Registered User
Genesis Member
 
Join Date: Apr 2012
Posts: 11
Default Fatal error: Call to undefined function genesis_register_sidebar()

Hi,

When I am trying to register a new sidebar with genesis_register_sidebar function it gives me the error below:

Code:
Fatal error: Call to undefined function genesis_register_sidebar() in ...
This is actually the only genesis function that I call in functions.php of my theme child so probably the issue more general and does not affect only genesis_register_sidebar.

I have disabled all plugins and tried again but with no success. Then I rebuilded the site once again from the scratch but it didn't help either.

This is what I put in functions.php (copied from some tutorial)
Code:
/** Register widget areas */
genesis_register_sidebar( array(
    'id'            => 'program-sidebar',
    'name'          => __( 'Program Sidebar', 'lepiejzapobiegac' ),
    'description'   => __( 'This is a widget area that can be placed after the post', 'lepiejzapobiegac' ),
) );
Thanks in advance for looking into it. Let me know if any other information is needed here.

regards,
Przemek
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Fatal error: Call to undefined function genesis() in ... kriptech General Discussion 3 12-30-2011 08:19 AM


All times are GMT -5. The time now is 03:39 PM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.