Help with badly written theme
-
I need help with what should be 3 Simple changes to a theme I am using
Theme – https://wordpressthemesbase.com/detail/922.html
my site – https://www.mashedtodeath.com1) I want to get rid of the blogroll and categories of sidebar two. The only code i can see for this is in the functions file
` register_sidebar(array(
‘name’ => ‘Sidebar Right’,
‘before_widget’ => ”,
‘after_widget’ => ”,
‘before_title’ => ‘<h3>’,
‘after_title’ => ‘</h3>’,`but i cant find in any php filer in the themes folder where the blogroll or catagories is declared
2) All menus and posts display in lower case, and disregard any uppper case. I am assuming css configuration so i will look there, but if i am wrong please direct me
3) The pages I create are ordered using a plugin, but appear right to left on the top banner. where shoudl i fix this. assuming css again.
Sorry but i only can read and edit php, i cant write myself so it is hard to find the issues
Regards. mccay_a
- The topic ‘Help with badly written theme’ is closed to new replies.