The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
32 views

Wordpress theme options framework, I can't read them in my templates

I successfully created my theme options page using this framework: https://github.com/devinsays/options-framework-theme The problems Is that when, for example, I try to load the Option: 'logo_image' ...
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 ...
6
votes
1answer
571 views

Is there any plugin development framework

Since I am new to wordpress plugin development I have been examining internal structure of many plugin's and I could find most of them doesnt fit any pattern and understanding how they works is pretty ...
0
votes
2answers
67 views

Updating parent themes vs. updating starter theme

Context: I use framework parent themes (e.g. Thematic) mainly because it ensures that my custom themes inherit cutting-edge and standard compliant code. Why I'm not yet using starter themes: I'm ...
2
votes
1answer
184 views

Benefits of storing uploads in an assets folder?

I'm trying to get up to speed with responsive theme development in Wordpress and have been looking at Bootstrap and combining it with HTML5 boilerplate. I came across this skeleton framework which ...
0
votes
0answers
16 views

How to I include theme options into my custom stylesheet? [duplicate]

Possible Duplicate: How can I use WordPress functions in my stylesheet? I'm brand new to using the options framework, and I can't quite figure out how to get the selected options to output ...
0
votes
1answer
362 views

NHP Theme Options Framework

I have a small problem, I downloaded and installed great program NHP theme options framework, I have no problem with the configuration of individual options, but I have a problem with calling them. ...
0
votes
1answer
46 views

Does WP, php, or a current framework (woofoo / genesis, etc). Offer a way to schedule text / bg color changes?

I would like to build a site for a religious group that follows a Church calendar year that highlights seasons by different colors. Is there a way with existing WP / php / css / framework to ...
0
votes
1answer
1k views

Beginner Resources for Roots Theme Framework

I'm building a WordPress theme, using Roots as a starter theme. Are there any tutorials telling me how to build a theme off of Roots? I've worked with starter themes before, but this one is a whole ...
0
votes
3answers
131 views

Options Theme - Wordpress [closed]

Searching about options page, I found a lot of themes that uses a options theme page like this one: There is an pre-built option? What framework do you advise? Thanks
0
votes
0answers
58 views

Plugin framework for creating new plugins? [closed]

I require a framework like Codeigniter preferebly in MVC for building Plugins in Wordpress. I found a few but the underlying code was awful. If you know any frameworks which you have used for ...
-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
1answer
247 views

Wordpress Options Framework, add to main menu not appearance menu

I am using the Wordpress Options Framework theme but I want to be able to have the "Theme Options" link appear in the Admin UI menu as oppose to under the "Appearance" (themes, etc.) menu item. I've ...
0
votes
1answer
1k views

Choosing between Wordpress responsive frameworks [closed]

Hi I would like to choose a WordPress Responsive framework to start with on all my client projects. I have shortlisted to Roots and Bones http://www.rootstheme.com/ http://themble.com/bones/ I ...
2
votes
1answer
314 views

integrating external php library into wordpress- the right way

If I were to load a custom library into wordpress, what would be the best place to add it? Since there are a bunch of global vars defined at the top of the library, I would not want that to be done ...
0
votes
2answers
218 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 ...
0
votes
2answers
222 views

How to handle forms from sidebar widgets - Processing $_POST variables using get_field_name()

Thanks to Wordpress calling their content 'posts', it makes it hard to find information on dealing with forms submitted with the POST protocol. My question is simple, the answer should be simple to a ...
-1
votes
1answer
133 views

Wordpress framework [closed]

It's not a question that can be answer wit a single BEST answer, but i like to know wich framework outthere could solve most of de problem of creating a site from PSD to html. What i am looking to is. ...
0
votes
1answer
168 views

Back to the basics: What's so great about a framework?

I'm brand new here and I'd like to start off by asking about WP frameworks. I've seen quite a bit out there, so I'm confused about what to choose for my site. So here are a few questions: What is ...
3
votes
2answers
181 views

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 ...
0
votes
1answer
84 views

Custom Module, Extending WP with a Plugin?

I'm trying to determine the best way to expand on WP. I love the base of WP for a website... it has pretty much everything needed for a website. But now and again I need to be able to create some ...
0
votes
1answer
74 views

How to keep several local copies of a theme in sync?

I am working on several sites on a local installation of apache/mysql, using virtual hosts. I have created a child theme for twentyeleven and I want to use that child theme like a framework for all my ...
1
vote
1answer
83 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.", ...
0
votes
2answers
467 views

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 ...
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 ...
0
votes
1answer
73 views

Build Specific Apps on the Wordpress Framework?

I'm planning to use wordpress as a backend for theming and user registration/login features. I'm creating an app using php which I'd like to work within a wordpress site. I don't know how to build ...
0
votes
2answers
154 views

Frameworks for Premium Theming [duplicate]

Possible Duplicate: WordPress frameworks and parent themes I want to get my feet wet with wordpress premium theme development. I see lots marketplaces where developers sell wordpress ...
4
votes
3answers
558 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 ...
3
votes
4answers
264 views

Theme Options Panels, What are some good examples from Frameworks or Premium Themes?

I really like https://github.com/devinsays/options-framework-plugin Does anyone know any other good implementations of an options panel from a Framework or from another premium Theme? I think its a ...
0
votes
1answer
134 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 ...
49
votes
11answers
8k views

WordPress frameworks and parent themes [closed]

By now there is a considerable amount of WordPress code around that is meant to be re-used by other developers. Unfortunately there is little to none practical and solid information on it and ...