Adjustment to Category "Home" Pages

Homepage Community Forums Epik Theme Support Adjustment to Category "Home" Pages

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #19143
    Matthew
    Customer

      Hi – I’ve been working with the Epik theme for several weeks now and I’m finding it to be a great theme and, for me, a great introduction to Genesis. I’m fairly familiar with HTML/CSS and a bit less so with PHP – at present, I am having difficulty making a customization and wondered if someone can assist.

      Specifically, I’d like to restyle the title and description that displays on category pages. The styling is not an issue, but I’m unable to modify the markup associated with the existing functionality. I would simply re-style the .archive-title and .taxonomy-archive-description classes, but I need to add a wrap to this area as well so that I can use a background that stretches 100% yet keep the actual content to a max width of 1200px.

      Thus far, I’ve created a new template (category.php) and done the following:

      remove_action( 'genesis_before_loop', 'genesis_do_taxonomy_title_description', 15 );

      That’s as far as I’ve gotten, though I can easily add this back in using “genesis_after_header” – which is where I”d like to place this content.

      What I can’t seem to do properly is pull Epik’s custom “Archive Headline” and “Archive Intro Text” into this section. I’ve successfully pulled in WP custom fields via various functions, but this continues to elude me. Any help would be greatly appreciated!

      #19157
      Eric
      Customer

        Do you have a link?


        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.