Today we shall focus on blogging tips especially based on the award winning WordPress blog which we at Mymobnet! are proudly part of.  Modifying your WordPress theme files for example the <Head> tag can be very tricky though simple. Its only difficult if you aren’t acquainted with the customisation of WordPress themes. You may mistakenly think that it’s all about the file Manager, No!

By the way Yes easy to spot the <head> tag from your html source pages but for WordPress CMS site You simple have to edit the header.php to customise the <head> tag.

Where to find Your WordPress theme files like Header.php:

Go to your WordPress admin Dashboard. At the left hand panel click on the Appearance Tab. A drop menu will appear, and then click on Editor Tab. The Editor Tab takes you straight to where you can modify your theme’s files. The screenshot I captured below shows you all I have said so far. After you click on the Editor tab, check your right hand panel to select the appropriate theme file you want to modify. Modify the header.php or the <head> tag, select header.php to edit.

Edit WordPress theme files
Edit WordPress theme files

Some of the WordPress Theme files you can edit or change are these:

Templates

  • 404.php
  • DEVELOPER_SETTINGS.php
  • archive-content.php
  • archive.php
  • comments-template.php
  • comments.php
  • content-author.php
  • content-single.php
  • footer.php
  • BootsTrap.php
  • functions.php
  • header-map.php
  • header-navibar.php
  • header.php
  • index.php
  • page.php
  • post-grid.php
  • post-list.php
  • search.php
  • searchform.php
  • sidebar.php
  • single.php

Styles

  • style.css
  • custom.css
  • screen.css/
Menu