Find Jobs
Hire Freelancers

Wordpress show pages and parent pages content in right way

$10-70 USD

Chiuso
Pubblicato più di 5 anni fa

$10-70 USD

Pagato al completamento
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>
Rif. progetto: 17957852

Info sul progetto

7 proposte
Progetto a distanza
Attivo 5 anni fa

Hai voglia di guadagnare un po'?

I vantaggi delle offerte su Freelancer

Imposta il tuo budget e le scadenze
Fatti pagare per il lavoro svolto
Delinea la tua proposta
La registrazione e le offerte sui lavori sono gratuite
7 freelance hanno fatto un'offerta media di $53 USD
Avatar dell'utente
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 giorni
5,0 (487 valutazioni)
7,5
7,5
Avatar dell'utente
Hello. The code you shown is PHP not javascript but I can help you. Thanks
$77 USD in 1 giorno
4,9 (319 valutazioni)
7,0
7,0
Avatar dell'utente
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 giorno
5,0 (12 valutazioni)
6,2
6,2
Avatar dell'utente
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 giorno
4,9 (157 valutazioni)
6,4
6,4
Avatar dell'utente
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 giorni
4,7 (60 valutazioni)
5,7
5,7
Avatar dell'utente
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 giorno
5,0 (12 valutazioni)
3,4
3,4

Info sul cliente

Bandiera: LATVIA
Riga, Latvia
5,0
36
Metodo di pagamento verificato
Membro dal mag 20, 2011

Verifica del cliente

Grazie! Ti abbiamo inviato tramite email il link per richiedere il tuo bonus gratuito.
Non è stato possibile inviarti l'email. Riprova per piacere.
di utenti registrati di lavori pubblicati
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Caricamento anteprima
Autorizzazione per la geolocalizzazione concessa.
La tua sessione è scaduta ed è stato effettuato il log out. Accedi nuovamente per piacere.