Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author David Aguilera

    (@davilera)

    Hi!

    This is probably because of the mobile theme you’re using. You need to look a WPTouch’s theme and see how featured images are inserted there. I guess the file you need to check is single.php, but the theme author might have used an auxiliary function/file for echoing featured images.

    Anyway, if you’re not seeing the featured image, is because the theme doesn’t use WordPress’ built-in function (get_)the_post_thumbnail, but a combination of wp_get_attachment_image_src and get_post_thumbnail_id. If you find where those are used, you should be able to fix them.

    For instance, a few weeks ago I helped another user solve a similar issue. Take a look at his support thread, for it contains an example of the problem and a possible solution.

    Let us know if this helped!

    Plugin Author David Aguilera

    (@davilera)

    After two weeks of inactivity, I’m marking this topic as resolved.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Problem with WPtouch Mobile Plugin’ is closed to new replies.