Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi chetankapoor,

    thanks for using Tuto WordPress theme.

    You could create a custom child theme and then delete this line of code in the file content-single.php:

    <?php tuto_featured_image(); ?>

    Thread Starter chetankapoor

    (@chetankapoor)

    This works without creating child theme i have deleted
    <?php tuto_featured_image(); ?>
    and this works

    Thread Starter chetankapoor

    (@chetankapoor)

    I have one more question how we can add post to pages in tuto theme..??

    This works without creating child theme…

    Yes, it works, but that doesn’t mean that you should do it that way. In general you should not modify core theme files because these changes will be lost after theme updates.

    how we can add post to pages in tuto theme…

    We’re not sure what exactly you mean, because posts and pages are two different things in WordPress and usually you add content to pages, not posts. However, in case you mean that you want to create category archives, then you could have a look at this: Making use of Categories and Category Archives in WordPress.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Disable featured image in post’ is closed to new replies.