• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here: Home » How to show future articles in your WordPress blog

By Abhishek Ghosh March 20, 2011 7:09 pm Updated on October 17, 2014

How to show future articles in your WordPress blog

Advertisement

This little function is very useful since it will give you a taste of your next upcoming articles in your blog. A good wayHow to show future articles in your WordPress blog to indirectly retain your visitors by giving them the titles of your future posts.

This code can also serve as a small calendar if your blog publishing dates of events. By cons, if you blog about the news of the day; it will be difficult to guess the news of tomorrow.

We will retrieve all articles that have been programmed. Articles / Events are displayed in order of publication.

Advertisement

---

 

Here is the code that needed to be inserted in your sidebar by text widget or on the page of your articles, bottom of your posts anywhere as you like:

 

<ul> <? php $ my_query wp_query = new ('post_status = future & order = ASC');?> <? php if ($ my_query-> have_posts ()): while ($ my_query-> have_posts ()): $ my_query -> the_post ();?> <li> <? php the_title ();?> (<? php the_time ('j F Y') ?>)</ li> <? php endwhile; else:?> </ ul> <li> No items are scheduled </ li> </ ul> <? php endif;?>

 

Signature

This Article Has Been Shared 631 Times!

Facebook Twitter Pinterest
Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Orthopaedic Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to How to show future articles in your WordPress blog

  • Permalinks and WordPress : a basic primer

    Permalinks are frequently used by news sites and mainly by content management software like WordPress, DotClear, Blogger, Movable Type.

  • How to Make a Blog Successful

    How to Make a Blog Successful depends on three variables – Plan, Execution of Plan and Energy to execute the plan. It is the plan that makes a Blog Successful.

  • RSS to PDF File : 4 Ways to Get RSS Converted to PDF

    RSS to PDF File is not a new concept. Many peoples wrote about to convert RSS Feed to PDF File before. But the problem is the services are not constant.

  • Change the password of a user via phpMyAdmin WordPress

    The MySQL database for WordPress stores all user passwords in the table wp_users. With phpMyAdmin, learn to generate new passwords for each user account in your WordPress installation.

  • Optimize WordPress by compressing data through .Htaccess

    We propose a simple procedure yet very effective to make your site running fast by adding a code snipplet to .htaccess file.

Additionally, performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Subscribe To Our Free Newsletter

You can subscribe to our Free Once a Day, Regular Newsletter by clicking the subscribe button below.

Click To Subscribe

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (21K Followers)
  • Twitter (5.3k Followers)
  • Facebook (5.7k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.3k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • What is Standard Software February 28, 2021
  • WordPress Link to text Fragment February 27, 2021
  • How to Protect IP Cameras From Hackers February 25, 2021
  • 6 Sectors That Have Undergone Revamps in Digital Landscape February 24, 2021
  • What You Can Control with a Smartwatch and ESP32 February 23, 2021

 

About This Article

Cite this article as: Abhishek Ghosh, "How to show future articles in your WordPress blog," in The Customize Windows, March 20, 2011, March 1, 2021, https://thecustomizewindows.com/2011/03/how-to-show-future-articles-in-your-wordpress-blog/.

Source:The Customize Windows, JiMA.in

 

This website uses cookies. If you do not want to allow us to use cookies and/or non-personalized Ads, kindly clear browser cookies after closing this webpage.

Read Cookie Policy.

PC users can consult Corrine Chorney for Security.

Want to know more about us? Read Notability and Mentions & Our Setup.

Copyright © 2021 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy