0
votes
0answers
53 views

Stepping into WordPress theme development [closed]

I am planning my summer in hopes to create my own WordPress themes. That said I am trying to do my homework and prepare for the task and I don't see any threads in regards to the idea of creating a ...
-3
votes
1answer
155 views

themeforce (happytables framework) implementation

OK, I've been trying to implement themeforce in the roots theme and couldn't make it work. Then I tried it with the twentyeleven theme and still couldn't make it work. Instead all I get is an HTTP ...
0
votes
2answers
217 views

If you were to start using a Wordpress framework today, which one would you use? [closed]

Today, there are a ton of WP frameworks out there. When I first started using one, there were only 3 or 4, and I picked Hybrid. My (yearly) hybrid license expired again, so I decided to take a look ...
1
vote
1answer
82 views

Woo Framework: woo_cat_featured not populating

In framework settings: $options[ 'featured_cat' ] = array( "name" => "Featured Category", "desc" => "Featured Posts will display in the main rotator on the homepage.", ...
1
vote
2answers
72 views

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 ...
4
votes
3answers
557 views

Splitting WordPress theme CSS into multiple files, good or bad?

I'm developing a WordPress theme framework. I want organize CSS for each section into separate files for the following reasons. Developers can easily deregister styles by parent theme and load their ...
0
votes
1answer
133 views

Not Found when using activity stream as front page with BuddyPress

I'm trying to create a Thematic child theme that uses BuddyPress. First, I tried using BuddyMatic -- which currently doesn't work with WP3. Next, I tried the BuddyPress compatibility pack -- which ...