WordPress framework [closed]

As far as I am aware and based on interpretation of your heavily indecipherable question (no disrespect intended) you are asking for a plugin or framework that you can install in WordPress that will allow you to visually convert a PSD into a WordPress theme. As far as I know there isn’t such a thing … Read more

Can Angular be used in/with WordPress?

Logically, I think this can be done. There should be a way to integrate Angular along with WordPress for your SPA. You would have to use the wordpress REST API to connect them both though. Also, you would need to enqueue the scripts in functions.php for the same. Although I am not sure about running … Read more

Updating parent themes vs. updating starter theme

You can enable child themes for any theme: http://codex.wordpress.org/Child_Themes If you want your parent theme based off another parent theme, for example you want a theme based off of Twitter bootstrap and apply any changes they make to your framework, without over-riding your changes, use revision control. Git Mercurial etc.

Using WordPress as a Framework

Most frameworks are specifically designed to easily handle a large range of applications, while WordPress is quite limited when it comes to using its API to create applications like the one you mentioned. If you want to compare WordPress as a PHP framework with existing popular frameworks, think of it as one of the worst … Read more