=== Page Links To === Contributors: markjaquith Donate link: https://txfx.net/wordpress-plugins/donate Tags: page, redirect, link, external link, repoint Requires at least: 4.8 Tested up to: 6.4 Stable tag: 3.3.7 Lets you make a WordPress page (or port or other content type) link to a URL of your choosing (on your site, or on another site), instead of its normal WordPress URL. == Description == This plugin allows you to make a WordPress page (or post or custom post type) link to a URL of your choosing, instead of its WordPress URL. It also will redirect people who go to the old (or "normal") URL to the new one you've chosen. **Common uses:** * Set up navigational links to non-WordPress sections of your site or to off-site resources. * Publish content on other blogs (or other services, like Medium) but have them show up in your WordPress posts stream. All you have to supply is a title and a URL. The post title will link to the content on the other site. * For store operators, you can link to products on other retailer's sites (maybe with an affiliate code) but have them show up like they're products in your store. * Create a "pretty URL" for something complicated. Say you have https://example.com/crazy-store-url.cgi?search=productId&sourceJunk=cruft ... just create a WordPress page called "My Store" and use Page Links To to point it to the ugly URL. Give people the new URL: https://example.com/my-store/ and it will redirect them! == Installation == 1. Upload the `page-links-to` folder to your `/wp-content/plugins/` directory. 2. Activate the "Page Links To" plugin. **Existing Content Usage:** 1. Edit a page (or post or custom post type). 2. Below, find the Page Links To widget, select "A custom URL", and add a URL of your choosing. 3. Optionally check the box to enable link opening in a new browser tab. 4. Save the page (or post or custom post type). 5. Done! Now that content will point to the URL that you chose. Also, if anyone had the old WordPress URL for that content, they will be redirected to the custom URL if they visit. **Creating New Page Links:** 1. Click Pages > Add New Page Link. 2. Provide a title and a destination URL. 3. Optionally provide a custom slug, which will be used in creating a local redirect URL. 4. Click Publish. == Screenshots == 1. The Page Links To meta box in action 2. The quick Add Page Link dialog. == Frequently Asked Questions == = How do I make it so that a page doesn't link to anything? I'd like to use it as a dummy container. = Just use "#" as the link. That won't go anywhere. = Can this be used to repoint categories to an arbitrary URL? = Not currently. Please contact me if you're interested in that functionality. = My links are sending me to http://myblog.com/site-i-wanted-to-link-to.com ... why? = If you want to link to a full URL, you *must* include the `http://` portion. = Can I link to relative URLs for URLs on the same domain? = Yes. Linking to `/my-photos.php` is a good idea, as it'll still work if you move your site to a different domain. == Contribute == You can contribute (or report bugs) on [Github](https://github.com/markjaquith/page-links-to/). == Changelog == = 3.3.5 = * Fix a bug that could cause new installs to constantly try to update the storage format. = 3.3.4 = * Bug fixes = 3.3.3 = * Add a SlotFill in the Block Editor, for extension. * Fix New Tab support in Internet Explorer. = 3.3.2 = * Fix a small new tab JS error. = 3.3.1 = * Fix WordPress 5.2 Block Editor (plugin will NOT be in its own panel if you're using WordPress 5.2). = 3.3.0 = * Move Block Editor UI into its own panel. * Compatibility with Elementor. * Allow posts to load in the customizer (used by some front-end editing plugins). * Allow the "open in new tab" functionality to be completely disabled with a filter. * Make "open in new tab" more reliable. = 3.2.2 = * Bug fixes * Better compat with custom post types in the Block Editor = 3.2.1 = * Bug fixes = 3.2.0 = * Block Editor improvements * Smaller build = 3.1.2 = * Customizer bug fix = 3.1.1 = * Block Editor bugfixes = 3.1.0 = * Support for the Block Editor (Gutenberg) = 3.0.1 = * Fixed a PHP warning caused by some themes = 3.0.0 = * Quick page link adding UI * External link indicator * Short URL copying * Short URL display on edit screen = 2.11.2 = * Newsletter = 2.11.1 = * Restore PHP 5.3 compatibility, broken in 2.11.0 = 2.11.0 = * Code cleanup = 2.10.4 = * New screenshot and assets = 2.10.3 = * Fix readme.txt = 2.10.2 = * Fix bug in Internet Explorer = 2.10.1 = * Version bump = 2.10.0 = * Switch to ES6 and Babel from CoffeeScript * Remove jQuery as front-end requirement * Bump supported version = 2.9.10 = * Bump supported version = 2.9.9 = * Back out jQuery protection code that causes issues on some sites = 2.9.8 = * Added a Russian translation * Maintain a reference to WordPress' jQuery version * Modernize build tools = 2.9.6 = * Fixed an issue with redirects that have `@` in the URL * Fixed issues with setting and displaying custom URLs for attachments = 2.9.5 = * Made relative URLs absolute in redirects * Fixed a potential PHP warning * Registered the metadata fields for better XML-RPC integration = 2.9.4 = * Add Hungarian translation. = 2.9.3 = * Only rely on an internal cache for `wp_list_pages()` processing, and time-limit the cache. * Work around some weird edge cases = 2.9.2 = * Restore WordPress 3.4.x functionality. = 2.9.1 = * Fix a redirection bug in 2.9 = 2.9 = * Respect "open in new tab" setting in more custom situations, like custom loops and widgets. * Add unit tests * Massive code refactoring * Added translations for: Spanish, Catalan, French. = 2.8 = * Added translations for: Swedish, Hebrew. = 2.7.1 = * Fix an array bug = 2.7 = * Fix a PHP notice * Use JS to open links in an external window, even outside of nav menus * Completely revamped UI * Several translations = 2.6 = * Proper linking for custom post types (insead of just a 301). * Fixed a bug that prevented links from opening in a new window. * Notifies people when they are editing content that uses this plugin. * Removed the option to set redirection type. Always 301, now. * Removed some PHP4 and WP 2.8 back compat stuff. = 2.5 = * Allow all show_ui post types to use the meta box. * Introduce a filter so a plugin can remove a post type from the list. * Target filtering for WordPress nav menus. * Silence some PHP notices. Props Ross McKay, Bill Erickson. = 2.4.1 = * Fixed typo that was preventing 302 redirects from working. props Ryan Murphy. * Fixed a random PHP notice = 2.4 = * Rewrote using Singleton best practices * Fixed a regex bug that could break current menu highlighting. props skarab = 2.3 = * Fixed a bug with current menu item highlighting = 2.2 = * Cleanup * compatibility tweaks to interoperate with a few other plugins * prompt http:// and auto-add it if a URL starts with "www." = 2.1 = * WordPress MU compatibility for when `switch_to_blog()` is used... it now uses `$blog_id` to keep their caches from stomping on each other = 2.0 = * Allow one-character URLs so that things like "#" (dummy link) are possible = 1.9 = * Fixed "open in new window" functionality Hydratants & crèmes – Derphacos – Parapharmacie en ligne https://derphacos.shop Parapharmacie et dermocosmetique en Algerie. Paiement a la livraison, confirmation par telephone. Fri, 11 Sep 2026 09:44:45 +0000 fr-FR hourly 1 https://wordpress.org/?v=7.1 Embryolisse Lait-Crème Concentré 75 ml https://derphacos.shop/product/embryolisse-lait-creme-concentre-75-ml/ Thu, 10 Sep 2026 07:59:33 +0000 https://derphacos.shop/?post_type=product&p=12613 Crème visage hydratante et émolliente aux actifs d’origine naturelle. Peut servir de base de maquillage, de masque ou de démaquillant. Convient à toutes les peaux, même sensibles.

]]>
Weleda Skin Food Crème 75 ml https://derphacos.shop/product/weleda-skin-food-creme-75-ml/ Thu, 10 Sep 2026 07:59:33 +0000 https://derphacos.shop/?post_type=product&p=12624 Crème riche qui répare les zones très sèches du visage et du corps. À base d’extraits de plantes biologiques, elle restaure la souplesse de la peau. S’utilise en couche fine ou en masque.

]]>
Noreva Aquareva Crème hydratante 24H Riche https://derphacos.shop/product/noreva-aquareva-creme-hydratante-24h-riche/ Sat, 08 Mar 2025 23:37:41 +0000 https://derphacos.shop/?post_type=product&p=3376 Pourquoi ?
Ouvrir
HYDRATE – APAISE – ILLUMINE

