Search found 10 matches
- Tue May 30, 2023 1:10 pm
- Forum: General
- Topic: Static home page and blog via a menu item ?
- Replies: 20
- Views: 285
Re: Static home page and blog via a menu item ?
ahhh ok thx
- Tue May 30, 2023 12:37 pm
- Forum: General
- Topic: Static home page and blog via a menu item ?
- Replies: 20
- Views: 285
Re: Static home page and blog via a menu item ?
hm ok, so there is no way to read the title from a static page?
- Tue May 30, 2023 9:49 am
- Forum: General
- Topic: Static home page and blog via a menu item ?
- Replies: 20
- Views: 285
Re: Static home page and blog via a menu item ?
okey and what is the title from static page?
- Mon May 29, 2023 6:16 pm
- Forum: General
- Topic: Static home page and blog via a menu item ?
- Replies: 20
- Views: 285
Re: Static home page and blog via a menu item ?
the news.php is for the slug "blog"
- Sun May 28, 2023 3:31 am
- Forum: General
- Topic: Static home page and blog via a menu item ?
- Replies: 20
- Views: 285
Re: Static home page and blog via a menu item ?
<section class="page-header"> <div class="container"> <div class="row justify-content-center"> <div class="col-lg-7 col-md-9"> <div class="cont text-center"> <h1 class="mb-10 color-font"><?php echo $page->title(); ?></h1> <?php if ($page->...
- Sat May 27, 2023 6:08 pm
- Forum: General
- Topic: Static home page and blog via a menu item ?
- Replies: 20
- Views: 285
Re: Static home page and blog via a menu item ?
in the template index.php have i this code: <?php if ($WHERE_AM_I == 'page') { if ($page->isStatic()) { if ($page->category('nav-games') && !$page->isParent()) { include(THEME_DIR_PHP.'static-games.php'); } elseif($WHERE_AM_I == 'home' or $page->slug() === 'home') { include(THEME_DIR_PHP.'ho...
- Fri May 26, 2023 5:08 pm
- Forum: General
- Topic: Static home page and blog via a menu item ?
- Replies: 20
- Views: 285
Re: Static home page and blog via a menu item ?
send it via PM to you
- Fri May 26, 2023 3:06 pm
- Forum: General
- Topic: Static home page and blog via a menu item ?
- Replies: 20
- Views: 285
Re: Static home page and blog via a menu item ?
i have similar issue on the home site,
but my blog site have always the last blog entry as titel insted the static page title.
se picture:
but my blog site have always the last blog entry as titel insted the static page title.
se picture:
- Wed May 24, 2023 4:20 pm
- Forum: Themes
- Topic: get profilePicture from site creator
- Replies: 2
- Views: 66
Re: get profilePicture from site creator
Nice Thx this working,
now i understand a litle bit more how i can extract values
now i understand a litle bit more how i can extract values
- Mon May 22, 2023 1:04 pm
- Forum: Themes
- Topic: get profilePicture from site creator
- Replies: 2
- Views: 66
get profilePicture from site creator
Hey,
How can I retrieve the user profile picture of the person who created the page or blog entry?
this do not work:
and this also not working
btw: I'm a newbie when it comes to PHP.
How can I retrieve the user profile picture of the person who created the page or blog entry?
this do not work:
Code: Select all
<?php echo $user->profilePicture() ?>
and this also not working
Code: Select all
<?php $users->keys('profilePicture') ?>