Title: Date Format
Last modified: August 30, 2016

---

# Date Format

 *  Resolved [arcadehoney](https://wordpress.org/support/users/arcadehoney/)
 * (@arcadehoney)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/date-format-72/)
 * Dear Sir,
 * Your plugin was very helpful. Just one thing.
 * What is the date format change shortcode for custom pose. [field date]
    i want
   to change date format.
 * and how can we change the style of font, When we getting content from posts.
 * Thanks
 * [https://wordpress.org/plugins/custom-content-shortcode/](https://wordpress.org/plugins/custom-content-shortcode/)

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

 *  Plugin Author [Eliot Akira](https://wordpress.org/support/users/miyarakira/)
 * (@miyarakira)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/date-format-72/#post-6399808)
 * Hello,
 * To change the date format, you can use the _date\_format_ parameter:
 *     ```
       [field date date_format="Y-m-d"]
       ```
   
 * This will display like: 2015-08-13. For details, please see the documentation
   in the section Main Features -> Content.
 * —
 * The font style of the post content is up to your theme’s CSS. For example, you
   can wrap your content with an element class:
 *     ```
       [loop type=post count=3]
         <h2>[field title]</h2>
         <div class="post-text-style">
           [content]
         </div>
       [/loop]
       ```
   
 * Then in your theme’s _style.css_:
 *     ```
       .post-text-style p {
         font-family: serif;
       }
       ```
   
 *  Thread Starter [arcadehoney](https://wordpress.org/support/users/arcadehoney/)
 * (@arcadehoney)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/date-format-72/#post-6399909)
 * Dear Sir,
 * Thanks, Very much, my issue is solved. I need one more help from you.
 * Plz check this link. [http://i57.tinypic.com/2wr0rpl.png](http://i57.tinypic.com/2wr0rpl.png)
 * i am using this shortcode.
 * [for each=division]
    [loop type=project count=1] [field title-link] [field date][/
   loop] [/for]
 * I have two custom type categories on page and getting 1 post from 3 categories
   means divisions.
 * But after this there is extra space at bottom of each post title. if i am checking
   there is 4 tags showing. You will see extra space in post layout. I want space
   like this link : [http://i60.tinypic.com/do87yf.png](http://i60.tinypic.com/do87yf.png)
 * Which i made using simple [loop] shortcode.
 * Thanks
 * _[ [No bumping please](http://codex.wordpress.org/Forum_Welcome#No_Bumping). ]_
 *  Plugin Author [Eliot Akira](https://wordpress.org/support/users/miyarakira/)
 * (@miyarakira)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/date-format-72/#post-6399955)
 * Hello,
 * Sorry it took me a few days to get back to you.
 * > ..there is extra space at bottom of each post title
 * This is probably due to the post content being automatically formatted. To avoid
   this, you can use the `[raw]` shortcode (must be enabled in settings):
 *     ```
       [raw]
         ..the whole code section..
       [/raw]
       ```
   
 * ..or you can put the code in one line where you don’t want any break lines.
 *     ```
       [for each=division][loop type=project count=1][field title-link]
       [field date][/loop][/for]
       ```
   
 *  Thread Starter [arcadehoney](https://wordpress.org/support/users/arcadehoney/)
 * (@arcadehoney)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/date-format-72/#post-6399956)
 * Thanks Very much for you precious support, my issue is resolved. Thanks very 
   much.
 *  Plugin Author [Eliot Akira](https://wordpress.org/support/users/miyarakira/)
 * (@miyarakira)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/date-format-72/#post-6399957)
 * I’m glad to hear it. 🙂

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

The topic ‘Date Format’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/custom-content-shortcode_766976.svg)
 * [Custom Content Shortcode](https://wordpress.org/plugins/custom-content-shortcode/)
 * [Support Threads](https://wordpress.org/support/plugin/custom-content-shortcode/)
 * [Active Topics](https://wordpress.org/support/plugin/custom-content-shortcode/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/custom-content-shortcode/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/custom-content-shortcode/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [Eliot Akira](https://wordpress.org/support/users/miyarakira/)
 * Last activity: [10 years, 8 months ago](https://wordpress.org/support/topic/date-format-72/#post-6399957)
 * Status: resolved