La Crème hydratante 24H Aquareva® à la texture riche
hydrate intensément la peau du visage pendant 24H, apaise les tiraillements et illumine le teint des peaux sèches et déshydratées.

Dédiée aux peaux déshydratées, sèches et très sèches, Aquareva® Crème hydratante riche hydrate en profondeur l’épiderme, nourrit la peau tout en procurant un confort immédiat et durable. Sa texture onctueuse et délicatement parfumée procure un plaisir d’utilisation et un bien-être incomparables. Ressourcée et visiblement repulpée, la peau retrouve douceur, souplesse et luminosité dès la première application.

Des résultats cliniquement prouvés sur les peaux déshydratées, sèches à très sèches :

Hydratation 24H
100% peau hydratée et nourrie
100% peau souple et confortable
Mesures cornéométriques et auto-évaluation, 23 volontaires.

Comment ?
Ouvrir
Une formule ultra-originale avec des perles d’eau des glaciers hydratantes par un apport d’eau riche en minéraux et de l’acide hyaluronique pour hydrater la peau. Cette formule a également été enrichie avec notre actif Hydrastim 4C, un actif biomimétique nourrissant et hydratant ainsi qu’avec du beurre de mangue nourrissant et hydratant, pour une formule adaptée aux peaux sèches à très sèches.

