bashabi
Forum Replies Created
-
Thank you .
Forum: Fixing WordPress
In reply to: How to create pagination in the post page@binarywc
Actually i am very new to wordpress and still figuring out how it works. Below is the template for the blog page. As per my understanding The pagination is already there. But I don’t see the reflection in the page.<?php /* Template Name: blog */ get_header(); // Set up the paged variable $temp = $wp_query; $wp_query= null; $wp_query = new WP_Query(); $wp_query->query('showposts=8'.'&paged='.$paged); ?> <?php ?> <section id="page-blog" class="container"> <?php the_content();?> <div class="row"> <?php while ($wp_query->have_posts()) : $wp_query->the_post(); ?> <div class="col-sm-4 col-md-3 block-news"> <?php $image = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'single-post-thumbnail' ); ?> <div id="post-<?php echo $post->ID; ?>" <?php post_class(); ?>> <div class="image-news-home" style="background-image:url(<?php echo $image[0];?>);"></div> <h2><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2> <div class="post-excerpt"> <?php the_excerpt(); ?> <a class="more-link" href="<?php the_permalink(); ?>">Read the full story <span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span></a> </div> </div> </div> <?php endwhile; ?> </div> <?php if ( function_exists('wp_bootstrap_pagination') ) wp_bootstrap_pagination(); ?> </section> <?php // Make sure the default query stays intact wp_reset_query(); get_footer(); ?>
The footer came after I changed the last bit of code
<? wp_reset_query(); get_footer(); ?> '
into
<?php wp_reset_query(); get_footer(); ?> '
But the pagination still is doesnot work. https://mtest.121tarotreadings.com/blog-2/
Forum: Fixing WordPress
In reply to: How to upgrade WordPress version in my site.Yes .. that was the problem. I did not realise it was a plugin. I thought it came with core wordpress.. I have diaabled the plugin upgraded the version.
Thank you. I did not realise this option is from That plugin.
Forum: Fixing WordPress
In reply to: How to upgrade WordPress version in my site.Thank you for your answer. That is really helpful.
Yes I will definitely have a fresh back up befor clicking upgrade now.
We cannot replicate the problem. We do not know what triggers it.
as per my understanding it is not recommended to use WP_DEBUG or the other debug tools on live sites; they are meant for local testing and staging installs.
Forum: Fixing WordPress
In reply to: How to upgrade WordPress version in my site.Can you elaborate the term “step by step upgrade” ?
When I click ” Upgrade Now ” Will not it upgrade in the latest version straight away?
I am bit confused.
Forum: Fixing WordPress
In reply to: How to upgrade WordPress version in my site.Thank you
Forum: Fixing WordPress
In reply to: WordPress Visual Editor wysiwyg functionalities not working properlyI have changed in styling in the main theme css . The present style for for ul li is
ul li{ display:inline }
When I change that into something likeul li{ list-style: inside; }
the bullet points start appearing. but my navigation menu and other styling becomes complete mess
Forum: Fixing WordPress
In reply to: WordPress Visual Editor wysiwyg functionalities not working properlyThis is post link : https://www.psychicfuture.com/ultimate-guide-online-psychic-reading/
I am using wordpress version 4.9.1 . If I upgrade that version will the problem solved then?
Forum: Fixing WordPress
In reply to: WordPress Visual Editor wysiwyg functionalities not working properlyHi Naveen
The site link is : https://www.psychicfuture.com/
Yes I copy and paste from Microsoft word. Are you recommending to use Gutenberg Plugin? Can it not be solved without installing additional plugin?
Forum: Fixing WordPress
In reply to: Cannot set up login as permalinkHi Kartik
Thanks for your reply.
I have tried disabling the plugin . the “login” permalink redirects to wordpress login.
at this moment we dont have plan to employ any external developer. I have little bit of basic php knowledge. So may have to stretch my coding skill to solve this issue. If I can get help from this forum thats great.
I have found this link about the similar type (although not exactly the same) issue.
But this link is 5 years old. I am using latest version of wordpress. So bit confusd is that solution still relavant.
any suggestion will be appreciated
Forum: Fixing WordPress
In reply to: Cannot set up login as permalinkHi Kartik
Before installing this “Webcraftic Hide login page” plugin that link (website/login) used to take me to the wordpress login path. (“login” used to redirect as “wp-login.php”)
But after installing that i have changed the worpress login path into something else.
I am pretty sure it will do the same thing if I disable that plugin. Can this be the issue. If so how to resolve it
Forum: Fixing WordPress
In reply to: Cannot set up login as permalinkHello Kartik
Is there a way to check if that permalink has been used before or not? I am new in wordpress so not much familiar with the framework.
Are you suggesting to deactivating this plugin “Webcraftic Hide login page” and this is this plugin using that slug?