divingkeeper95
Forum Replies Created
-
I also downloaded the plugin and put the code in and still does not work.
Thank you for your quick reply when adding to my stylesheet it is not working for some reason. Picture is still in the post. In the paid version does it give you the option to change the page numbers at the bottom of the post to “next” or “previous”
Thank you for the help, But I am having trouble on where to add ‘.post-thumbnail img { width: 100%; display:none;}’ in the “style.css” under what topic do I paste it into?
Thank you so much for your prior help!Forum: Fixing WordPress
In reply to: How to get "Next" or "previous" instead of page numbers in posts<?php $options = get_option('mh_options'); ?> <?php get_header(); ?> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <div class="wrapper clearfix"> <div class="content <?php mh_content_class(); ?>"><?php mh_before_post_content(); get_template_part('content', get_post_format()); mh_after_post_content(); endwhile; comments_template(); endif; ?> </div> <?php get_sidebar(); ?> </div> <?php get_footer(); ?>here is my single.php code
Forum: Fixing WordPress
In reply to: How to get "Next" or "previous" instead of page numbers in postsThis post still has not been resolved I would greatly appreciate the help! Thanks in advance:)
Forum: Fixing WordPress
In reply to: How to get "Next" or "previous" instead of page numbers in postsI am using the theme MH Purity lite and it was downloaded from wordpress.com thank you for your support in advance!
Forum: Fixing WordPress
In reply to: How to get "Next" or "previous" instead of page numbers in postsdo i add it in the “single.php” sorry im kinda new to this