Les + produit :
– 24h d’hydratation
– Texture onctueuse au fini non gras
– Parfum délicat

Conseils d’utilisation
Ouvrir
Appliquer le matin sur une peau préalablement nettoyée.

]]>
Noreva Aquareva Crème hydratante 24H Légère https://derphacos.shop/product/noreva-aquareva-creme-hydratante-24h-legere/ Sat, 08 Mar 2025 23:33:54 +0000 https://derphacos.shop/?post_type=product&p=3372 Pourquoi ?
Ouvrir
HYDRATE – APAISE – ILLUMINE

La Crème hydratante 24H Aquareva® à la texture légère hydrate intensément la peau du visage pendant 24H, apaise les tiraillements et illumine le teint des peaux déshydratées.

Aux perles d’eau des glaciers. Dédiée aux peaux normales à mixtes déshydratées. Hautement concentrée en hydrastim 4C et en complexe hydro-essentiel, Aquareva® Crème Légère pénètre instantanément, ressource et hydrate votre peau en profondeur, illumine votre teint et procure un confort immédiat et durable. Sa texture fine et veloutée laisse la peau souple et douce.

Des résultats cliniquement prouvés sur les peaux déshydratées :
Hydratation 24H
100% peau apaisée, hydratée, souple et confortable
100% absence de film gras sur la peau

Mesures cornéométriques et auto-évaluation, 23 volontaires.

Comment ?
Ouvrir
Une formule ultra-originale avec des perles d’eau des glaciers hydratantes par un apport d’eau riches en minéraux, de l’acide hyaluronique pour hydrater la peau. Cette formule est également complétée par notre actif Hydrastim 4C, un actif biomimétique nourrissant et hydratant et notre actif Phytosebum nourrissant, spécifiquement adapté aux peaux normales à mixtes.

Les + produit :
– 24h d’hydratation
– Texture fine et veloutée
– Parfum délicat

Conseils d’utilisation
Ouvrir
Appliquer le matin sur une peau préalablement nettoyée.

]]>
ROSAKALM Crème anti-rougeurs https://derphacos.shop/product/rosakalm-creme-anti-rougeurs/ Tue, 04 Mar 2025 23:04:31 +0000 https://derphacos.shop/?post_type=product&p=3320 Cette crème soulage les sensations de tiraillements et d’échauffement des peaux sensibles et réactives sujettes aux rougeurs immédiatement et durablement.

Soin apaisant et hydratant des peaux réactives

