i3mmaria
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Cannot Hide Page TitleYou can either use a plugin to hide page titles or add the code below to your CSS editor.
For the main pages:
.entry-header .entry-title{ display: none; } -OR- h1.entry-title{ display: none; }For the sub pages:
h1.page-title{ display: none; }Forum: Developing with WordPress
In reply to: Remove Widget AreaHi @kellynguyen404,
I think you already solved it on your own? I just checked your blog and I can’t see the items or widget area you want to remove. The footer section looks fine and all good.
View post on imgur.com
Forum: Fixing WordPress
In reply to: Migration site to subdomainHi @endees,
You can check this link on how to properly move or migrate your wordpress website, https://ww.wp.xz.cn/documentation/article/moving-wordpress/
Forum: Fixing WordPress
In reply to: Locked out of my websiteHi batami,
If you can’t access your wordpress admin and if password reset is not working, I think the only way to retrieve the log in details is via cpanel.
If you are using hostgator, here’s a link on how to reset your wordpress password https://www.hostgator.com/help/article/how-to-reset-wordpress-password
Via phpMyAdmin, you will also be able to confirm/change the email and password.
Hope this helps.