Cara Menampilkan Total Postingan Bagaimana ya Kang? #224
Answered
by
taufik-nurrohman
yuliakbard
asked this question in
Q&A
-
kang bagaimana cara menampilkan total postingan keseluruhan pada sebuah halaman |
Beta Was this translation helpful? Give feedback.
Answered by
taufik-nurrohman
Jun 24, 2022
Replies: 1 comment
-
Coba: echo $pages->parent->count(); Atau: // 1 directory level
echo q(g(dirname($page->path), 'page');
// Recursive
echo q(g(dirname($page->path), 'page', true); |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
yuliakbard
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Coba:
Atau: