16
Wordpress Training with Sarah Sibert

Wordpress Training with Sarah Sibert. How To... Removing elements from your theme – search bar/dates on posts/comments Change the styling of headings

Embed Size (px)

Citation preview

Page 1: Wordpress Training with Sarah Sibert. How To... Removing elements from your theme – search bar/dates on posts/comments Change the styling of headings

Wordpress Training

with Sarah Sibert

Page 2: Wordpress Training with Sarah Sibert. How To... Removing elements from your theme – search bar/dates on posts/comments Change the styling of headings

How To...

• Removing elements from your theme – search bar/dates on posts/comments

• Change the styling of headings• Removing dates from your URL• Adding Google Analytics• Add PDFs to your pages• Creating ‘about me’ widgets

Page 3: Wordpress Training with Sarah Sibert. How To... Removing elements from your theme – search bar/dates on posts/comments Change the styling of headings

Editing Your Theme

1. Theme Options2. CSS3. PHP4. Child themes

Page 4: Wordpress Training with Sarah Sibert. How To... Removing elements from your theme – search bar/dates on posts/comments Change the styling of headings

Understanding HTML & CSS

www.w3schools.com

<!DOCTYPE html><html> <head> <title>Title of the document</title> </head> <body> The content of the document...... </body></html>

h1 {font-family: Arial, Helvetica,

sans-serif;color:#924BDE;font-size:24px;font-weight:bold;}

img {padding:5px;border:solid 1px #ccc;background:#fff;}

Page 5: Wordpress Training with Sarah Sibert. How To... Removing elements from your theme – search bar/dates on posts/comments Change the styling of headings

Basic HTML

<h1></h1><p></p><strong></strong><em></em><img /><a></a><div id=‘logo’></div><div class=‘picture’></div>

Page 6: Wordpress Training with Sarah Sibert. How To... Removing elements from your theme – search bar/dates on posts/comments Change the styling of headings

Basic CSS

h1 {color: red;}p {font-size: 14px;}img {border: solid 1px #ccc;}div#logo {float: left;}div.picture {float: right;}

Page 7: Wordpress Training with Sarah Sibert. How To... Removing elements from your theme – search bar/dates on posts/comments Change the styling of headings

Finding the HTML & CSS and removing the Search box

Page 8: Wordpress Training with Sarah Sibert. How To... Removing elements from your theme – search bar/dates on posts/comments Change the styling of headings

Removing Dates from Posts

Page 9: Wordpress Training with Sarah Sibert. How To... Removing elements from your theme – search bar/dates on posts/comments Change the styling of headings

Remove Comment Boxes

Page 10: Wordpress Training with Sarah Sibert. How To... Removing elements from your theme – search bar/dates on posts/comments Change the styling of headings

Editing Your Headings (h tags)

Page 11: Wordpress Training with Sarah Sibert. How To... Removing elements from your theme – search bar/dates on posts/comments Change the styling of headings

Remove dates from your URLGo to Settings->PermalinksChoose Post NameSave Changes

Page 12: Wordpress Training with Sarah Sibert. How To... Removing elements from your theme – search bar/dates on posts/comments Change the styling of headings

Adding Google Analytics

1.Theme options2.PHP3.WooDojo

Page 13: Wordpress Training with Sarah Sibert. How To... Removing elements from your theme – search bar/dates on posts/comments Change the styling of headings

Embed PDFs into Web Pages

Page 14: Wordpress Training with Sarah Sibert. How To... Removing elements from your theme – search bar/dates on posts/comments Change the styling of headings

Adding a Text Widget to Your Sidebar

Page 15: Wordpress Training with Sarah Sibert. How To... Removing elements from your theme – search bar/dates on posts/comments Change the styling of headings

Any Questions?

Page 16: Wordpress Training with Sarah Sibert. How To... Removing elements from your theme – search bar/dates on posts/comments Change the styling of headings

Den Members’ Offers

www.navadaru.com/den

50% Off Consultations

Exclusive 20% WooThemes Discount