• Resolved Hamada Hussein

    (@hamadaboss)


    Hello,
    Good day. I have raised a similar topic earlier, but got no good answer!
    The page, or the archive page, or whatever can be the name of this “Trips” landing thing that says “Trips” as a title, and under it the word “description” is written, and I do not know how to add the proper description, remove or edit it. This is so annoying especially when it appears under many URLs and negatively affects the SEO. And it has nothing to do with the theme.
    How can I control these bugging things?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello @hamadaboss,

    We would like to apologize for the trouble.

    The naming “Trips” as you have mentioned can be changed. You can change the naming of the archive page as you want and for this you can refer to below-given link.

    https://wptravel.io/how-to-change-the-url-for-the-trips-archive-page/

    As for the description, it comes from the theme not from the plugin so the plugin does not have the option to either edit or remove the “Description” text.

    But if you want to remove the description text then you can add below given CSS by going to Admin panel > Appearance > Customize > Additional CSS.

    .taxonomy-description {
        display: none;
    }

    Hope this helps.

    If you have any issues further then please post then directly in our official support forum.

    Thank you

    Thread Starter Hamada Hussein

    (@hamadaboss)

    Thank you for your reply. Indeed, the word “trips” is not in my permalinks, I use the word “Tours” for trip base permalink, and I have no idea where this ” Trips page come from”!!
    Also, thank you for the CSS code, but it hides all descriptions of all taxonomies which is something deferent than what I mentioned in my question.
    I think the “Trips” word is the title of the search results page!! If you please point me where I should look to modify this and change the word Trips, and also add the proper description to it.
    Thanks.

    Thread Starter Hamada Hussein

    (@hamadaboss)

    I hide most of the taxonomies from search engines, and I use pages instead and map the links properly to redirect to each taxonomy, this way I can avoid most of the nonsense archive and taxonomy pages that I can not control, but I do this with around 95% of the content, and around 5% left as is, because I just can not use page instead of it, like the search results page.

    Hello @hamadaboss,

    If you only want to remove the description from the trip page then please add below-given CSS.

    .post-type-archive-itineraries .taxonomy-description {
        display: none;
    }

    As for the URL, you can only change it but cannot be removed.

    For any query/confusion, please post them in our official support forum.

    Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘I can’t accept having archive pages withou controlling the description!’ is closed to new replies.