Egin salto edukira
  • WordPressi buruz
    • WordPressi buruz
    • WordPress.org
    • Dokumentazioa
    • Laguntza
    • Iritzia
  • Hasi saioa
  • Izena eman
WordPress.org
WordPress.org

Euskara

  • Itxurak
  • Pluginak
  • Albisteak
  • Laguntza
  • Honi buruz
  • Lortu WordPress
Lortu WordPress

Pluginak

  • Gogokoenak
  • Beta Probak
  • Garatzaileak

Plugin hau ez da probatu WordPressen azken 3 bertsio garrantzitsuenekin. Baliteke, jada, mantentze edo euskarririk ez izatea, eta, WordPressen bertsio berriagoekin erabiltzen denean, bateragarritasun arazoak izan ditzake.

Deskargatu

Private Content Login Redirect

Kumar Abhisek-(e)n arabera
  • Xehetasunak
  • Berrikuspenak
  • Instalazioa
  • Laguntza
  • Garapena

Deskripzioa

Do you post private content? Are you sending those links to your users with private content access?

WordPress by default redirects all non-logged users to a 404(content not found) page when they follow a private post or private page link.Instead of showing a 404 page, this plugin simply redirects those users to the login page.After successful login, it automatically redirects users with private content access to the private content link they followed.

Note: If you post private content and want to get more subscribers to read your private content, I developed a Free plugin for that too…Check out Mini Membership.

If you like this plugin, please consider leaving a review. Thank you!

Follow the developer on Twitter
Visit Developer Website

Download My Other Plugins

  • Mini Membership
  • WP Admin Color Schemes
  • Rainbow Status
  • Restrict Dashboard Access
  • Romance Admin Color Scheme
  • Frame Breaker
  • Inspire Dolly

Instalazioa

  1. Download The Private Content Login Redirect package file, extract the private-content-login-redirect directory from ZIP file, upload it to WordPress Plugins directory ‘/wp-content/plugins/’ or install plugin from Plugin panel in WordPress Dashboard

  2. Activate Private Content Login Redirect via Plugin page

  3. All set

If you are new to WordPress : Installing Plugins

Berrikuspenak

Redirect to login but no back redirection

pleclerc 2017(e)ko irailaren 20(a)
Redirect to login but no back redirection even we guess the wp-login/ url look like to indicate a future redirection. My page have two level./partenaires/annuaire-partenaires/ I look at the developper code, it's really too simple, can cause many problems.

Exactly what I needed!

Gustavo S. Serra 2017(e)ko irailaren 9(a)
Exactly what I needed!

Took me too long to find this simple plugin

frogdogtech 2017(e)ko urtarrilaren 31(a)
This plugin does exactly what it needs to while remaining non-invasive. Utilizes the built in wordpress private page status. Brilliant. Thanks.

Work perfectly!

gtamborero 2016(e)ko urriaren 4(a)
hidden pages goes to login 😉 You can also get the function inside the plugin and use it your functions.php theme: function private_content_redirect_to_login() { global $wp_query,$wpdb; if (is_404()) { $private = $wpdb->get_row($wp_query->request); $location = wp_login_url($_SERVER["REQUEST_URI"]); if( 'private' == $private->post_status ) { wp_safe_redirect($location); exit; } } } add_action('template_redirect', 'private_content_redirect_to_login', 9);

Works as described

smart.u 2016(e)ko irailaren 3(a)
Does it's trick, very helpful, thank you.

Does what it says.

eisgeist 2016(e)ko irailaren 3(a)
I've been searching for a little while for a plug-in doing a simple thing -that IMHO should be part of base WordPress capabilities-: redirect a visitor to login page when he/she tries to access a restricted page. To my needs, it simple and effective.
Irakur itzazu 12 berrikuspen guztiak

Laguntzaileak eta Garatzaileak

“Private Content Login Redirect” software librea da. Ondoko pertsonek egin dizkiote ekarpenak plugin honi.

Laguntzaileak
  • Abhisek

Itzul zaitez Private Content Login Redirect zure hizkuntzara.

Garapena interesatzen zaizu?

Araka ezazu kodea; begira ezazu SVN biltegia, edo harpidetu garapen erregistrora RSS-(r)en bidez.

Aldaketen loga

1.0.1

  • Solved Issue: When the plugin Fails to redirect if redirect_canonical() finds a match.(Thanks Dave James Miller for pointing this out)
  • Works with WordPress 4.1.1

Meta

  • Bertsioa: 1.0.1
  • Azkenekoz eguneratua: duela 6 urte
  • Instalazio aktiboak: 1.000+
  • WordPress Bertsioa: 3.0 edo handiagoa
  • 4.6.23 (e)raino probatuta.
  • Hizkuntza:
    English (US)
  • Etiketak:
    loginprivate contentredirection
  • Ikuspegi Aurreratua

Balorazioak

Ikusi denak
  • 5 izar 9
  • 4 izar 1
  • 3 izar 0
  • 2 izar 1
  • Izar 1 1
Hasi saioa berrikuspena bidaltzeko.

Laguntzaileak

  • Abhisek

Laguntza

Azken bi hilabeteetan konpondutako gertakariak:

1(e)tik 0

Ikusi laguntza foroa

  • Honi buruz
  • Albisteak
  • Ostatatzea
  • Donazioa egin
  • Laguntza
  • Garatzaileak
  • Parte hartu
  • Ikasi
  • Erakusleihoa
  • Pluginak
  • Itxurak
  • Ereduak
  • WordCamp
  • WordPress.TB
  • BuddyPress
  • bbPress
  • WordPress.com
  • Matt
  • Pribatutasuna
  • Public Code
WordPress.org
WordPress.org

Euskara

  • Visit our Facebook page
  • Visit our Twitter account
Kodea Poesia da