BUILDING THE FINANCIAL

Last updated: June 15, 2025, 21:17  |  Written by: Joseph Lubin

Building The Financial
Building The Financial

After I Made My Site

After I made my site go live, I realized that one of the page url’s carried the words “__trashed-2/” on the end. It is a child page under a drop down menu and does not

Using WordPress ‘add_trashed_suffix_to_trashed_posts’ PHP filter

Published posts get `__trashed` in their URLs

There Is Created A Redirect

Solución rápida para el error __trashed 2 en tu página web:

A Wordpress site of mine seems to have changed some of my pages permalinks by adding __trashed after the slug. Note that not all pages are affected, neither do other post types.

There is created a redirect from /software/ to /yoast-seo-platforms/ which works correctly. However, if there is a live page in the deleted section, 'trashed' is added to the

The

The 'add_trashed_suffix_to_trashed_posts' PHP filter in WordPress adds a suffix to trashed posts' slugs, preventing conflicts with existing post URLs.

Filters whether or not to add a __trashed suffix to trashed posts that match the name of the updated post.

add_trashed_suffix_to_trashed_posts – Hook

The Only

How did all these extra words start appearing in this URL?

Bug: Restoring a trashed post still contains “__trashed - GitHub

The only “solution” for now is to manually remove “__trashed” from the permalink of the posts that get it. That’s not optimal for obvious reasons. WordPress and our

Hi Sleepiergirl

Wordpress permalinkslug changed page to page__trashed

How do I get rid of the word trashed in the url

Hi sleepiergirl, I was able to reproduce this issue at my end. Here’s what I did. 1. I create a page and Named it “our team” 2. Then I created another page “Testslug” and

Restoring A Page Or Post

Restoring a page or post from the bin sets the URL to __trashed. Editing a draft page the URL follows the renaming of the post title. Once the page, or post, is published

WordPress Web Page Showing as __trashed VNTweb

Si te encuentras con el problema de que tu página web muestra un mensaje de error «__trashed 2» y no está disponible, no te preocupes, ¡aquí te presento una solución

Slug Text Remains

Slug text remains “__trashed” after restoring. I tested this using the same steps I outlined in wordpress-mobile/WordPress-iOS (comment), with the same results. Am I

Trashed page is shown in URL and is linked in breadcrumbs 9530

Joseph Lubin can be reached at [email protected].

Comments