Website Help & Tutorials


Adding Articles to the Blog | Video Tutorial


Adding & Updating Article Links to Home Page | Video Tutorial (coding text help below video)

Code Example (can be copied & used for future use):

Note - This is the original, condensed version of the code. Please refer to video to see how it is spaced out to better understand what should be edited for new and updated articles/links.

When editing this code (and using it to refer to the existing code on the live site), please make sure to only make changes to the bold text and it’s relative texts on the live text code.

———————————————-

<div class="dropdown">

<h3>Improve Productivity and Drive Revenue</h3>

<div class="answer">

<p><a href="https://www.linkgoeshere.com">Article Title Goes Here</a></p>

<p><a href="https://www.linkgoeshere.com">Article Title Goes Here</a></p>

<p><a href="https://www.linkgoeshere.com">Article Title Goes Here</a></p>

</div>

</div>

—————————————————

What each section means:

<div> = these sections are used to create the layout - do not change this or remove it

<h3> = the header section title that creates the drop down - do not edit unless the main categories ever change

<p> = paragraph section - where the individual articles titles and links exist and can be changed (bold area only)

  • Note - you can have as many of the <p> sections for as many articles as you want to link, but I recommend 2-3 at most per category section.