How change image in news section in shifters pro theme
To change the image in the News section of the Shifters Pro theme, you'll need to follow these steps:
Method 1: Using the Theme Customizer
- Log in to your WordPress dashboard and go to Appearance > Customize.
- In the Customizer, click on Shifters Pro > News.
- Click on the Image dropdown menu and select Upload Image.
- Choose the new image you want to use from your computer or enter the URL of the image.
- Click Save & Publish to save your changes.
Method 2: Using the WordPress Media Library
- Log in to your WordPress dashboard and go to Media > Library.
- Click on the Add New button to upload a new image.
- Once the image is uploaded, click on it to open its details page.
- Click on the Edit link next to the Image URL field.
- In the Image URL field, enter the following code:
news-image
- Click Update to save your changes.
Method 3: Using the Shifters Pro theme files
- Log in to your WordPress dashboard and go to Appearance > Editor.
- In the Editor, navigate to the
shifters-pro
theme directory and open thenews.php
file. - Find the following code:
<img src="<?php echo get_template_directory_uri();?>/images/news-image.jpg" alt="News Image">
- Replace the
news-image.jpg
file name with the name of your new image. - Click Update File to save your changes.
After making these changes, the new image should appear in the News section of your Shifters Pro theme.