|

Hints and Suggestions on Using WordPress and HTML for your Website Creation.

A great place to get sample HTML code sections to use in HTML sections of WordPress:

Get Bootstrap


Possible Plugins for WordPress

  • WP Markdown Editor (tried using it but could not figure it out, only gave one mode for free and everything else was ‘pro’)
  • Print My Blog
  • Advanced Editor Tools
  • Short Pixel
  • Starter Templates
  • WP Dark Mode
  • Ultimate Addons for Gutenberg
  • Really Simple SSL
  • iThemes Security
  • Happy Files

Adding Highlight to Text Using HTML

You need to switch to HTML view to set the HTML statement.
Here is how it will look using the following: “<mark> text to hightlight </mark>”.

From freecodecamp.org

How hex code colors work – and how you can choose the right colors for your designs without the need for a color picker tool. (8 minute read): https://www.freecodecamp.org/news/how-hex-code-colors-work-how-to-choose-colors-without-a-color-picker/

WordPress Security

  • Redirection Plug In
    • For added site security, after installation
    • Go to Tools –> Redirection
    • Find Site Tab
    • HTTP Headers
    • Drop Down for Security Presets
    • Click on Add Security Presets after selecting it
    • Update

Free Web Host to Create a Website = 000webhost.com

Css Selectors

  • element
  • element.class
  • #id
  • [attribute]
  • [attribute = “x”]
  • p
  • p.intro

New Features with Instructions for WP 6.2

Adding Tables without using a Plug in

New WordPress Guides on WPBeginner:

One Comment

Comments are closed.