• Earl_D

    (@earl_d)


    Can the related photos feature be used with anything other than posts? With a custom post type or page for instance?

Viewing 1 replies (of 1 total)
  • Plugin Author Jacob N. Breetvelt

    (@opajaap)

    It uses the post/page content of the current page/post and found by:

    <?php
    $pagid = wppa_get_the_id();
    $data = $wpdb->get_var( $wpdb->prepare( "SELECT post_content FROM $wpdb->posts WHERE ID = %d", $pagid ) );
Viewing 1 replies (of 1 total)
  • The topic ‘related photos feature’ is closed to new replies.