Feature image for Slider - how to use them for WordPress

Hi All,

I’m still new with Wordpresss and I dont have any technical skills. I hope you can help me.
I have already tried several options for fixing my site based on what I read from the previous posts. heres my site www.cebutravelagency.com

Problem
1.) Featured image is not working. Only one image will appear and the rest is blank.
2.) I want to remove the footer “Theme by Colorlib Powered by WordPress”

Solutions that I did.
1.) Featured image is not working.
a.) Uninstalled the theme and installed it again.
b.) Plugins are deactivated.
c.) Verified that all the ID # are correct.

2.) Remove the footer
a.) Tried to locate footer-extensions.php file that you can find in travelify folder >> library >> structure. Where can I find this?

Looking forward for your answers.

Thank you!

  1. There is a one thing that you are missing. You aren’t using featured images properly. Here you can read more about how to use featured images for your posts. Regular images inside posts content are not the same thing as featured images.

  2. To remove copyright information from Travelify theme you can add this code to Appearance >> Theme Options >> Other >> Custom CSS.

#site-generator .copyright {
  display: none;
}

Hi Aigars,

Thanks for your help. Its now working.