Stream Re-Cap: 10/28/21
Category: Development
What Coding Language Should I Learn First?
The first thing to note is the difference between types of coding languages.
Front-End Fundamentals: Part 1
Here’s three great blog post recommendations for anyone learning Front End Development. Enjoy.
How to Add Title Attributes to Images in WordPress
Here’s the code snippet.
How to Call Related Posts in WordPress
Natively add related posts to your single posts based on category
Conditional Template Classes in WordPress
Add conditional classes based on what template a file is being called into
How to Add a Custom Widget to Your WordPress Theme
Add this to functions.php and customize
How to Limit Word Count for a CPT With an ACF Field Excerpt
I spent too long figuring this out