kmonitor
Forum Replies Created
-
Forum: Plugins
In reply to: [IssueM] My IssueM articles are not counted as a post!Ok. That’s awesome! Should I delete the old one and re-download it? or just update it? I’m afraid if all my articles would be deleted…..
Forum: Themes and Templates
In reply to: [ShootingStar] Category is NOT showing on Archive pages!Do you mean any change of code in archive.php? That will be helpful, if you give me some replaceable code. Thank you!
Forum: Themes and Templates
In reply to: [ShootingStar] Category is NOT showing on Archive pages!Thank you so much for your advice. I really appreciate it. Thanks!
Forum: Themes and Templates
In reply to: [ShootingStar] Category is NOT showing on Archive pages!Thank you for your explanation though, but I really can’t understand that. I visited your site, but I don’t know what’s going on there. I’m a beginner of WP. Sorry for that.
Forum: Themes and Templates
In reply to: [ShootingStar] Category is NOT showing on Archive pages!Sorry, I don’t know what you’re saying. I’m a beginner of WP. I installed the Dynamic Widgets plugin, but I don’t know how to use it. -_-;
Forum: Themes and Templates
In reply to: [ShootingStar] Category is NOT showing on Archive pages!Thank you for your advice. I will check this plugin and see how it works. Thanks,
Forum: Themes and Templates
In reply to: [ShootingStar] Category is NOT showing on Archive pages!This is my archive.php
<?php /** * The archive template file. * @package ShootingStar * @since ShootingStar 1.0.0 */ get_header(); ?> <?php if ( have_posts() ) : ?> <div class="post-loop"> <div class="entry-headline-wrapper"> <div class="entry-headline-wrapper-inner"> <h1 class="entry-headline"><?php if ( is_day() ) : printf( __( 'Daily Archive: %s', 'shootingstar' ), '<span>' . get_the_date() . '</span>' ); elseif ( is_month() ) : printf( __( 'Monthly Archive: %s', 'shootingstar' ), '<span>' . get_the_date( _x( 'F Y', 'monthly archives date format', 'shootingstar' ) ) . '</span>' ); elseif ( is_year() ) : printf( __( 'Yearly Archive: %s', 'shootingstar' ), '<span>' . get_the_date( _x( 'Y', 'yearly archives date format', 'shootingstar' ) ) . '</span>' ); else : _e( 'Archive', 'shootingstar' ); endif ;?></h1> <?php shootingstar_get_breadcrumb(); ?> </div> </div> <?php while (have_posts()) : the_post(); ?> <?php get_template_part( 'content', 'archives' ); ?> <?php endwhile; endif; ?> <?php if ( function_exists( 'page_navi' ) ) page_navi( 'items=7&prev_label=Prev&next_label=Next&first_label=First&last_label=Last&show_num=1&num_position=after' ); ?> </div> </div> <!-- end of content --> <?php get_sidebar(); ?> <?php get_footer(); ?>
Forum: Themes and Templates
In reply to: [ShootingStar] Category is NOT showing on Archive pages!The website link above is not category archive. Just a archive page. If the problem caused from widgets, how can I make it correct order?
Forum: Themes and Templates
In reply to: [ShootingStar] Category is NOT showing on Archive pages!Hi, I recently changed the permalink from month&name to default, but still have the same problem. This problem was started in the beginning. As you said, I tested with Twenty Fifteen theme, when I click on category archive pages, still have the same problem.
Here’s my website https://koreamonitorusa.com/?issuem_issue=2015-05-15
Sorry to post my subject here. but I haven’t got any support and answer from them. This plugin updated 2 years ago. How can I get some support? They don’t even open their email on their website.