ھي پلگ ان WordPress جي جديد 3 وڏين رليزز سان آزمايو نه ويو آھي. اهو ٿي سگهي ٿو وڌيڪ برقرار يا سپورٽ نه ٿي سگهي ۽ ٿي سگهي ٿو مطابقت جا مسئلا جڏهن ورڈپریس جي وڌيڪ تازي ورزن سان استعمال ڪيو وڃي.

Redirector

وضاحت

Redirect posts, pages or any custom post type to a different url.

Hooks

Actions

  • redirector_uninstall – Runs on plugin deinstall
  • redirector_metabox_begin – Begin redirector meta box
  • redirector_metabox_end – End redirector meta box
  • redirector-modal-search-begin Begin redirector modal
  • redirector-modal-search-end End redirector modal

Filters

  • redirector-redirect-url – Alter the query string that is appended to redirect url
  • redirector-status-code – Redirect status code; default 301
  • redirector-recent-posts – Alter redirector recent posts query
  • redirector-search-query – Alter redirector search query
  • redirector-meta – Alter Redirector meta save

Update Notice

In version 3+ I’ve changed the database handling of storing the post meta data.
This results in that you have the visit the backend once after updating the plugin.
The function maybe_update() will handle the transition from the old structure to the newer one.
There shouldn’t be any problem updating the plugin, if so please contact me!

تصوير

  • Meta box - No redirection
  • Meta box - Select post ( any post type )
  • Modal box - Select post ( any post type ) with most recent posts
  • Modal box - Search post ( any post type )
  • Meta box - Selected post ( any post type )
  • Meta box - Custom URL
  • Meta box - First child element
  • Meta box - SSL

انسٽاليشن

  • Put the plugin file in your plugin directory and activate it in your WP backend.
  • Go to edit a page
  • Scroll down to ‘Redirector’ meta box
  • Select a WordPress page of you installation or enter a valid URL or select the ‘first child page’

FAQ

Installation Instructions
  • Put the plugin file in your plugin directory and activate it in your WP backend.
  • Go to edit a page
  • Scroll down to ‘Redirector’ meta box
  • Select a WordPress page of you installation or enter a valid URL or select the ‘first child page’
Where can I get support or report bugs?

Please use the github to report bugs or add feature requests!

How can I activate Redirector for other post types beside pages?

Simple add the post type support for it via add_post_type_support( 'post', 'redirector' )

جائزا

جمع: سڀ 7 تبصرا پڙهو

تعاون ڪندڙ & ڊولپرز

“Redirector” اوپن سورس سافٽ ويئر آهي. ھيٺين ماڻھن ھن پلگ ان ۾ حصو ورتو آھي.

تعاون ڪندڙ

واحد: “Redirector” 1 لوڪل ۾ ترجمو ڪيو ويو آهي. ترجمي ڪندڙن جي مهرباني سندن تعاون لاءِ.

ترجمو ڪريو “Redirector” توهان جي ٻولي ۾.

ڊولپمينٽ ۾ دلچسپي؟

ڪوڊ براؤز ڪريو، چيڪ ڪريو SVN مخزن، يا رڪنيت حاصل ڪريو ڊولپمينٽ لاگ پاران RSS.

لاگ تبدیل ڪريو

3.0.1

  • Fix: Checked checkbox for no redirection
  • Fix: Prevent empty redirects
  • Fix: Compability with Cachify

3.0.0

  • Added: Search post object for post redirect type
  • Added: Redirect preview
  • Added action: redirector-update
  • Added action: redirector-modal-search-begin
  • Added action: redirector-modal-search-end
  • Added filter: redirector-recent-posts
  • Added filter: redirector-redirect-url
  • Added filter: redirector-status-code
  • Added filter: redirector-meta
  • Enhancement: New Redirector UI
  • Removed Filter: redirector_redirect
  • Removed Filter: redirector_status
  • Removed Filter: redirector_types

2.0.3

  • Added more arguements to the hooks
  • Added README.md

2.0.2

  • Filter ‘redirector_status’ added
  • Uninstall routine activated
  • Code readability increased

2.0.1

  • Enhancement: Cleanup
  • Fix: Minor typos
  • Fix: Metabox is displayed correctly on new post

2.0

  • Core function rewritten
  • Updated JS/CSS
  • Fully extendable with filters and actions
  • Custom Post Type Support
  • New redirect Method (HTTPS)
  • Moved files into folders

1.2

  • Moved the code into class

1.1

  • Proper multilanguage support
  • CSS moved to redirector.css
  • JS moved to redirector.js