-1
votes
0answers
17 views

Customized theme shows up in admin panel but not on blog [closed]

I created a wordpress blog and customized the Minimalzine theme. The customized version with globe background shows up here: http://wikiprojectmed.wordpress.com/wp-admin/customize.php But It ...
3
votes
1answer
588 views

How can I add a set featured image function to a theme that doesn't already have it built in?

I'm a relative newbie to WP and PHP in general, but now that I'm into it, I've caught the "WP fever" and have ditched asp.net. I finally found a quality theme that I like and I'm considering buying ...
0
votes
0answers
103 views

wordpress-bootstrap failed to install/load [closed]

I recently tried to install the wordpress-bootstrap theme from 320press http://320press.com/wpbs/ on my wordpress installation, version 3.3.2 hosted with bluehost. The preview worked OK I guess, but ...
1
vote
2answers
187 views

Sub folder CSS that's read by Admin panel

I'm in the process of creating a theme that will have several different setup options based on input from the administrator. One of the options will be to have a Zurb or Basic type layout. I'm ...
0
votes
0answers
158 views

When using my custom theme, after any save/submit in wp-admin I get blank screen [closed]

When I activate a theme that I made, after any save or submit that refreshes the page on wp-admin I get a blank screen, If I go back and refresh the page the settings are saved. If I close the page in ...
1
vote
1answer
207 views

Hide a theme on list of themes in wp-admin without editing core files

I'm running a multisite network with 200+ themes installed and activated. Is there a way to manipulate the list of available themes in wp-admin so that certain theme does not appear in the list? I ...
0
votes
1answer
53 views

Is there a (offical) way for a theme to deactivate itself and show a message in admin?

I know that plugins can deactivate itself, but how about themes? I work on a parent theme (Framework) and I don't want users to be able to activate it. This is what I have so far. The problem is ...
5
votes
1answer
80 views

Reordering themes in admin panel

I've been searching for a hook to change the order in which themes are displayed in the admin panel (i.e. wp-admin/themes.php) but so far haven't been successful. Is there an existing hook to do ...
0
votes
2answers
29 views

Functions containing parameter 'yourtheme'

I had a colleague create a new theme and while doing so he copied an old theme and made the changes necessary. Now, in many of the files, there are functions that contain the old theme name in the ...
0
votes
2answers
179 views

Manipulate list of themes in wp-admin

I'm running a multisite network with 100+ themes installed and activated. Is there a way to manipulate the list of available themes in wp-admin so that certain themes appear in the list first? (a kind ...
3
votes
3answers
761 views

A minimalistic admin theme for a WP 3 install

Is there a minimalistic admin theme that works with WP 3? Adminimize looks nice, but isn't compatible with 3.x.
0
votes
1answer
136 views

Using DePo Masthead with WP 3+

Does anyone have any experience with running DePo Masthead in WP3+? I'm thinking of changing the theme on my personal site and blog.
4
votes
1answer
655 views

How to hide or remove unwanted widgets on Multisite installation?

I am using Multi-site installation. I don't want all the widgets appear under widgets.php on dashboard .So I tried to find a way to remove or hide unnecessary widgets . SO that the new sub-sites ...