• Hi I would like to remove the features image on the single.php so that it does not show up anymore, but I still want it to show up on the blog roll.

    I would like to make a custome post type so I can have video posts and image posts that use different php file.

    I am failry new to wp and any help would be great.
    Thanks!

Viewing 7 replies - 1 through 7 (of 7 total)
  • Do a web search for ‘how to make wordpress child theme’, then make one with nothing more than an empty style.css (just its required part at the top) and activate it, then copy single.php into your Child Theme and begin your work there.

    Thread Starter winpie

    (@winpie)

    Thanks for responding.

    I have a child theme set up. I am looking more for the code that would allow this.

    Ah, I had misunderstood.

    video posts and image posts that use different php file.

    I think you can copy page.php into your Child Theme, then rename it into one or more copies as additional templates to be available at the page editor. For the actual code to do what you want, I usually just figure that out on-the-fly while studying what is already there plus searching Codex.

    https://www.google.com/search?q=wordpress+page+templates

    Thread Starter winpie

    (@winpie)

    I have looked, the code is what I am stuck on.

    Tell us what theme you are using and more about exactly what you have in mind, and maybe someone can help you get started if your theme is from ww.wp.xz.cn. In fact, each ww.wp.xz.cn theme has a sub-forum of its own where you might find something already posted that might help.

    Thread Starter winpie

    (@winpie)

    I am working with divi by elegant themes.

    I was looking to have close to the same formate for posts as I do on my home page.

    I would also like to get rid of the feature image if there is a video in the blog post content.

    Any helps or links to help would be apriciated.
    Thanks

    Purchasing a commercially-produced theme can be a viable option or preference for some folks, but yours seems to leave you here in the area of support:

    We do not provide customization services. If you are looking for a custom design, or would like to customize one of our themes, we suggest hiring a trusted web design firm to assist you.
    http://www.elegantthemes.com/contact.html

    Here in these forums we only offer support for themes from ww.wp.xz.cn.

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

The topic ‘edit single.php’ is closed to new replies.