-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello,
I have a current Wordpress MU site and I want to build a staging Wordpress MU within it.
I have the staging setup on www.domain.com/staging.
The problem is when I access the url above, It wont go to it.
I have already played around with the .htaccess but don't still no success.
Any suggestions…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Is it possible to add an options screen to a Wordpress MU theme (options being saved for each user, so blogwide, not sitewide) ?
I'm used to program wordpress themes, but i'm a bit puzzled as to how make customization happen in a multi-user environment.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi there,
I'm trying to consolidate two WordPress installations into one WP MU install.
Basically, I have example.com/blog and example.com/microsite/blog
I'd like the microsite's blog and the /blog to both be hosted by WordPress MU. Does sunrise help me accomplish this? If not, how would I do this…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I would like for my categories to only be editable/creatable by administrators. I can't remember where the code is that builds the menu on the left side. Does anyone know where it is so that I can set it up so only admins can manage categories?
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I have a wordpress MU database with something like 10,000+ tables for various user's blogs. I need to upgrade wordpress MU to newest version, but want to backup the DB before hand.
PHPMyAdmin fails to even load the page when i click export. Ive tried going into the server (windows) and using dos…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I got the site up on time, with one blog post up. Later I added another one and tested it. Big problem! Any link that used to take you to the old post (ie: side-bar "Recent Posts" links) now takes you to the newest one. I tested it by adding a third post, and got the same result.
This is a custom…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
What is the difference between "Wordpress Theme" and Wordpress Theme Frameworks? In terms of technicalities, Custom theme making workflow, File and folder structure, Anatomy.
Wordpress default theme Vs Wordpress theme's framework's Child theme
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I just started out with WordPress and I'm having some problems with the custom fields. Here's the code from functions.php
add_post_meta($post_id, 'Post Thumbnail', $post_thumb, true) or update_post_meta($post_id, 'Post Thumbnail', $post_thumb);
add_post_meta($post_id, 'Project URL', $url, true) or…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm trying to customize a wordpress page to include an iframe which give the users a link to there download. We're using wordpress 2.9.2 with the Thesis theme 1.51. I've been trying to use thesis hooks but appears that the php is stripped from the output. Help? Suggested alternatives?
Code from custom_functions…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I just started out with WordPress and I'm having some problems with the custom fields. Here's the code from functions.php
add_post_meta($post_id, 'Post Thumbnail', $post_thumb, true) or update_post_meta($post_id, 'Post Thumbnail', $post_thumb);
add_post_meta($post_id, 'Project URL', $url, true) or…
>>> More