Template: Sticky

This is a sticky post. There are a few things to verify: The sticky post should be distinctly recognizable in some way in comparison to normal posts. You can style the .sticky class if you are using the post_class() function to generate your post classes, which is a best practice. They should show at theContinue reading Template: Sticky

Relational Roadmap for Website Build

Step 1: Define Website Goals Step one is to ask yourself what objectives must be achieved. For example, your goal could be to: Outline Scope The scope of the website should include all necessary elements to provide users with an informative and user-friendly experience. This can include, but is not limited to: List the WebsiteContinue reading Relational Roadmap for Website Build

Relational Theme

Relational is a blogging theme made for WordPress. Features include fast loading templates, color scheme in Customizer, add lead text to header and an additional menu where you add your social links into header space. Footer switches between sections acording to width of device viewing. It uses Dashicons on frontend to save font imports andContinue reading Relational Theme

Hello world!

Welcome to WordPress. This is your first post. Edit or delete it, then start writing! Welcome to WordPress. This is your first post. Edit or delete it, then start writing! Welcome to WordPress. This is your first post. Edit or delete it, then start writing! Welcome to WordPress. This is your first post. Edit orContinue reading Hello world!

Markup: HTML Tags and Formatting

Headings Header one Header two Header three Header four Header five Header six Blockquotes Single line blockquote: Stay hungry. Stay foolish. Multi line blockquote with a cite reference: The HTML <blockquote> Element (or HTML Block Quotation Element) indicates that the enclosed text is an extended quotation. Usually, this is rendered visually by indentation (see NotesContinue reading Markup: HTML Tags and Formatting

Markup: Text Alignment

Default This is a paragraph. It should not have any alignment of any kind. It should just flow like you would normally expect. Nothing fancy. Just straight up text, free flowing, with love. Completely neutral and not picking a side or sitting on the fence. It just is. It just freaking is. It likes whereContinue reading Markup: Text Alignment

Markup: Title With Special Characters ~`!@#$%^&*()-_=+{}[]/\;:'”?,.>

Putting special characters in the title should have no adverse effect on the layout or functionality. Special characters in the post title have been known to cause issues with JavaScript when it is minified, especially in the admin when editing the post itself (ie. issues with metaboxes, media upload, etc.). Latin Character Tests This isContinue reading Markup: Title With Special Characters ~`!@#$%^&*()-_=+{}[]/\;:’”?,.>

Markup: Title With Markup

Verify that: The post title renders the word “with” in italics and the word “markup” in bold. The post title markup should be removed from the browser window / tab.