Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
One-Page-Template-> automatically include new pages in a div
#35
Try changing this:
Code:
$pag = $page['url'];
by this:
Code:
$pag = $page['meta'] == "" ? $page['url'] : $page['meta'];

[edit] But... this will not make any redirect. You should change the menu for that, not the content...
Reply


Messages In This Thread
RE: One-Page-Template-> automatically include new pages in a div - by Carlos - 2017-03-16, 01:47:47



Users browsing this thread: 2 Guest(s)