• Hello,

    My question is very similar to the closed thread here. https://wordpress.org/support/topic/plugin-twitter-tools-change-post-title?replies=8
    My problem is that I do not know how to execute these suggestions.

    I see one that suggests modifying a filter in the program….could you please provide a little more direction on how to do that?

    Ideally I want to have a short generic title or perhaps just a blank line as a title for my tweets coming in. The plugin is running really great, it just looks kind of awkward to have the title and then the post repeated.

    Thanks for bearing with me as I am very new to all this. Once I get pointed in the right direction, I should be ok.

    Best,
    George

    https://wordpress.org/plugins/twitter-tools/

Viewing 1 replies (of 1 total)
  • My solution was to hide the titles via CSS for status posts (which the post type that Twitter Tools creates).

    I added this to my theme’s style.css:

    .format-status .entry-title {
    display: none;

Viewing 1 replies (of 1 total)
  • The topic ‘Modify the title’ is closed to new replies.