ivantse
Forum Replies Created
-
I was a bit lazy when it came to checking if the plugin was compatible with all the browsers. Sorry for that. I just included a fix, hope it works!
Forum: Fixing WordPress
In reply to: [ Page 1 of 0 ] suddenly showing up in pagesFound it, the plugin is https://www.ads-software.com/extend/plugins/wordpress-users/
I just had to input the settings.
Thanks for your help esmi!! I greatly appreciate it.
Forum: Fixing WordPress
In reply to: [ Page 1 of 0 ] suddenly showing up in pagesnope, here’s the link https://main.cornellcsa.com/members/
Forum: Fixing WordPress
In reply to: [ Page 1 of 0 ] suddenly showing up in pagesi tried just completely taking that line out. but it’s still there, (it’s below the title and right before my content). The only way i tried that works is just taking out <?php the_content(); ?> but that takes out my content as well.
Forum: Fixing WordPress
In reply to: [ Page 1 of 0 ] suddenly showing up in pagesi didn’t really touch the php, this is the whole code:
<?php get_header(); ?>
<div id=”primary” class=”page”>
<?php if(have_posts()) : ?>
<?php while(have_posts()) : the_post(); ?>
<div class=”entry” id=”post-<?php the_ID(); ?>”>
<h1 class=”entry-title”><?php the_title(); ?></h1>
<div class=”entry-byline”>
<?php edit_post_link(‘Edit’, ‘[‘, ‘]’); ?>
</div><div class=”entry-content”>
<?php the_content(); ?>
<?php wp_link_pages(‘before=<p>‘ . __(‘Pages:’) . ‘&after=</p>’); ?>
</div></div><!–.entry–>
<?php endwhile; ?>
<?php endif; ?></div><!–#primary–>
<?php get_sidebar(); ?>
<?php get_footer(); ?>
Forum: Fixing WordPress
In reply to: [ Page 1 of 0 ] suddenly showing up in pagesI’m getting the same problem. can u provide a better insight on how u fixed it?