thumoo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: All but two posts showing content.Apologies. I was thinking out loud and didn’t think how it would sound on the other end.
I have the file single.php which contains:
<?php /** * The Template for displaying all single posts. * * @package Theme Meme */ get_header(); ?> <div class="row"> <div class="col-md-8 content-area" role="main"> <?php while ( have_posts() ) : the_post(); ?> <?php get_template_part( 'content', 'single' ); ?> <?php themememe_content_nav( 'nav-below' ); ?> <?php if ( comments_open() || '0' != get_comments_number() ) comments_template(); ?> <?php endwhile; ?> <!-- .content-area --></div> <?php get_sidebar(); ?> </div> <?php get_footer(); ?>Forum: Fixing WordPress
In reply to: All but two posts showing content.I don’t understand how checking this will make any difference. Surely if there was a problem creating single posts then it would affect all the posts and not just two of them?
There are no plugins used that change anything on the posts themselves. Again, what is used in one post is used in all the others.
Forum: Fixing WordPress
In reply to: All but two posts showing content.I have complete access. It’s all on my own hosting.
Forum: Fixing WordPress
In reply to: All but two posts showing content.I should have linked to the specific pages but wasn’t sure about whether the links would go through.
The link to one of the films that is not working:
A link to one of the posts that is working for comparison:
I didn’t create the theme. It is called moviemag and not a child theme.
Forum: Plugins
In reply to: [Ad Blocking Detector] How to change the width in a widgetThank you. Changing it inline worked perfectly. I really don’t know why I didn’t think to look there. But I removed the width altogether and now it fits perfectly.
Thanks.
Forum: Plugins
In reply to: [WooCommerce] Suddenly unable to enter SKU codesWith the problem I was having, I found that the products I was entering seemed to be copied as drafts which weren’t showing because they were at the end of my products, so every time I tried putting the SKU code back in, it was stripping it out.
What I did was delete all the drafts I had and then sorted the published products by SKU code and deleted a couple (don’t know how that happened) of duplicates, then removed them permanently from the trash. Once I did that, I logged out, back in again and then everything was back to normal.
Hope the above will help you too bloohair.
Forum: Localhost Installs
In reply to: Able to access admin area but not main siteI found out that it was because the theme was broken. I have fixed this and now works fine.