Idéal pour : Réactives et sensibles
Texture : Crème riche
Quand ? : À tout moment de la journée, quand les irritations se font sentir
Soulage immédiatement et durablement les tiraillements et échauffements
Tube 40ml

]]>
BIOLOGY Crème riche dermatologique hydratante https://derphacos.shop/product/biology-creme-riche-dermatologique-hydratante/ Mon, 03 Mar 2025 23:15:56 +0000 https://derphacos.shop/?post_type=product&p=3269 La peau fragile est moins résistante face aux agressions extérieures (pollution, tabac, calcaire, climatisation, stress…). La barrière cutanée et le film hydrolipidique sont altérés.
Développée pour hydrater et rééquilibrer ces peaux fragiles sèches, la crème riche dermatologique hydratante est un soin visage unique et innovant, à la fois dermatologique et certifié BIO.
Sa texture onctueuse et fraiche hydrate pendant 24h¹ et renforce la barrière cutanée grâce aux deux actifs phares de la gamme BIOLOGY : la Sève* d’Avoine Rhealba® BIO qui rééquilibre et hydrate et l’Extrait de Florin d’Or connu pour son action anti-pollution.
Testée sur peaux allergiques, sans parfum ni huile essentielle et non comédogène, sa formule à 99% d’origine naturelle et certifiée BIO ne comprend que les ingrédients essentiels pour assurer une tolérance optimale, dans le plus grand respect des peaux fragiles. Parfaitement hydratée, la peau retrouve équilibre, confort et éclat.
Avoine Rhealba® issue de l’agriculture biologique.
Info Vegan : sans ingrédient d’origine animale.

Avantage
Sans parfum, ni huile essentielle, la crème riche dermatologique hydratante peut être utilisée seule ou mélangée aux autres soins dermatologiques BIOLOGY pour un soin sur-mesure.

Bénéfices
• HYDRATE : riche en Sève¹ d’Avoine Rhealba® BIO, actif breveté* au pouvoir hydratant (booste de +83 % la production naturelle d’Acide Hyaluronique**), la crème riche hydratante offre une hydratation 24h*.
• RÉÉQUILIBRE : la Sève¹ d’Avoine Rhealba® BIO rééquilibre grâce au maintien des minéraux essentiels de la peau (calcium et magnésium). Le rôle protecteur de la barrière cutanée est renforcé et la crème riche dermatologique BIOLOGY participe à l’équilibre du microbiome.
• RENFORCE : hydratée et rééquilibrée, la barrière cutanée est fonctionnelle et retrouve pleinement son rôle protecteur.

]]>
BIOLOGY Crème légère dermatologique hydratante https://derphacos.shop/product/biology-creme-legere-dermatologique-hydratante/ Mon, 03 Mar 2025 23:13:12 +0000 https://derphacos.shop/?post_type=product&p=3267 La peau fragile est moins résistante face aux agressions extérieures (pollution, tabac, calcaire, climatisation, stress…). La barrière cutanée et le film hydrolipidique sont altérés. Développée pour hydrater et rééquilibrer ces peaux fragiles normales à mixtes, la crème légère dermatologique hydratante est un soin visage unique et innovant, à la fois dermatologique et certifié BIO.
Sa texture légère et fraiche hydrate pendant 24h¹ et renforce le rôle protecteur de la barrière cutanée grâce aux deux actifs phares de la gamme BIOLOGY : la Sève* d’Avoine Rhealba® BIO, aux propriétés rééquilibrantes et hydratantes et l’Extrait de Florin d’Or connu pour ses propritétés anti-pollution.
Testée sur peaux allergiques, sans parfum ni huile essentielle et non comédogène, sa formule à 99% d’origine naturelle et certifiée BIO ne comprend que les ingrédients essentiels pour assurer une tolérance optimale, dans le plus grand respect des peaux fragiles. Parfaitement hydratée, la peau retrouve équilibre, confort et éclat.
Avoine Rhealba® issue de l’agriculture biologique.
Info Vegan : sans ingrédient d’origine animale.

Avantage
Sans parfum, ni huile essentielle, la crème légère dermatologique hydratante peut être utilisée seule ou mélangée aux autres soins dermatologiques BIOLOGY pour un soin sur-mesure.

Bénéfices
• HYDRATE : riche en Sève¹ d’Avoine Rhealba® BIO, actif breveté* au pouvoir hydratant (booste de +83 % la production naturelle d’Acide Hyaluronique**), la Crème légère hydratante offre une hydratation 24 h¹.
• RÉÉQUILIBRE : la Sève¹ d’Avoine Rhealba® BIO rééquilibre grâce au maintien des minéraux essentiels de la peau (calcium et magnésium). Le rôle protecteur de la barrière cutanée est renforcé et la crème légère dermatologique BIOLOGY participe à l’équilibre du microbiome.
• RENFORCE : hydratée et rééquilibrée, la barrière cutanée est fonctionnelle et retrouve pleinement son rôle protecteur.

]]>