• Hi!

    Im having some issues finding some codes in this theme. Seems like the most codes are nested in separated php-files.

    Anyway was wondering how to remove the box “permlinks” that appears on mouseover. And where to find “the_excerpt()” cuz I want it to show full post not just some few rows.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Most of the code you will want to modify is located in the thematic/library/extensions folder. Both of the things you are wanting to do are located in the actual content-extensions.php file in that folder.

    An example of how to remove the permalink from the Title with a child theme through filtering one of the existing functions would be https://gist.github.com/scottnix/5321495

    As far as modifying the excerpt, that depends… on exactly what you want to do. The function you want to filter is thematic_content_init() and an example https://themeshaper.com/forums/topic/full-posts-on-category-pages can be located at that link, you might want to check the actual function though to see the full list, as things like tags, author, archive, would also need to be changed. If you wanted everything changed, just remove the conditional.

    Oh, for future reference you might find it easier/faster to get responses to questions on the website instead of here ThematicTheme.com/forums/

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘remove permlinks on mouseover and show full post’ is closed to new replies.