How should I best target dynamically served content?

I am editing the ‘Bizz’ portfolio WordPress theme(http://www.wpexplorer.com/bizz-wordpress-theme). It includes custom post types for managing portfolio examples, the highlights on the homepage, etc. I want to style the background color displayed behind each ‘highlights’ heading with a different color, but since they’re served dynamically, I’m not sure how I should target each h2. Would it … Read more

how can I remove the sidebar from my wp homepage [closed]

It’s difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 9 years ago. What’s the best practice when it comes to … Read more

How to load a different theme for categories?

I need to load a completely different theme for my categories. My search came up with switch_theme function but it changes the theme permanently while I only need the theme change only occur on my category pages. Then I found this. add_filter( ‘template’, ‘my_change_theme’ ); add_filter( ‘option_template’, ‘my_change_theme’ ); add_filter( ‘option_stylesheet’, ‘my_change_theme’ ); function my_change_theme($theme) … Read more

Can I create multiple instances of the BuddyPress Activity Stream with separate themes? [closed]

Closed. This question is off-topic. It is not currently accepting answers. Your question should be specific to WordPress. Generic PHP/JS/HTML/CSS questions might be better asked at Stack Overflow or another appropriate site of the Stack Exchange network. Third party plugins and themes are off topic. Closed 8 years ago. Improve this question I’m trying to … Read more

Pros and cons of using Backbone for WordPress theming [closed]

Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 8 years ago. Improve this question I’ve been noticing how Backbone seems to be the latest trend for WordPress theme development. A … Read more