• Hello,

    Question.

    Link

    If you click on the read more button, it looks like the category uses a different template? Same thing for all things under the Media section.

    For Example Click Here It is a video page with the correct template. You click see more, it uses the correct image, just the wrong text.

    Is there a way to customize the category template, etc.

    Sorry my wordpress guy is out of town and was needing a bit of help.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • it looks like the category uses a different template?

    different from what?

    what exactly is the problem?

    all these ‘read more’ clicks should lead to webpage which is generated by single.php;
    this possibly might use different outputs depending on the used post formats (?)

    imho, your best bet is to wait for the WordPress guy’s return as nobody else will have any idea how your custom theme is organized.

    Thread Starter bmcintyre

    (@bmcintyre)

    Hey Alchymyth.

    Thanks for the reply.

    For example, Here is has the correct banner (video template).

    When you click to read more, it uses the “Our Blog” banner.

    I do know how it is organized, I added 3 new templates today, etc. I just am a little confused on why it has 2 dirfferent templates being used.

    Any help to which files to look at would help.

    Thanks

    if it is about the banner image, try to find out where and how this is generated (example from the /blog page):

    <div id="blog_banner_inner_right">
          <img src="https://www.paveya.com/wp-content/uploads/2012/09/blog_icon.png" class="cfi align" alt="Blog" title="Blog"/>
        </div>

    possibly in header.php (?), and might be some category dependant output (?)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Category with wrong template.’ is closed to new replies.