Tagged Questions
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" ?? ...