Blog category page

This topic contains 3 replies, has 2 voices, and was last updated by  Guust 8 years, 7 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #236815

    Michael Sena
    Buyer
    Post count: 72

    Hello

    I’d like to make some revisions to our blog category page. I didn’t notice and documentation or settings with the admin addressing changes to that page. I’d like that page to appear basically like the List View (left justified image in an excerpt with read more link) with a sidebar. Can you provide some assistance or direct me to documentation about that.

    Thanks!
    Mike

    #236885

    Guust
    Moderator
    Post count: 29970

    That all depends on what theme you are using. Are you using a GD theme?
    If you are, post your WP admin details in a private reply so we can check things out a bit more.

    #236890

    Michael Sena
    Buyer
    Post count: 72
    This reply has been marked as private.
    #236894

    Guust
    Moderator
    Post count: 29970

    Change the content of /wp-content/themes/supreme-directory/content-blog.php
    to this:

    
    
    <article <?php post_class(); ?>>
        <header>
    		<?php
    		if ( is_singular() ) {
    			?>
    			<h1 class="entry-title"><?php the_title(); ?></h1>
    			<?php
    		} else {
    			?>
    			<h2 class="entry-title"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2>
    			<?php
    		}
    		?>
    	</header>
    	<div class="entry-content entry-summary">
    		<?php
    		global $more;
    		$more = 0;
    		if (is_singular()) {
    			the_content();
    		} else {
    			directory_theme_post_thumbnail();
    			the_excerpt();
    		}
    		?>
    		<?php
    		wp_link_pages( array(
    			'before'      => '<div class="page-links"><span class="page-links-title">' . __( 'Pages:', 'directory-starter' ) . '</span>',
    			'after'       => '</div>',
    			'link_before' => '<span>',
    			'link_after'  => '</span>',
    		) );
    		?>
    	</div>
    	<footer class="entry-footer">
            <?php supreme_entry_meta(); ?>
        </footer>
    </article>

    Then delete all css for

    /* Blog Archive Page */

    in /wp-content/themes/supreme-directory/style.css

Viewing 4 posts - 1 through 4 (of 4 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
20% Discount Offer
Hurry! Get your 20% discount before it expires. Get 20% Discount