plugin-icon

Domain Name Autoswitch

Add a domain name field to the posts’ edit pages you have selected (through category and/or post type identifiers). Allow each post to have its own do …
Puanlar
Son güncellenme
June 14, 2014
Sürüm
1.2.4
Aktif kurulumlar
10

Here is a useful method you should use any where you need it dnas_get_post_ID().

It returns the post ID (if any) related to the current domain name. For instance, if you would like to display URL of the fake home page:

You can check the plugin development on github.

Pros:

  • since the plugin does not modify nor use your .htaccess file, it works with every permalink formats.
  • allow you to manage your domain names directly through your post edit forms.

Cons:

  • since it hacks the query variables, some template tags like is_home() could not work as expected if a dedicated domain name is triggered.
  • be aware there is no conflict support: you can fill the same domain for several posts. Only a single one will win the game, without any control from your part (but it will be easy to see which one have to be checked… if you ever notice it). Be careful!

Configuration

The plugin works with both custom post types and classic post type. You have to edit a configuration file in order to indicate on which posts the plugin should add its domain name field. You can indicate Categorie identifiers or/and Post Types slugs. For instance, to make the plugin showing its domain field on any posts of the categories #4 and #8, then:

$dnas_categories_ID = array( 4, 8 );

Dependency

The Advanced Custom Fields plugin is required.

License

This program is free software. It comes without any warranty, to the extent permitted by applicable law. You can redistribute it and/or modify it under the terms of the Do What The Fuck You Want To Public License, Version 2, as published by Sam Hocevar. See (http://www.wtfpl.net/) for more details.

ÜcretsizCreator paketinde
Yükleme işlemini tamamlayarak, WordPress.com'un Hizmet Şartları ile Üçüncü Taraf Eklenti Şartlarını kabul etmiş olursunuz.
Aktif kurulumlar
10
Test edilen son sürüm
3.9.40
Bu eklenti, WordPress tarafından barındırılan kurulumunuzda kullanılmak üzere indirilebilir.