Forums

Help with Category Page (3 posts)

  1. simsonic
    Member
    Posted 1 year ago #

    http://www.simbarhoum.com

    I have posts that are embedded video that show the video frame perfectly on my home page.The problem is when a category is selected (on the right) only the titles are displayed from each post within each category.

    I would like to show the video frame as well. How do I do that?

  2. alchymyth
    The Sweeper
    Posted 1 year ago #

    the template for your category archive page is probably using the_excerpt() instead of the_content()
    http://codex.wordpress.org/Function_Reference/the_excerpt
    http://codex.wordpress.org/Template_Tags/the_content

    edit the category.php ( if this does not exist, edit archive.php, or chcheck for loop.php) and try to find the_excerpt() and replace it with the_content()

  3. simsonic
    Member
    Posted 1 year ago #

    I am using the iBlog theme. Unfortunately there is no category.php, archive.php, or loop.php.

    Any other suggestions? Thanks for the help so far.

Topic Closed

This topic has been closed to new replies.

About this Topic