Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Forum: Plugins
    In reply to: EventCalendar Question(s)
    Thread Starter sysconnweb

    (@sysconnweb)

    Does anyone have any suggestions?

    I jumped into WordPress today and have never looked at the file so I am sorry if this doesn’t help – but here we go

    I noticed something similar to a lot of my Rails work. There’s a slight difference that may be affecting your sidebar(s). The original function reads “register_sidebars($var);” and yours now reads “register_sidebar(array(blah));”

    The difference I see is that the word “sidebar” is singular in YOUR code. Try adding the “s” and see if that is a different function. register_sidebar() may just be a function for the only (or the first in your case) sidebar that is passed through it. register_sidebars() may have a foreach that runs them all.

    It’s just a thought. Again – I’ve never messed with wordpress code in my life so I may be typing in vain.

    Thread Starter sysconnweb

    (@sysconnweb)

    Does anyone have any thoughts? Perhaps another area I should post the question in?

    Thread Starter sysconnweb

    (@sysconnweb)

    I just started a new theme and solved the problem. Thank you for your help! You made me consider starting over from the default theme and going from there.

    😀

    Thread Starter sysconnweb

    (@sysconnweb)

    They are individual posts…they each have a unique post ID. For each one I’ve gone to Write > Write Post. I can go to Manage > Posts and see them listed individually. Any thoughts? Thanks!

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