wordpress / php help
wordpress / php help
Out of context: Reply #8
- Started
- Last post
- 30 Responses
- Jacque0
Is this submissions page a sub-page of a page titled "second-events-test"?
If so, you could use something like:
if ($post->post_parent) {
$foo = get_the_title($post->post_parent...
}... to get the pages parent (if one exists).