Title: Deyaan's Replies | WordPress.org

---

# Deyaan

  [  ](https://wordpress.org/support/users/deyaan/)

 *   [Profile](https://wordpress.org/support/users/deyaan/)
 *   [Topics Started](https://wordpress.org/support/users/deyaan/topics/)
 *   [Replies Created](https://wordpress.org/support/users/deyaan/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/deyaan/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/deyaan/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/deyaan/engagements/)
 *   [Favorites](https://wordpress.org/support/users/deyaan/favorites/)

 Search replies:

## Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Postmeta meta_value SUM](https://wordpress.org/support/topic/postmeta-meta_value-sum/)
 *  Thread Starter [Deyaan](https://wordpress.org/support/users/deyaan/)
 * (@deyaan)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/postmeta-meta_value-sum/#post-5100394)
 * It works perfectly!
    Thank you very much. I will have to study this little piece
   of code in detail to learn something. Thanx again!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Postmeta meta_value SUM](https://wordpress.org/support/topic/postmeta-meta_value-sum/)
 *  Thread Starter [Deyaan](https://wordpress.org/support/users/deyaan/)
 * (@deyaan)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/postmeta-meta_value-sum/#post-5100350)
 * Only one start for each post and only one profit for each post and they share
   the same post_id. I will enter the _between starts_ manually into query.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Booking Calendar] Show only specified months](https://wordpress.org/support/topic/show-only-specified-months/)
 *  Thread Starter [Deyaan](https://wordpress.org/support/users/deyaan/)
 * (@deyaan)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/show-only-specified-months/#post-3338405)
 * Oh, this “start month” would do the job for me, but I can’t find what shortcode
   to use. Dialog box offers me resources and other settings, but no starting month.
   Could you write an shortcode example?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Booking Calendar] Show only specified months](https://wordpress.org/support/topic/show-only-specified-months/)
 *  Thread Starter [Deyaan](https://wordpress.org/support/users/deyaan/)
 * (@deyaan)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/show-only-specified-months/#post-3338403)
 * My mistake, I wasn’t clear enough with my question. I meant if it is possible
   to change calendar settings so that it shows only 4 particular months. I can 
   select 4 months from “Number of months” drop-down menu, but then it only shows
   4 months from today and not months I would like. Thank you!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Allow everyone to see draft posts](https://wordpress.org/support/topic/allow-everyone-to-see-draft-posts/)
 *  Thread Starter [Deyaan](https://wordpress.org/support/users/deyaan/)
 * (@deyaan)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/allow-everyone-to-see-draft-posts/#post-2407991)
 * I noticed, but after installing [http://wordpress.org/extend/plugins/show-future-posts-on-single-post/](http://wordpress.org/extend/plugins/show-future-posts-on-single-post/)
   drafted posts can be accessed by all visitors. I guess by bots also… at least
   I hope so for SEO reasons.
 * _Edit: Sorry, I checked now and no, drafts are not visible at first. They are
   only visible (with this plugin) when I publish the post and then mark it as draft.
   That is actually just what I needed._
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Allow everyone to see draft posts](https://wordpress.org/support/topic/allow-everyone-to-see-draft-posts/)
 *  Thread Starter [Deyaan](https://wordpress.org/support/users/deyaan/)
 * (@deyaan)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/allow-everyone-to-see-draft-posts/#post-2407982)
 * It’s not future, just drafts. I don’t know how and why this plugin (code) works
   for drafts also, but it works 🙂 Maybe futures are just drafts until they are
   published?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Allow everyone to see draft posts](https://wordpress.org/support/topic/allow-everyone-to-see-draft-posts/)
 *  Thread Starter [Deyaan](https://wordpress.org/support/users/deyaan/)
 * (@deyaan)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/allow-everyone-to-see-draft-posts/#post-2407952)
 * At first I wanted to use it on index.php too, but now changed my mind and will
   use it only for single post.
    This plugin does the job! Thank you very much for
   your effort. Kind regards!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Allow everyone to see draft posts](https://wordpress.org/support/topic/allow-everyone-to-see-draft-posts/)
 *  Thread Starter [Deyaan](https://wordpress.org/support/users/deyaan/)
 * (@deyaan)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/allow-everyone-to-see-draft-posts/#post-2407938)
 * Unfortunately it doesn’t work 🙁
    I’m trying to use it in “single post” but unsuccessfully.
 * I found register_post_status for drafts in post.php and if I ad `'public' => 
   true` than drafts are shown to public… but now I just want them to show in single
   page posts, not everywhere.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Allow everyone to see draft posts](https://wordpress.org/support/topic/allow-everyone-to-see-draft-posts/)
 *  Thread Starter [Deyaan](https://wordpress.org/support/users/deyaan/)
 * (@deyaan)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/allow-everyone-to-see-draft-posts/#post-2407913)
 * I’m aware that it sounds weird, but I need it.
    Is there a way to change that
   in the core? Functions? Because my loops are already customized and don’t believe
   I can modify them.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Allow everyone to see draft posts](https://wordpress.org/support/topic/allow-everyone-to-see-draft-posts/)
 *  Thread Starter [Deyaan](https://wordpress.org/support/users/deyaan/)
 * (@deyaan)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/allow-everyone-to-see-draft-posts/#post-2407867)
 * Maybe more accurate description is: I want drafts to be visible to public.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Allow everyone to see draft posts](https://wordpress.org/support/topic/allow-everyone-to-see-draft-posts/)
 *  Thread Starter [Deyaan](https://wordpress.org/support/users/deyaan/)
 * (@deyaan)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/allow-everyone-to-see-draft-posts/#post-2407798)
 * Thanx for the quick response.
 * Wouldn’t only administrator and the post author be able to see the drafted post
   with that solution again?
 * I’m looking for drafted posts to be visible to everybody… as normal published
   posts are.

Viewing 11 replies - 1 through 11 (of 11 total)