navi
Forum Replies Created
Viewing 7 replies - 1 through 7 (of 7 total)
-
Forum: Fixing WordPress
In reply to: How to show list of pages in template ?Is there any solution ?
Forum: Fixing WordPress
In reply to: How to show list of pages in template ?Sorry, its not working 🙁
Giving out all pages (child and parent), i want parent pages only.Forum: Fixing WordPress
In reply to: How to show list of pages in template ?And i don’t want sub pages too 🙁
Forum: Fixing WordPress
In reply to: How to show list of pages in template ?superb, it worked.
But can we remove the trailing slash from slug ?
Currently its giving output like:- page-slug/
I did it myself by adding a line:
$page_slug = str_replace(‘/’, ”, $page_slug );
Now the problem is of disabling child pages only.Forum: Fixing WordPress
In reply to: How to show list of pages in template ?Could you please elaborate what arguments to use as per my need ?
<?php get_pages(); ?>
Forum: Fixing WordPress
In reply to: rename/ move themes folderSo….this is not possible ?
Please help us.Forum: Fixing WordPress
In reply to: Disable Comments RSS Feed in wp_headi am also getting error with punky’s code
Fatal error: Call to undefined function add_filter()
Viewing 7 replies - 1 through 7 (of 7 total)