Deprecated: Function get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /var/www/html/wp-includes/functions.php on line 5383

Reply To: Centering blog heading & removing page heading

New Front EN Support Forums Sensei Theme Support Centering blog heading & removing page heading Reply To: Centering blog heading & removing page heading

#894
mmsatori
Keymaster

Dear Kari,

to center the top-level headings and remove the post headings, please insert this code into style.css (go to “Appearance -> Editor”, this file should be opened by default:

#blog-header { text-align: center !important; } .blog .post-header { display: none; }

To remove the “Home” header on the front page, just leave blank the heading field in the page editor mode.

To get rid of the second pager (I cannot say exactly why it appears by just looking at the front-end code without access to the backend), please download this archive from my repository, unzip it, and upload the files in the following locations:

“pager.php” – into /wp-content/themes/Sensei/includes/pager/
“index.php” – into /wp-content/themes/Sensei/

Sincerely,
Andrew | Satori