• Hi all!

    In need of urgent help!

    Working on a wordpress site using the Minimal theme by Elegant Themes. The theme was altered by another designer, and now I’m trying to figure out how to resolve a few issues.

    I believe the original theme was set to remove all formatting from excerpts that appear on category pages… however, this theme was setup to use category pages as real content pages – so we really need to get the formatting back. For example, in the resources section, under photographers, we have a faq – but the q and a’s all run together in a paragraph. No good!

    I have looked everywhere, trying to figure out how to get the formatting back. No luck. Any help would be much appreciated.

    The website is: http://www.erockz.com. Thank you in advance for any help!!

Viewing 1 replies (of 1 total)
  • Your theme may be using <?php the excerpt();?> instead of <?php the_content;?> in its template files. Simply edit the relevant template files and replace <?php the excerpt();?> with <?php the_content;?>.

Viewing 1 replies (of 1 total)
  • The topic ‘Category pages lacking original formatting of post…’ is closed to new replies.