How to add Site Title and Tag line

dtalbot2
1 Posts
dtalbot2 posted this 06 February 2019
Ask a Question

How do I position the site title and tagline in the header for the theme? Then how do I format them?

How do I position the site title and tagline in the header for the theme? Then how do I format them?
Vote to pay developers attention to this features or issue.
1 Reply
Order By: Standard | Newest
Support Team
Support Team posted this 07 February 2019

Hi,

Nicepage Headline control displays Site title. if you want to display Tagline please try adding PHP control with the following code to the desired position where you want this text to appear:
<?php bloginfo( 'description' ); ?>

This should help.

...................................................
Sincerely,
Olivia
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi, Nicepage Headline control displays Site title. if you want to display Tagline please try adding PHP control with the following code to the desired position where you want this text to appear: `<?php bloginfo( 'description' ); ?>` This should help. ................................................... Sincerely, Olivia Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp

Last edited 07 February 2019 by Support Team

You must log in or register to leave comments