Tagged Questions
1
vote
0answers
52 views
Parent/child pages and link structure the right way
I've always wondered what's the best way to achieve the following with pages.
Say I have a (part of a menu) that looks like this:
What we do
Design websites
Develop websites
SEO
The 'What we ...
0
votes
1answer
95 views
child pages from home (or main) page [closed]
How do I create child pages which WP recognises (so I can use the $wpdb->get_results() function in them), and which I can display from my main/home page.
Would I then use normal a href="some url" ?? ...