Support » Themes and Templates » Make homepage and category view to look the equal

  • Hi, I have everything up and running, the thing is that in homepage, my posts looks perfect, with images and the css, but when I click a category, it displays the posts with no style and no images.

    Can someone please point me how can I make the category view look exactly as the homepage view ?

    Thanks.

Viewing 8 replies - 1 through 8 (of 8 total)
  • …and the link would be…?

    yeah… it’s kind of hard to help when you can’t view what you have done.

    Thread Starter polle001

    (@polle001)

    You can see an example here:

    http://ensantander.com/santander displays images & styles and if you choose any of the categories from the right its just text.

    By the way, choose a category that has content, because if not it gives a 404 error, which also would be nice to know how to redirect to a emty category page or something instead an error.

    Thanks.

    Seems to me that the problem might be in your current theme. I cant view the actual PHP file to tell you if they are different in any way, however, if you go into your template editor user your current template (haha) and view the main index template and the archives, they should look similar.

    Well, when I choose a category that has content, I see the posts associated with those categories. I see no calls for images at all in the source code (and I do see a mysql error in the sidebar) You’ve also got quite a few validation errors on the categories page that could be contributing.

    As for the sidebar, your code should have “hide_empty=1” in the PHP call, to hide categories with no associated posts.

    Thread Starter polle001

    (@polle001)

    Thanks wiziology, the thing is that I dont want to mess with the code, they do look similar, but something is different there in the category file, I was hoping someone knows which part of the code make that, so I can modify directly in that code.

    doodlebee, its strange, the error in the sidebar sometimes happen, and sometimes dont, if you go there, see the error and then refresh, the error disappears, any idea in why ?

    And I know hidding the empty categories could be a solution, but I do want the visitors to see all the categories, no matter if they are empty, but having a 404 error when clicking them is really bad, is there a way to make empty categories not clickable ?

    Thanks to both.

    And if someone elsa has an idea what to modify so the categories show images and style, I’ll apreciate it.

    Probably, replace the_excerpt with the_content in the archive.php file.

    Thread Starter polle001

    (@polle001)

    Thanks moshy, that also made the trick, I actually replace some code I take from the index.php file, but changing what you said also make it possible, so if someone else has the same problem I just confirm it.

    My theme does not have an archive.php file, it has a category.php one, but now is working with images and style.

    Thanks.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Make homepage and category view to look the equal’ is closed to new replies.