Skip Navigation

This is the technical support forum for WPML - the multilingual WordPress plugin.

Everyone can read, but only WPML clients can post here. WPML team is replying on the forum 6 days per week, 22 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 -
- 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 -

Supporter timezone: Asia/Ho_Chi_Minh (GMT+07:00)

This topic contains 1 reply, has 2 voices.

Last updated by Long Nguyen 1 year, 11 months ago.

Assisted by: Long Nguyen.

Author Posts
July 7, 2023 at 12:34 am #13963475

cristobalG-3

Hi
I want that, by default, the page titles of all the pages and posts be hidden (not shown). I achieve that by disabling the page title, in the Page Settings section of Gutenberg. It is working fine with the English original version, but I don't know how to make that the translated version (Spanish) follow the rule.

I reviewed these questions in the forum but they are not clear on how they solved the issue. There are other threads not resolved.
https://wpml.org/forums/topic/hide-page-title/
https://wpml.org/forums/topic/unable-to-hide-the-page-title-on-the-translated-pages/

What is the link to your site?
hidden link

Thanks,

July 7, 2023 at 7:25 am #13964921

Long Nguyen
WPML Supporter since 02/2022

Languages: English (English )

Timezone: Asia/Ho_Chi_Minh (GMT+07:00)

Hi Cristobal,

Thank you for contacting WPML support, I'd be happy to help you with this issue.

I'm not sure how you hide the page title on your site. On the frontend, simply, you can add the CSS code below to Appearance > Customize > Additional CSS, to hide it in the Spanish language.

html[lang=es-ES] .page-title {
    display: none;
}

html[lang=es-ES] .entry-content {
    margin: 0;
}

You can read more in this article hidden link

Look forward to your reply.
Thanks

The topic ‘[Closed] unable to hide the page title on the translated pages or posts II’ is closed to new replies.