Title: Edit Link
Last modified: May 2, 2018

---

# Edit Link

 *  Resolved [mtopp](https://wordpress.org/support/users/mtopp/)
 * (@mtopp)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/edit-link-8/)
 * Hi,
 * is it possible to edit the link to the history entry…
    Example: [http://XXXX.de/history/2018](http://XXXX.de/history/2018)
   I would like to change the “/history/” to any other word. So it is more flexible.
 * Next is…
    Color picker to change colors of the time line.

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

 *  Plugin Author [sehgal.sunny](https://wordpress.org/support/users/sehgalsunny/)
 * (@sehgalsunny)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/edit-link-8/#post-10241537)
 * Hi [@mtopp](https://wordpress.org/support/users/mtopp/),
 * Yes, you can change history from the URL.
    Just follow below instruction: Go 
   to below path of your p and change slug name:
 * > wp-content\plugins\timeline-history\post-type.php
   >  On line number 16 just change
   > slug name (‘rewrite’ => array(‘slug’ => ‘history’))
 * And for color:
 * Update below code to your CSS file or WordPress back-end. Note – Please keep 
   parent class to apply the css if possible.
 *     ```
       section.cd-horizontal-timeline .cd-timeline-navigation a.next, section.cd-horizontal-timeline .cd-timeline-navigation a.prev {background: #d4c72c none repeat scroll 0 0 !important; border: 2px solid #d4c72c !important;}
       section.cd-horizontal-timeline .events a.older-event::after {border-color: #d4c72c;}
       section.cd-horizontal-timeline .filling-line{background-color: #d4c72c;}
       section.cd-horizontal-timeline .events a.selected::after {background-color: #d4812c; border-color: #d4c72c;}
       ```
   
    -  This reply was modified 7 years, 11 months ago by [sehgal.sunny](https://wordpress.org/support/users/sehgalsunny/).
 *  Thread Starter [mtopp](https://wordpress.org/support/users/mtopp/)
 * (@mtopp)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/edit-link-8/#post-10242945)
 * Hi [@sehgalsunny](https://wordpress.org/support/users/sehgalsunny/)
 * thanks for support.
    I already edit this, but on the next update it will overridden.
 * So i think, it is better to implement this two features???
 * best regards
    -  This reply was modified 7 years, 11 months ago by [mtopp](https://wordpress.org/support/users/mtopp/).
 *  Plugin Author [sehgal.sunny](https://wordpress.org/support/users/sehgalsunny/)
 * (@sehgalsunny)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/edit-link-8/#post-10249084)
 * Yes, sure [@mtopp](https://wordpress.org/support/users/mtopp/) 🙂

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

The topic ‘Edit Link’ is closed to new replies.

 * ![](https://ps.w.org/timeline-history/assets/icon-256x256.png?rev=1683403)
 * [Timeline History](https://wordpress.org/plugins/timeline-history/)
 * [Support Threads](https://wordpress.org/support/plugin/timeline-history/)
 * [Active Topics](https://wordpress.org/support/plugin/timeline-history/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/timeline-history/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/timeline-history/reviews/)

## Tags

 * [edit](https://wordpress.org/support/topic-tag/edit/)

 * 3 replies
 * 2 participants
 * Last reply from: [sehgal.sunny](https://wordpress.org/support/users/sehgalsunny/)
 * Last activity: [7 years, 11 months ago](https://wordpress.org/support/topic/edit-link-8/#post-10249084)
 * Status: resolved