[Plugin: Twitter Tools] Change post title
-
How do you change the title of blog posts created from tweets? Currently, the title of the posts are simply repeating the tweet, so the blog posts from tweets look redundant.
On the old version, you could change the title by eliminating “$wpdb->escape(trim_add_elipsis($tweet->tw_text, 30))” from the line:
‘post_title’ => $wpdb->escape(trim_add_elipsis($tweet->tw_text, 30))’, and put “tweet” or something else.
I couldn’t find this in 3.0’s code, so the titles are repeating the tweet again…
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘[Plugin: Twitter Tools] Change post title’ is closed to new replies.