What is the relationship between a theme, child theme, and framework?

I understand how parent and child themes work. But my question is how do frameworks fit into it? Are they just technically parent themes you create different child themes from? 1 Answer 1 You’re absolutely right. Frameworks like Thesis, Genesis, and Ultimatum (among others) are essentially barebones themes that allow for modular customization with child … Read more

Change parent theme file function in child themes functions.php

im trying to understand how Action Hooks and Filters work and have this example i want to edit This function is in a parent theme framework php file: public function formatArticleCat01( $show_category = false, $shorten_text_chars = 300, $show_date = true, $show_comments = false, $show_author = false, $show_views = false ) { $sFigure = ( $this->article_thumb … Read more

What is an “Options Framework” for WordPress

I am exploring a couple options frameworks for wordpress like the Redux Framework. As a non-developer interested in maintaining my own WordPress based web app, when would an options framework like Redux be useful? Most sites for options framework market their tool to the wordpress developer community. I have not found a simple explanation geared … Read more

When developing a distributable Theme, does it HAVE to be “inheritable”?

I’m currently developing a complex Theme (or framework, if it can be called that) for my own personal use. However, in the event that it becomes appreciated to the public – does it necessarily HAVE to be inheritable (the ability to have Child Themes derive from it)? Am I right in guessing that there is … Read more

Using WordPress as a Framework

I’m quite familiar with WordPress, but have just minimal experience with PHP frameworks such as Codeigniter. When building a custom application, say for example an invoicing system or time management app for my company, does it make sense to use WordPress as a framework, or would it be more advisable to use something like Codeigniter? … Read more

Does anyone have any frameworks to setup custom post types and related actions/filters?

So I know that setting up custom post types ranges from just registering them to adding custom permalinks, custom sorting, customizing columns in the admin, etc. I was wondering if anyone had a template or framework that they use regularly to set up custom post types in projects? Do you start from scratch every time … Read more