Title: Hack post title adding elements
Last modified: August 21, 2016

---

# Hack post title adding elements

 *  Resolved [Dani](https://wordpress.org/support/users/danicasati/)
 * (@danicasati)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/hack-post-title-adding-elements/)
 * Hi.
    It would be possible to hack title adding customized elements?
 * For example:
    MY POST TITLE
 * to
    MY POST TITLE + (my customized string)
 * [http://wordpress.org/plugins/list-category-posts/](http://wordpress.org/plugins/list-category-posts/)

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

 *  Plugin Author [Fernando Briano](https://wordpress.org/support/users/fernandobt/)
 * (@fernandobt)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/hack-post-title-adding-elements/#post-4351423)
 * How do you suggest this would work on the shortcode? Would it be one string for
   every post or one per each post? If so, I guess the best would be to make it 
   a custom field. I’ll work a way out of displaying just custom field values and
   not their names for a future version.
 *  Thread Starter [Dani](https://wordpress.org/support/users/danicasati/)
 * (@danicasati)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/hack-post-title-adding-elements/#post-4351424)
 * Sounds good, but a simpler solution is ability to attach a custom string with
   every shortcode.
    Actually, if I put a string AFTER shortcode, it is displayed
   BELOW post list, but plugin could support this feature, INSIDE shortcode add 
   a custom string.
 * Result could be this:
    POST TITLE (my custom string)
 * Anyway, ability to display only custom field values is a great feature too.
 *  Thread Starter [Dani](https://wordpress.org/support/users/danicasati/)
 * (@danicasati)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/hack-post-title-adding-elements/#post-4351456)
 * What about this feature? Any news?
    I’m actually using a shortcode for every 
   list and a H3 title for every shortcode, but height of site is too big. With 
   this feature, I could put desired information in same line.
 *  Plugin Author [Fernando Briano](https://wordpress.org/support/users/fernandobt/)
 * (@fernandobt)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/hack-post-title-adding-elements/#post-4351459)
 * I’ve been running low on time for the plugin these days, but I’ll get some new
   coding done this week.
 *  Thread Starter [Dani](https://wordpress.org/support/users/danicasati/)
 * (@danicasati)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/hack-post-title-adding-elements/#post-4351472)
 * Wow, Vagrant Box new feature seems very difficult to use…
    Anyway, any news about
   ability to add manually strings?
 *  Plugin Author [Fernando Briano](https://wordpress.org/support/users/fernandobt/)
 * (@fernandobt)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/hack-post-title-adding-elements/#post-4351474)
 * The Vagrant box is mostly oriented at developers who want to hack on the plugin
   without having to set up Apache + PHP + MySQL on their machines. It’s not that
   complex, following the documentation is pretty straight forward if you are familiar
   with GNU/Linux.
 * Back to this feature: It’s implemented, just update to version 0.39 and use the`
   post_suffix` parameter:
 * **post_suffix** – Pass a string to this parameter to display the string after
   every post title:
 * `[catlist numberposts=-1 post_suffix="Hello World"]`
 * Will create something like:
 *     ```
       <ul class="lcp_catlist" id=lcp_instance_0>
         <li>
           <a href="http://127.0.0.1:8080/wordpress/?p=42" title="WordPress">
             WordPress
           </a> Hello World </li>
       ```
   
 *  Thread Starter [Dani](https://wordpress.org/support/users/danicasati/)
 * (@danicasati)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/hack-post-title-adding-elements/#post-4351475)
 * Excellent!
    Keep your good work!
 * Thank you very much for improving this plugin.
 *  Plugin Author [Fernando Briano](https://wordpress.org/support/users/fernandobt/)
 * (@fernandobt)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/hack-post-title-adding-elements/#post-4351476)
 * 😀
 * Let me know what you think!
    Regards,
 *  [Mikhail](https://wordpress.org/support/users/acnezone/)
 * (@acnezone)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/hack-post-title-adding-elements/#post-4351477)
 * HI! I’m a newbie
 * Please, Can you help me with this css ?
 * Now I’ve got this – [http://acnereview.ru/obychnye-umyvalki](http://acnereview.ru/obychnye-umyvalki)
 * How can I make like this – [http://usagain-minneapolis.com/news/](http://usagain-minneapolis.com/news/)
 * I need to edit lcp_paginator.css or something else?
    What I need to edit, where?
 * In what file I need to put these?
 * img.lcp_catst { float:left; margin:5px 10px 5px 0; width:100px; height:100px;
   vertical-align:text-top; }
 * span.lcp_title {
    display: block; font-size: 11pt; font-family: sans-serif; }
   span.lcp_excerpt { display: block; font-family: sans-serif; } .lcp_date p { display:
   block; } #content ul.lcp_catlist li {list-style-type:none; display:block;} ul.
   lcp_catlist li {list-style-type:none;}
 * Many, many thanks!!!!
 * [http://wordpress.org/plugins/list-category-posts/](http://wordpress.org/plugins/list-category-posts/)
 *  Thread Starter [Dani](https://wordpress.org/support/users/danicasati/)
 * (@danicasati)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/hack-post-title-adding-elements/#post-4351480)
 * This feature is work perfectly.
    It would be better to add HTML code, so user
   could use a link or any HTML tag in the title.
 *  Plugin Author [Fernando Briano](https://wordpress.org/support/users/fernandobt/)
 * (@fernandobt)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/hack-post-title-adding-elements/#post-4351483)
 * **acnezone**: Please open a new thread for your question.
 * **danicasati**: I’ll look into that.

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

The topic ‘Hack post title adding elements’ 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/)

 * 11 replies
 * 3 participants
 * Last reply from: [Fernando Briano](https://wordpress.org/support/users/fernandobt/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/hack-post-title-adding-elements/#post-4351483)
 * Status: resolved