Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

featured image #60

Open
ghost opened this issue Apr 26, 2020 · 0 comments
Open

featured image #60

ghost opened this issue Apr 26, 2020 · 0 comments

Comments

@ghost
Copy link

ghost commented Apr 26, 2020

I am attempting to get the featured image set on each category title post to display on the wedocs main catagory page. e.g.

https://help.tibus.net - an image beside/above "Email" category section title.

The wedocs theme does have:
lib/init.php: add_theme_support('post-thumbnails');

I cannot find the correct location in the theme to include the thumbnail:

// check if the post or page has a Featured Image assigned to it.
if ( has_post_thumbnail() ) {
    the_post_thumbnail();
}

I do see you setting images on your theme demo site https://wedevs.com/docs specifically the "Others" section on the demo site is close to how I would like it.

Could you direct me to the correct place to make the edit in the theme?

Thanks,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants