Support Forum

Remove Page Title Completely

AM Andrew Mason
Andrew Mason
Member
  • smallgroupchurches.com/forum
  • WP Version 4.4
  • WP Theme Fullby Premium Version 1.5.4
  • SP Version 5.6.1
  • SP Theme: Reboot-Orange-Desktop 1.0.6 CSS Generated

Right now, the page title “Forum” appears at the top of my Simple-Press forum. When I uncheck “Remove Page Title Completely” in General Display Settings it also removes the word Forum from the top Navigation menu.

I’d like to remove it from the Simple-Press page (eliminating white space) while retaining the word in the top Navigation menu. Is there a way to do this?

Note: I do not have the problem with the mobile CSS version.

1 Answer

New Answer

MP Mr Papa
Mr Papa
Member

unfortunately, its not us putting that title there… its your wp theme… its putting page titles on all your pages…

you have couple options…

create a wp custom page template for the forum page and remove the wp display of the title on that page…  see:  https://developer.wordpress.org/themes/template-files-section/page-template-files/page-templates/ or http://www.smashingmagazine.com/2015/06/wordpress-custom-page-templates/

or just hide it via css:

.page-id-14 .sing-tit-cont { display:none; }