sysconnweb
Forum Replies Created
-
Forum: Plugins
In reply to: EventCalendar Question(s)Does anyone have any suggestions?
Forum: Plugins
In reply to: Help modifying functions.phpI 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.
Forum: Fixing WordPress
In reply to: Recent Posts DisplayDoes anyone have any thoughts? Perhaps another area I should post the question in?
Forum: Fixing WordPress
In reply to: Displaying Entries on Index PageI 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.
😀
Forum: Fixing WordPress
In reply to: Displaying Entries on Index PageThey 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!