How To Customize Your Wordpress Theme: Difference between revisions

From Wiki Problem
(Created page with " Category:Blogging")
 
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

  1. Login to your wordpress admin portal
  2. Go to Appearance --> Themes
  3. Select theme which you have to customize and click on "Customize"

Back End Code Customization

  1. Login to your wordpress admin portal
  2. Go to Appearance --> Theme Editor
  3. Select the file which you want to edit.
  4. Edit file and click on publish to make changes.