Editing a wordpress theme

by 4 replies
5
I want to add a widget to all my pages and the theme I use displays a slideshow on the index page. I want to be able to add a widget right above the slideshow on the index page and below the pages tab on other pages. Can someone tell me which php file I should edit and where?
#website design #editing #team #wordpress
  • From what you described its probably the header.php file of your theme you need to edit.
    • [1] reply
    • If you add the code in the header, the component will appear on all pages in the top.
  • Do you know how WordPress themes work? You should go and read about that first. By the way, the files that will have to be edited depends on the structure of the theme that you are using.
  • It depends on the theme.What's the name of the theme,perhaps i could offer assistance on it

Next Topics on Trending Feed

  • 5

    I want to add a widget to all my pages and the theme I use displays a slideshow on the index page. I want to be able to add a widget right above the slideshow on the index page and below the pages tab on other pages. Can someone tell me which php file I should edit and where?