Title: title format
Last modified: August 21, 2016

---

# title format

 *  Resolved [pcfalanga](https://wordpress.org/support/users/pcfalanga/)
 * (@pcfalanga)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/title-format-1/)
 * I’m using this code “[catList id = 18 orderby = date order = desc]”.
    How do 
   I show the date of publication: “28.06.2014”? Example: “28/06/2014 – NAME TITLE”
 * [https://wordpress.org/plugins/list-category-posts/](https://wordpress.org/plugins/list-category-posts/)

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

 *  Plugin Author [Fernando Briano](https://wordpress.org/support/users/fernandobt/)
 * (@fernandobt)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/title-format-1/#post-5052041)
 * Check out this parameter:
 * > **dateformat** – Format of the date output. The default format is the one you’ve
   > set on your WordPress settings. Example: `[catlist id=42 dateformat="l F dS,
   > Y"]` would display the date as “Monday January 21st, 2013”. Check [http://codex.wordpress.org/Formatting_Date_and_Time](http://codex.wordpress.org/Formatting_Date_and_Time)
   > for more options to display date.
 * For more customization you’ll probably need to build a template.
 *  Thread Starter [pcfalanga](https://wordpress.org/support/users/pcfalanga/)
 * (@pcfalanga)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/title-format-1/#post-5052060)
 * where do I activate date?
    But default date=OFF, correct?
 *  Thread Starter [pcfalanga](https://wordpress.org/support/users/pcfalanga/)
 * (@pcfalanga)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/title-format-1/#post-5052061)
 * I got, thanks. i activated.
 *  Thread Starter [pcfalanga](https://wordpress.org/support/users/pcfalanga/)
 * (@pcfalanga)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/title-format-1/#post-5052064)
 * one more thing, the date is at the end, how do I put in front? Example: DATE –
   TITLE?
    The code I’m using: “[catlist name=chakal dateformat”d/m/Y”]”
 *  Plugin Author [Fernando Briano](https://wordpress.org/support/users/fernandobt/)
 * (@fernandobt)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/title-format-1/#post-5052080)
 * To change the order of the date and post title, you should use a template. Use
   the default.php file as an example and put the date before the title there.
 * This line:
 *     ```
       //Show date:
         $lcp_display_output .= ' ' . $this->get_date($single);
       ```
   
 * Should be before this line:
 *     ```
       //Show the title and link to the post:
         $lcp_display_output .= $this->get_post_title($single);
       ```
   
 * Look for the **template** parameter in [the documentation](http://wordpress.org/plugins/list-category-posts/other_notes/)
   to read more about this.
 *  Thread Starter [pcfalanga](https://wordpress.org/support/users/pcfalanga/)
 * (@pcfalanga)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/title-format-1/#post-5052195)
 * I changed, but the date is not in the beginning is the end …
 *  Thread Starter [pcfalanga](https://wordpress.org/support/users/pcfalanga/)
 * (@pcfalanga)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/title-format-1/#post-5052197)
 * I copied the line “$ lcp_display_output = ‘$ this-> get_date ($ single);..” for
   before the line “$ lcp_display_output = $ this-> get_post_title ($ single);”

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

The topic ‘title format’ is closed to new replies.

 * ![](https://ps.w.org/list-category-posts/assets/icon-256x256.png?rev=2517221)
 * [List category posts](https://wordpress.org/plugins/list-category-posts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/list-category-posts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/list-category-posts/)
 * [Active Topics](https://wordpress.org/support/plugin/list-category-posts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/list-category-posts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/list-category-posts/reviews/)

 * 7 replies
 * 2 participants
 * Last reply from: [pcfalanga](https://wordpress.org/support/users/pcfalanga/)
 * Last activity: [11 years, 10 months ago](https://wordpress.org/support/topic/title-format-1/#post-5052197)
 * Status: resolved