The tag has no wiki summary.

learn more… | top users | synonyms

-1
votes
0answers
43 views

Using own design - easiest (layout) setup [closed]

I've been usually making my sites by myself, but I want to make new weblog and I haven't made my CMS yet so I decided to use WP. I also like to make my own designs for sites and I usually don't have ...
0
votes
0answers
11 views

Woocommerce live workshop [closed]

I'm trying to set up WooCommerce to sell live workshops from my wordpress site. What product setup would you recommend to sell "tickets", just a normal simple product?
2
votes
2answers
49 views

Structure for projects and clients

I have a client who has requested a WP based portfolio where they will present their projects and clients, filtered by categories and tags. They also wish to filter all projects done for a particular ...
2
votes
1answer
62 views

Subdomain and subdirectories together in one installation

I'm currently want to develop my design company website and choosing wordpress as my CMS. How do I should install the wordpress when I want the domain structure like this: Blog = blog.example.com ...
0
votes
1answer
47 views

Moving from one WP site to a new WP site incrementally

I'm working on a site that will be changed incrementally (i.e. first the new Homepage will go live, then product pages, then contact, etc). It will not be a switch-flip, wholesale changeover between ...
0
votes
3answers
106 views

The issue of redirecting my site to a new domain

I have encountered some problems after I have redirected my site, which is in a sub directory in my server, to a new domain. I have kept the same server. The origin URL of my wp site ...
0
votes
1answer
51 views

Using setup_postdata() with multi-dimensional array

I feel like this is going to be one of those slap yourself on the head questions, but here it goes anyway: I have a multi-dimensional array of data: Array ( [0] => Array ( ...
1
vote
3answers
88 views

Putting my site live

Can anyone help? I've been building a wordpress site in a sub directory of an umbrella 'development domain' if you will, and am ready to go live with the site. It's a single install of wordpress. ...
1
vote
1answer
46 views

How to edit pages after installing WP

I'm really new to Wordpress. I just installed it following the instructions here http://codex.wordpress.org/Installing_WordPress_Locally_on_Your_Mac_With_MAMP and I'm wondering what to do next. I ...
0
votes
1answer
271 views

how to server over http and https with one installation

is there an easy way to set up a single wordpress intallation to serve its pages both over http and https? I have an http based website, and I have some pages that I would like to make accessible as ...
1
vote
2answers
515 views

How to set up Wordpress in the intranet?

I have been looking for an answer for long time now and have tried on a few alternatives too, but still I am unable to do it. What? : I want to set up Wordpress on the intranet in my workplace most ...
1
vote
2answers
213 views

Create a custom WP install with plugins, theme etc already installed?

Is it possible to create a Wordpress install that will automatically install with multiple pliugins, a particular theme and custom settings so when I setup multiple blogs I don't have install so much ...
2
votes
2answers
83 views

What's the best action to use when you want to do something only once per theme setup?

I'm writing a theme which has it's own set of database tables. I'm wondering what is the best action for me to use when I want my install function to be invoked only once when the theme is activated ...
0
votes
1answer
79 views

“WordPress installations is currently out of date” problem with difficult situation [closed]

[NOTE] I had asked this question in wordpress.org's support forum one month ago. But I didn't get any feedback there. And I am not sure whether or not this is right place to ask this question. But I ...
2
votes
1answer
156 views

On Install, which code sets the 'home' option?

I'm just doing some wordpress development and wondered for a brand new install, which code within core is generating the first value that get's filled into the home option? I'm looking for the code ...
1
vote
3answers
209 views

Putting main WordPress blog under a different folder name

I want to use WordPress primarily as a static page CMS for a small business site. I want to use the "pages" feature for most of the pages on the site, except for a news blog, for which I want to use ...
9
votes
2answers
3k views

MySQL Database User: Which Privileges are needed?

The short installation instruction for WordPress ("5 Minutes") state that: Create a database for WordPress on your web server, as well as a MySQL user who has all privileges for accessing and ...
5
votes
2answers
784 views

Automatically enable custom theme, plugins and default content on installation?

I'm using wordpress for a large non-profit with many sites. I'd like to decrease the amount of installation steps for the people setting up their sites. Is it possible to make a WP install that ...
0
votes
3answers
124 views

Approach to creating a site with this structure

I'm tasked with making a site that has 'families'. Each family has a gallery, a 'region', and a 'name', both of which are searchable upon. My initial thoughts about this were to create a template for ...
4
votes
2answers
238 views

How To Provide Sub-Blogs Their Own Domain Names?

I ran a search that did not yield that many results. Is it possible, and how can each sub-blog of a multi-site installation be given its own domain name?
6
votes
1answer
224 views

How do I transition multiple installations to a single Multisite installation?

I have a client who runs 8 different blogs, currently on 8 separate installations of WordPress. I'm trying to encourage them to move to a single MS installation instead to make it easier (mostly on ...