socialwp
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: pagination not appear on my blog pageyes, thanks so much for reply. so, what should I change in the code above, please?
Forum: Plugins
In reply to: [WP-PageNavi] wp-pagenavi only showing the same blog pageupdate
it is fixed now when I read the documentation. a question on FAQ. thanks
Forum: Fixing WordPress
In reply to: pagination not appear on my blog pagethanks for the links, but
here is the code. still not working. what is wrong with that, please?<?php $args = array( 'post_type' => 'post' ); $post_query = new WP_Query($args); if($post_query->have_posts() ) { while($post_query->have_posts() ) { $post_query->the_post(); ?> <div class="cbp-item"> <div class="news_item shadow"> <a class="image" href="<?php the_permalink();?>"> <img src="<?php the_post_thumbnail_url(); ?>" alt="Latest News" class="img-responsive"> </a> <div class="news_desc"> <h3 class="text-capitalize font-light darkcolor"><a href="<?php the_permalink();?>"><?php the_title();?></a></h3> <ul class="meta-tags top20 bottom20"> <li><a href="#."><i class="fa fa-calendar"></i><?php echo get_the_date( 'M d' ); ?></a></li> <li><a href="#."> <i class="fa fa-user" aria-hidden="true"></i> <?php the_author_posts_link();?> </a></li> <li><a href="#."><i class="fa fa-comment-o"></i><?php comments_number( 'no responses', 'one response', '% responses' ); ?></a></li> </ul> <p class="bottom35"><?php the_excerpt(); ?></p> <a href="<?php the_permalink();?>" class="button btnprimary btn-gradient-hvr">Read more</a> </div> </div> </div> <?php } } ?> <?php get_the_posts_pagination(); ?>- This reply was modified 5 years, 10 months ago by socialwp.
Forum: Localhost Installs
In reply to: how to change the database connected to wordpressyes, thanks for the link. I know how to install wordpress but what if I want to change the database connected without reinstalling wordpress?
Forum: Localhost Installs
In reply to: how to change the database connected to wordpressthanks so much for quick reply.
and when I visit the wp-admin/install.php
what should I do?
and many thanks in advance 🙂
Forum: Fixing WordPress
In reply to: landing page navbar links related to sections@bcworkz thanks so much for your helpful reply. I do appreciate 🙂
Forum: Fixing WordPress
In reply to: How to create custom page template suitable for any new pagethanks so much for your helpful replies 🙂
Forum: Fixing WordPress
In reply to: How to test my theme for free?thanks a million for information. I really do appreciate.
Forum: Fixing WordPress
In reply to: How to test my theme for free?@bizanimesh
could you please tell me how you use phpmyadmin with it?Forum: Fixing WordPress
In reply to: How to test my theme for free?I just have tried localwp and it is very good. thanks for sharing this. it is very helpful 🙂
Forum: Fixing WordPress
In reply to: How to test my theme for free?thanks so much. it looks very nice tool. I already dealt before with local host with xampp, but unfortunately some plugins did not work poperly. I really hope it makes me test the plugins and make them work well.
thanks so much for the link. I am going to give it a try.Forum: Fixing WordPress
In reply to: wordpress contact form not sending emailsthanks for your reply.
so anyone experienced the same situation, could help me?
and many thanks in advance.
Forum: Fixing WordPress
In reply to: wordpress contact form not sending emailsthanks for your reply.
but is there any way to make the contact form work without a plugin?