Set a Parent to another attachment page
-
Hello,
Can you set the parent of an image to be another image?
So I have an Attachment Page with the full size image, Description, and some additional story text info:
https://www.mydomain.com/?attachment_id=3715
and Inside that page there is also a link taking user to:
https://www.mydomain.com/?attachment_id=3457
I would like user to be able to connect back from 3457 to 3715. For example in the twentyfourteen wp theme there is a code that shows and links back to the parent:
post_parent ) ); ?>” rel=”gallery”><?php echo get_the_title( $post->post_parent ); ?>
From what I can tell from within Media Library Assistant I can set a parent to a Page or Post but not another attachment page?
Thanks!
- The topic ‘Set a Parent to another attachment page’ is closed to new replies.