Hi, looks great and clever but I need a little help.
-
Hi,
I don’t know why but I couldn’t get anything to display on the frontend from the enhanced edit page.
Can you give me an example of what I should do with the code below?
I’m not a code guru, but I know more than a little bit.
I’m working from a framework and child theme, maybe there is something else I need to look into to get this to work?
<?php global $wp_query; /** * The template for displaying Category pages. */ get_header(); ?> <section id="primary" class="site-content"> <div id="content" role="main"> <header class="archive-header"> <h1 class="archive-title"><?php echo single_cat_title( '', false ); ?></h1> </header><!-- .archive-header --> <?php if ( have_posts() ) : // The default query for this page $args = $wp_query->query; // Get the blog template get_theme_blog_template( $args ); endif; ?> </div><!-- #content --> </section><!-- #primary --> <?php get_sidebar(); ?> <?php get_footer(); ?>
Thanks!
https://www.ads-software.com/plugins/enhanced-category-pages/
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Hi, looks great and clever but I need a little help.’ is closed to new replies.