Layout – Webdesign

0,00 / maand excl. BTW

Layout kiezen / webdesign aanpassen

Ander webdesign / layout? Dat kan hier heel gemakkelijk!

  1. Gratis: Kies één van de voor geprogrammeerde layouts.
  2. Gratis: Pas je gekozen webdesign naar wens aan.
  3. Kies hier een andere gratis layout: Gratis implementatie.
  4. Kies een andere gratis layout: Vergoeding voor implementatie.
  5. Kies een betaald thema: Vergoeding voor implementatie.
  6. Laat een layout voor je maken.

Andere Layout

Ander Webdesign

Wat kunnen wij voor je doen?

Eénmalige betaling

1. Om welk webdesign gaat het (naam)
2. Waar kunnen wij het vinden
3. Als het in een account staat, mogen wij dan inlog-gegevens opdat wij het kunnen uploaden

Het verwijderen van webdesigns bespaart webruimte. Als er een webdesign extra op je website / webshop wordt gezet, dan kost dat webruimte.

Prijs per maand

Categorie:

Beschrijving

Deze plugin is niet getest met de laatste 3 grotere versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Ook kunnen er compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

MultiDomain

Beschrijving

  • Point multiple domains/sub-domains at a single WordPress installation and maintain link integrity (i.e. if you’re on http://foo.com, links will be http://foo.com/bar, and if you’re http://baz.com links will be http://baz.com/bar)
  • Overwrite site title, description, or theme per domain
  • Customize content per domain using the [MultiDomain_if] and [MultiDomain_else] shortcodes

If you need more customization between domains, WordPress MU is a better option.

Configuration Examples

Note that you usually won’t need to configure your primary domain — MultiDomain will automatically fall back to your WordPress defaults if not configuration is present for a domain.

Basic

In config.php:

<?php   $domains = array(     array(       'domain' => 'myalternatedomain.com',       'siteurl' => 'http://myalternatedomain.com',       'home' => 'http://myalternatedomain.com'     )   ); ?> 

More Complex

In config.php:

<?php   $domains = array(     array(       'domain' => 'example1.com',       'siteurl' => 'http://example1.com',       'home' => 'http://example1.com'     ),     array(       'domain' => 'example2.com',       'siteurl' => 'http://example2.com',       'home' => 'http://example2.com',       'blogname' => 'Example 2'     ),     array(       'domain' => 'example3.com',       'siteurl' => 'http://example3.com',       'home' => 'http://example3.com',       'template' => 'twentyten',       'blogname' => 'I have a different name...',       'blogdescription' => '..and description'     )   ); ?><h3>Tag Usage</h3> 

The provided short codes let you tailor your content per domain if needed. [MultiDomain_else] and [MultiDomain_default] are identical.

[MultiDomain_if domain="example1.com"]   Content only people visiting on example1.com will see. [/MultiDomain_if] [MultiDomain_else]   Content anyone visiting on any other domain will see. [/MultiDomain_else] Normal content everyone will see. 

Installatie

  1. Unzip and upload to your plugins directory, or install from admin
  2. Activeren
  3. Edit config.php to your liking using the admin Plugin Editor or your favorite FTP program
  4. Profit!

Beoordelingen

2 mei 2018
I tried other plugins but this works perfectly
28 april 2017
I was getting some lines of error codes on the top of my site, so I thought it prudent to not use the plugin. When I tried to deactivate the plugin, it wouldn’t let me. I had to delete the plugin through FTP.
Lees alle 6 beoordelingen

Bijdragers & ontwikkelaars

“MultiDomain” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “MultiDomain” in je eigen taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.