Need some help with PHP

by 1 replies
2
I'm trying to add multiple featured images to the top of my wordpress blog posts using a plugin called "Dynamic Featured Image".

With the plugin installed, I'm able to add multiple featured images in the new posts section:

Attachment 24519

but after doing that, I'm supposed to add a php snippet to my single.php.

My theme doesn't have a single.php so I created one hoping it would work. But no luck.

Here's an example page >> Floyd

any ideas?
#programming #php
  • Your theme might be child theme since it really should have a single.php. If it is, copy the single.php from the parent theme insert your code into that.

Next Topics on Trending Feed

  • 2

    I'm trying to add multiple featured images to the top of my wordpress blog posts using a plugin called "Dynamic Featured Image". With the plugin installed, I'm able to add multiple featured images in the new posts section: