google ads under full screen display

HomeSupportImage Storegoogle ads under full screen display

Tagged: , ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #52716
    FCoppola
    Participant

    I was wondering if you were thinking about having an easy way for someone to put in place google ads under the galleries so as people scrolled thru the ads would refresh and get another hit . hope i explained it right .www.thatsmyhotrod.com

    after you click on the photo and then click on one in the list you get the full screen display I would like to add ads and maybe some other social pins

    thanks

    well worth the money 🙂

    #52719
    Xpark Media
    Keymaster

    there is 3 ways to do it.

    1. create a templage for the galleries and add the code “single-ims_gallery.php or content-ims_gallery.php”

    2. use a hook to add the content at the bottom of the gallery:

     function ims_after_page_function(){
    } add_filter('ims_after_page','ims_after_page_function')

    3. enable the editor on the content type and add the code to each gallery

    function ims_gallery_post_type_function( $post_type ){
    $post_type['supports'][] = 'editor';
    return $post_type;
    }add_filter('ims_gallery_post_type', "ims_gallery_post_type_function");
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.