Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PROBLEM Ugly and defect link in h1 after update
#9
@shawn_a I think it's get_page_title. Since 3.3.6: https://github.com/GetSimpleCMS/GetSimpl...ssues/1046

@Hypertexter
If you want to use html in titles, in your template change
Code:
<?php get_page_title(); ?>
by
Code:
<?php echo html_entity_decode(get_page_title(false)); ?>

(Though it may be better checking for the blog slug and rendering the link...)
Reply


Messages In This Thread
RE: Ugly and defect link in h1 after update - by Carlos - 2016-08-19, 17:24:17



Users browsing this thread: 1 Guest(s)