Title: evasivesoftware's Replies | WordPress.org

---

# evasivesoftware

  [  ](https://wordpress.org/support/users/evasivesoftware/)

 *   [Profile](https://wordpress.org/support/users/evasivesoftware/)
 *   [Topics Started](https://wordpress.org/support/users/evasivesoftware/topics/)
 *   [Replies Created](https://wordpress.org/support/users/evasivesoftware/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/evasivesoftware/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/evasivesoftware/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/evasivesoftware/engagements/)
 *   [Favorites](https://wordpress.org/support/users/evasivesoftware/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 33 total)

1 [2](https://wordpress.org/support/users/evasivesoftware/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/evasivesoftware/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/evasivesoftware/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PrettyPress] Previewing post shows post name above all content](https://wordpress.org/support/topic/previewing-post-shows-post-name-above-all-content/)
 *  Plugin Author [evasivesoftware](https://wordpress.org/support/users/evasivesoftware/)
 * (@evasivesoftware)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/previewing-post-shows-post-name-above-all-content/#post-6496630)
 * Can you rename it to .php.txt so we can view the source?
    Cheers!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PrettyPress] Publishing Restrictions](https://wordpress.org/support/topic/publishing-restrictions/)
 *  Plugin Author [evasivesoftware](https://wordpress.org/support/users/evasivesoftware/)
 * (@evasivesoftware)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/publishing-restrictions/#post-6467476)
 * Good point zurcherart – I’ve added this to our to do list for 1.3
 * Cheers
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PrettyPress] Previewing post shows post name above all content](https://wordpress.org/support/topic/previewing-post-shows-post-name-above-all-content/)
 *  Plugin Author [evasivesoftware](https://wordpress.org/support/users/evasivesoftware/)
 * (@evasivesoftware)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/previewing-post-shows-post-name-above-all-content/#post-6496617)
 * Can you show me your header.php file?
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[PrettyPress] Does not work for my theme](https://wordpress.org/support/topic/broken-by-design/)
 *  Plugin Author [evasivesoftware](https://wordpress.org/support/users/evasivesoftware/)
 * (@evasivesoftware)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/broken-by-design/#post-8003406)
 * Do you have the option to add code to functions.php? If so, try adding
 *     ```
       if ( function_exists('prettypress_thetitle') ) {
       	add_filter( 'get_the_title', 'prettypress_thetitle', 10, 1 );
       }
       ```
   
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[PrettyPress] Does not work for my theme](https://wordpress.org/support/topic/broken-by-design/)
 *  Plugin Author [evasivesoftware](https://wordpress.org/support/users/evasivesoftware/)
 * (@evasivesoftware)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/broken-by-design/#post-8003404)
 * Hi Jhoppe,
 * Prettypress does indeed work for both the_title() and get_the_title(), it does
   _not_ hook the_title_attribute()
 * If you there has a link like so
 * `<a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_title();?
   ></a>`
 * Then this is unsafe, as the_title() does not escape characters for being wrapped
   in argument. The correct usage would be
 * `<a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>">
   <?php the_title(); ?></a>`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PrettyPress] No longer opens](https://wordpress.org/support/topic/no-longer-opens/)
 *  Plugin Author [evasivesoftware](https://wordpress.org/support/users/evasivesoftware/)
 * (@evasivesoftware)
 * [10 years, 12 months ago](https://wordpress.org/support/topic/no-longer-opens/#post-6357415)
 * Can you explain what happens when you press the “Launch PrettyPress” button now?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PrettyPress] Is the plugin still mantained? (both free and pro)](https://wordpress.org/support/topic/is-the-plugin-still-mantained-both-free-and-pro/)
 *  Plugin Author [evasivesoftware](https://wordpress.org/support/users/evasivesoftware/)
 * (@evasivesoftware)
 * [10 years, 12 months ago](https://wordpress.org/support/topic/is-the-plugin-still-mantained-both-free-and-pro/#post-6379818)
 * Hey,
 * Yep the plugin is still maintained and bug fixed.
 * Cheers.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PrettyPress] Markdown Footnotes](https://wordpress.org/support/topic/markdown-footnotes/)
 *  Plugin Author [evasivesoftware](https://wordpress.org/support/users/evasivesoftware/)
 * (@evasivesoftware)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/markdown-footnotes/#post-5646901)
 * Hi floflofloflo,
 * Not as of yet, but it’s on our “to-do” for next release.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[PrettyPress] Be aware of markdown bug. UPDATED as of v.1.0.6](https://wordpress.org/support/topic/be-aware-of-markdown-bug/)
 *  Plugin Author [evasivesoftware](https://wordpress.org/support/users/evasivesoftware/)
 * (@evasivesoftware)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/be-aware-of-markdown-bug/#post-7831380)
 * Howdy,
 * Thanks for the feedback!
    We’ve addressed a ton of user interface issues with
   version 1.1.1, feel free to give it a go 🙂
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[PrettyPress] Scroll down not working](https://wordpress.org/support/topic/scroll-down-not-working/)
 *  Plugin Author [evasivesoftware](https://wordpress.org/support/users/evasivesoftware/)
 * (@evasivesoftware)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/scroll-down-not-working/#post-7886566)
 * Howdy.
 * Thanks for your feedback regarding PrettyPress.
 * In our latest release, version 1.1.1, we’ve added an option to disable the markdown
   editor which should prevent commiting any edits through the markdown processor.
 * We’ve also fixed multiple bugs with the visual editor that should now allow you
   to properly scroll down with the content as you write it.
 * Thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PrettyPress] Ensure Visual Editor Pop ups work](https://wordpress.org/support/topic/ensure-visual-editor-pop-ups-work/)
 *  Plugin Author [evasivesoftware](https://wordpress.org/support/users/evasivesoftware/)
 * (@evasivesoftware)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/ensure-visual-editor-pop-ups-work/#post-5472713)
 * Hello,
 * Thanks for your feedback.
    We’ve added your TinyMCE CSS to our “TinyMCE hacks”
   css section in version 1.1.1.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PrettyPress] How to disable the markdown tab](https://wordpress.org/support/topic/how-to-disable-the-markdown-tab/)
 *  Plugin Author [evasivesoftware](https://wordpress.org/support/users/evasivesoftware/)
 * (@evasivesoftware)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/how-to-disable-the-markdown-tab/#post-5293236)
 * Hello,
 * With our most recent update (1.1.1), it’s now possible to disable the markdown
   tab again.
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PrettyPress] I love it but it breaks my theme](https://wordpress.org/support/topic/i-love-it-but-it-breaks-my-theme/)
 *  Plugin Author [evasivesoftware](https://wordpress.org/support/users/evasivesoftware/)
 * (@evasivesoftware)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/i-love-it-but-it-breaks-my-theme/#post-5143465)
 * Closing thread due to inactivity – try updating to 1.1.0.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PrettyPress] How to disable the markdown tab](https://wordpress.org/support/topic/how-to-disable-the-markdown-tab/)
 *  Plugin Author [evasivesoftware](https://wordpress.org/support/users/evasivesoftware/)
 * (@evasivesoftware)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/how-to-disable-the-markdown-tab/#post-5292963)
 * This functionality was removed in version 1.1.0, however, if we receive enough
   feedback requesting this be placed back in, we can re-add it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PrettyPress] oembed](https://wordpress.org/support/topic/oembed-4/)
 *  Plugin Author [evasivesoftware](https://wordpress.org/support/users/evasivesoftware/)
 * (@evasivesoftware)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/oembed-4/#post-5213127)
 * Hi there,
 * We’ve just released shortcode previews in version 1.1.0, and play to add oembed
   previews next release.
 * Thanks.

Viewing 15 replies - 1 through 15 (of 33 total)

1 [2](https://wordpress.org/support/users/evasivesoftware/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/evasivesoftware/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/evasivesoftware/replies/page/2/?output_format=md)