How To Customize Your Wordpress Theme: Difference between revisions
From Wiki Problem
Wikiproblem (talk | contribs) (Created page with " Category:Blogging") |
Wikiproblem (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
== Front End Customization== | |||
== Where To Customize Theme == | |||
# Login to your wordpress admin portal | |||
# Go to '''Appearance --> Themes''' | |||
# Select theme which you have to customize and click on '''"Customize"''' | |||
== Back End Code Customization == | |||
# Login to your wordpress admin portal | |||
# Go to '''Appearance --> Theme Editor''' | |||
# Select the file which you want to edit. | |||
# Edit file and click on publish to make changes. | |||
[[Category:Blogging]] | [[Category:Blogging]] |
Revision as of 14:02, 25 November 2021
Front End Customization
Where To Customize Theme
- Login to your wordpress admin portal
- Go to Appearance --> Themes
- Select theme which you have to customize and click on "Customize"
Back End Code Customization
- Login to your wordpress admin portal
- Go to Appearance --> Theme Editor
- Select the file which you want to edit.
- Edit file and click on publish to make changes.