Home › Forums › Gravida Support › Blog page title
- This topic has 10 replies, 2 voices, and was last updated 6 years ago by
Forum Moderator.
-
AuthorPosts
-
May 11, 2017 at 9:48 am #71900
Hi there,
How do i show the page title on the blog page. I use the template: “Blog Right Sidebar”.
Do i have to add <h1 class=”postitle entry-title”><?php the_title(); ?></h1> in a .php file somewhere? (which file..)
thnx!
May 11, 2017 at 10:51 am #71909Hi,
Kindly show us your website URL so that we can assist further.
Regards,
BradMay 11, 2017 at 11:33 am #71912lbbinternational.com (unlock rightside)
login: user:temporary
pass: JxwAmEa6a$LIpOwcLDGxIspl–> http://lbbinternational.com/recent-publications/
May 11, 2017 at 11:51 am #71913Hi,
Kindly edit theme-folder/templates/blog_template.php goto line number 31 and add below code just after the center class div.
<h1 class=”postitle entry-title”><?php the_title(); ?></h1>
Regards,
BradMay 11, 2017 at 12:05 pm #71916thnx!
May 11, 2017 at 12:21 pm #71920mm now the first letter isn’t colored..
May 15, 2017 at 6:48 am #72075Hi,
Your website is locked.
Kindly show us your username and password to unlock.
Regards,
BradMay 15, 2017 at 7:06 am #72077login: user:temporary
pass: JxwAmEa6a$LIpOwcLDGxIspl–> http://lbbinternational.com/recent-publications/
May 15, 2017 at 9:54 am #72095Hi,
Kindly use this code:
<h1 class="postitle entry-title"><?php the_title(); ?></h1>
Regards,
BradMay 22, 2017 at 7:13 pm #73000thnx! so the problem was in the quotation mark type?..
May 23, 2017 at 5:01 am #73029Yes
-
AuthorPosts
- You must be logged in to reply to this topic.