Why does WP do something.

 
Pessin: I must place it in functions.php ?

Vogeler: Returning the value isnt going to do anything

Everage: Fris, could you please help me with this snippet? just a simple example.

Mulrenin: Look how it is right now

Lall: Http://imgur.com/DXVxwPB,bVtZvNi

Anspaugh: Guest22, there’s no way to tell without more informaiton about where that came from?

Womble: Is that in a widget, your theme, a plugin?

Lanoie: First image is a widget called most recents from wordpress

Thomasson: Second image is a plugin called related posts

Everage: Fris, how should I do the modification, I thought returning it would do the magic. It works for the other hooks 😕

Vogeler: Not for saving post data

Everage: Fris, so just tell me what I should do 😀

Vogeler: Gimme a few mins to test something on my end

Guffy: It’s possible whirledpress?

Rohde: Guest22, I’m looking at Yarpp, they may have a solution for you.

Hatake: So I should change plugin?

Stower: Guest22, it maybe as simple as this: https://css-tricks.com/snippets/css/truncate-string-with-ellipsis/

Kloc: You don’t need to change plugins, just style the title elements in your styles.css so that text-overflow is set to ellipsis.

Metos: One thing, my a tag in recent articles dont have any cl*** yet

Widrig: I dont know how to place it

Oliveri: Find a common parent element and apply it like .recentposts a {text-overflow:ellipsis;} but .recentposts has to be whatever the plugin generates.I just made .recentposts up

Vogeler: Everage http://pastebin.com/pZcbKg8Q try this

Jardell: Recent articles isn’t a plugin

Sabio: I dont know where to place the cl*** in that a tag

Mustafaa: Maybe not explaining correctly, I dont want the style to work for all a tags

Odwyer: Just for the widget recent articles

Everage: Fris, let me check it out

Much: You can dial in on a particular area of content in your theme by a targeting like div#widget div#headline h2 { things here }

Paskow: Whirledpress: https://css-tricks.com/snippets/css/truncate-string-with-ellipsis/

Everage: Fris, it will not be appended to url

Everage: Fris, Slug does not change. Page uRL is only the post_title

Vogeler: Slug changes here, but im not using acf, i just did download-posttitle

Everage: Fris, If the slug changes why doesn’t the url of the post change? if it was http://site.com/2015/09/09/post-title-here , it is the same after publishing

Peroddy: Hey fris are you still here?

Everage: Fris, does your post page url change?

Everage: Fris, It worked ! You were changing title : I edited it to post_name :

Mckinlay: Anyone able to ***ist me with js ?

Janey: Greetings, on a wordpress.com hosted blog, need help setting up a 301 redirect. google returns haven’t helped thus far.

Khounthavong: GI_James: For support with your blog or site hosted on WordPress.com, please see http://en.support.----escape_autolink_uri:a03ded6cd97ffffa8f7b4e1454f3eecc----.com/contact/

Bellusci: Manrig: Please /join #javascript for questions about javascript

Tretola: Manrig: is it js specifically or is it jquery? #jquery for jquery

Forshay: Http://en.support.----escape_autolink_uri:a03ded6cd97ffffa8f7b4e1454f3eecc----.com/contact/

Milush: I hate wordpress.com hosted blogs.

Fleak: Not sure actually, both perhaps

Everage: Fris, when I add the get_field’year’ to my code it would be removed when the post gets published.

Everage: Fris, Why does WordPress remove year from the page URL?

Everage: I want it to be : http://site.com/2015/09/09/download-this-trailer-2009 but it would become http://site.com/2015/09/09/download-this-trailer

Everage: Why does WP do something like this?