Forums

[Plugin: wp-quote-tweets] Upgrading wipes out customization (6 posts)

  1. Ipstenu
    Member
    Posted 2 months ago #

    Every time you upgrade it wipes out your custom styles. Would it be possible to move those to your theme folder, perhaps? Or some place less likely to get whacked?

    http://wordpress.org/extend/plugins/wp-quote-tweets/

  2. 0xTC
    Member
    Posted 2 months ago #

    You can now also save your custom quote templates in a wpqt folder in your theme's directory.
    example:
    /wp-content/themes/{your current theme}/wpqt/{your custom template}/

  3. Ipstenu
    Member
    Posted 2 months ago #

    Genius!

  4. Ipstenu
    Member
    Posted 2 months ago #

    Heh, okay here's fun. Doesn't work on Child Themes.

    $templatesDir = get_bloginfo('template_directory').'/wpqt/'; picks up the PARENT theme.

    I tried $templatesDir = STYLESHEETPATH . "/wpqt/"; but it didn't work.

  5. 0xTC
    Member
    Posted 2 months ago #

    template paths should be fixed in 4.0.1

  6. Ipstenu
    Member
    Posted 2 months ago #

    Testing this as soon as work stops flipping out :)

Reply

You must log in to post.

About this Topic