Find Jobs
Hire Freelancers

Wordpress show pages and parent pages content in right way

$10-70 USD

Closed
Posted over 5 years ago

$10-70 USD

Paid on delivery
I have Wordpress website were I have added multiple pages, subpages and third level pages. Now I need to display them on page. Below is javascript which i used to fetch categories. $allServices = $my_wp_query->query($allServicesArg); $serviceParentNames = array(); foreach ($allServices as $service) { $parentPostName = get_post($service->post_parent)->post_name; $serviceParentNames[$parentPostName] = true; $services[$parentPostName] = $services[$parentPostName] ?: array(); array_push($services[$parentPostName], $service); } $level1 = array(); $pages = array( 'numberposts' => '-1', 'post_type' => 'page', 'meta_key' => '_wp_page_template', 'meta_value' => 'page-templates/[login to view URL]', 'post_status' => 'publish', ); foreach (get_posts($pages) as $page) { $level1[$page->post_name] = $page; } $level2 = array(); foreach ($level1 as $level_1_page) { foreach (get_childs($level_1_page->ID) as $level_2_page) { if (isset($serviceParentNames[$level_2_page->post_name])) { $level2[$level_1_page->post_name] = $level2[$level_1_page->post_name] ?: array(); array_push($level2[$level_1_page->post_name], $level_2_page); } } // Remove empty categories if (!isset($level2[$level_1_page->post_name])) { unset ($level1[$level_1_page->post_name]); } } Below is my HTML which should be filled <div class="col-holder"> <strong class="heading"> <a href="#">Level 2 Menu</a> </strong> <ul class="submenucat"> <li><a href="#">Level 3 Link</a></li> </ul> </div>
Project ID: 17957852

About the project

7 proposals
Remote project
Active 5 yrs ago

Looking to make some money?

Benefits of bidding on Freelancer

Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
7 freelancers are bidding on average $53 USD for this job
User Avatar
Hi, By the way code you shared is PHP code not JavaScript code anyways I can show the multilevel pages (normal, subpage and third level) on one page as links, from there all pages can be opened.
$61 USD in 2 days
5.0 (487 reviews)
7.5
7.5
User Avatar
Hello. The code you shown is PHP not javascript but I can help you. Thanks
$77 USD in 1 day
4.9 (319 reviews)
7.0
7.0
User Avatar
Hi there, why are you getting the list of categories from the posts? You need to query up to down (not down to up - from post to category). Do you have a nested category structure too? sub category under category. Have you got any output from your code? Looking forward to hear from you. Thank you
$70 USD in 0 day
5.0 (12 reviews)
6.2
6.2
User Avatar
Hi there, Thanks for the project. I am an experienced WordPress developer and i read and understood your requirements. I am available and ready to take up your project and ensure delivery to your expectations. Regards
$50 USD in 1 day
4.9 (157 reviews)
6.4
6.4
User Avatar
Hello how are you? Over 60 projects successfully completed. Hi mfrolovs! Please Send me a message so that we can discuss more about this project
$45 USD in 5 days
4.7 (60 reviews)
5.7
5.7
User Avatar
HEY, ITS NOT CLEAR IF YOU ARE ASKING FOR A CHANGE OR YOU NEED ANY HELP WITH YOUR CODE. ANYWAY WE CAN DISCUSS AND FIX THIS NOW. THANKS FOR CONSIDERING.
$25 USD in 0 day
5.0 (12 reviews)
3.4
3.4

About the client

Flag of LATVIA
Riga, Latvia
5.0
36
Payment method verified
Member since May 20, 2011

Client Verification

Thanks! We’ve emailed you a link to claim your free credit.
Something went wrong while sending your email. Please try again.
Registered Users Total Jobs Posted
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Loading preview
Permission granted for Geolocation.
Your login session has expired and you have been logged out. Please log in again.