• Is there a way when using the Semiologic theme to display either the full posts or an excerpt of the posts for a category? By default when you click on a category it only displays the titles of each post for that category.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Yes, spend a little time reading the “manual”…
    https://codex.www.ads-software.com/Template_Tags
    You can add/delete whatever you want to whatever template that particular theme happens to use, if any.

    Thread Starter trevor

    (@trevor)

    Right but Semiologic isn’t set up like any other theme I’ve seen. That’s why I specifically specified that theme. Everything is in the Semiologic CMS plug-in (sem-theme.php) file which I’ve finally figured out.

    The solution is in the sem_display_category() function where you would add either <?php the_excerpt(); ?> or <?php the_content(); ?>

    Hi trevor, I’m having the same issue … but I’ve no coding experience. I’ve been playing around with the <?php the_excerpt(); ?> in the sem-theme.php file, but I don’t seem to get it to work.

    Also, my “Archives”, main page and RSS feeds all display the entire posts, and I’de like to display only the excerpts. Could you please give me a hint .. possibly with reference to which files and lines to change. Entire codes to insert for the files (complete file content :-)) would be most appreciated.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Semiologic displaying full articles of category’ is closed to new replies.