Tagged Questions
1
vote
0answers
30 views
Can I create multiple instances of the BuddyPress Activity Stream with separate themes?
I'm trying to take advantage of BuddyPress 1.7's new theme independence to effectively create different pages and instances of the Activity Stream with different themes.
I can use HeadSpace (an ...
0
votes
1answer
48 views
WP is not using the select custom template.php that its selected for a page
I created a childtheme: Fisio
Inside I have: page-team.php with the name:
<?php
/*
Template Name: Page - Team
*/
?>
<?php get_header(); ?>
<script>alert('its the team ...
0
votes
2answers
51 views
Standard Way To Do Custom Work Within A Page?
First post here, looking forward to using this community more.
I'm trying to figure out the "standard" way or "proper" way of doing custom HTML work within a particular page.
For example, I'm ...
0
votes
3answers
113 views
Need help with adding templates (archives and sitemap) to Wordpress child theme
I recently switched themes, and my old theme had templates for sitemap and archive (in fact the archive was one of my most viewed pages.) When I switched themes the link to the archive and sitemap ...
2
votes
1answer
184 views
Hard Code Pages into a Theme for a Network (multisite) Installation
I'm creating a multisite network and I am looking for a way to have it so new blogs that are created have a couple of standard pages set up automatically.
The purpose of these pages will be to ...
0
votes
1answer
451 views
A good way to add a different background image for each page?
I'm working an a Thematic child theme wherein I need to have a unique image decorating each of the site's main pages, from a pre-defined set of permanent images. It would also be ideal to have one of ...