- Joined
- Jun 24, 2015
- Messages
- 165
- Likes
- 40
- Degree
- 0
https://diythemes.com/thesis/
It does look like its made for speed and seo.
Will this theme cause me problems later on because of the "thesis boxes" thing?
I'm not a developer so I thought I would ask you people who are much smarter than me:
It does look like its made for speed and seo.
Will this theme cause me problems later on because of the "thesis boxes" thing?
I'm not a developer so I thought I would ask you people who are much smarter than me:
Templates are simply HTML output patterns. If you examine any WordPress Theme in detail, you’ll notice a lot of repetition between various templates and template parts.
Because of this repetition, attempting to change one thing in a Theme often necessitates changes to many different templates.
This is inefficient, and it’s also grossly technical because it requires customizers to manually edit template files.
But as we saw with options, we can use patterns to gain leverage and make template management easier and more powerful.
One way to do this is to turn repetitive HTML into objects that can:
Within Thesis, these HTML objects are known as Boxes.
- have unique properties
- be edited and moved around
- be repeated in multiple templates