There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021
I insert this:
<?php dynamic_sidebar( 'Footer stuff' ); ?>
but it did'nt works..
gives me parse error...
any knows why?
#2
Jul 13, 2013, 08:04 PM
jerryc
367 posts · Oct 2012
Florida
Try replacing the space in the sidebar name with a dash. It might just be that simple.
#3
Jul 14, 2013, 02:37 AM
hackavinash
15 posts · Jul 2013
I did'nt got this..
can u please give me command written..
thanks for reply!
#4
Jul 14, 2013, 03:14 PM
jerryc
367 posts · Oct 2012
Florida
<?php dynamic_sidebar( 'Footer-stuff' ); ?>
#5
Jul 14, 2013, 03:28 PM
CrouchingBruin
299 posts · Aug 2010
Santa Monica, CA
A space in the widget name should be OK, I created one in the header of my site with spaces.
Quote:
I m trying to insert widget in breadcrumbs.
Exactly how are you trying to do that? What is the code that surrounds your call to dynamic_sidebar? It's not that straight-forward trying to insert things into the breadcrumbs bar.