Title: Mark Jaquith's Replies | WordPress.org

---

# Mark Jaquith

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

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

 Search replies:

## Forum Replies Created

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

1 [2](https://wordpress.org/support/users/markjaquith/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/markjaquith/replies/page/3/?output_format=md)…
[37](https://wordpress.org/support/users/markjaquith/replies/page/37/?output_format=md)
[38](https://wordpress.org/support/users/markjaquith/replies/page/38/?output_format=md)
[39](https://wordpress.org/support/users/markjaquith/replies/page/39/?output_format=md)
[→](https://wordpress.org/support/users/markjaquith/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Page Links To] Where is the URL stored?](https://wordpress.org/support/topic/where-is-the-url-stored/)
 *  Plugin Author [Mark Jaquith](https://wordpress.org/support/users/markjaquith/)
 * (@markjaquith)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/where-is-the-url-stored/#post-15559218)
 * It’s stored in the postmeta table with a meta_key of `_links_to`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Web Stories] Created Story Results in 404](https://wordpress.org/support/topic/created-story-results-in-404/)
 *  [Mark Jaquith](https://wordpress.org/support/users/markjaquith/)
 * (@markjaquith)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/created-story-results-in-404/#post-13794409)
 * [@luckynasan](https://wordpress.org/support/users/luckynasan/) [@swissspidy](https://wordpress.org/support/users/swissspidy/)
   I helped [@jsncam](https://wordpress.org/support/users/jsncam/) figure this out
   today.
 * Nothing to do with the plugin.
 * The Redis object cache on this Pantheon-hosted site had become corrupted. So 
   the attempt to update `rewrite_rules` was saying it succeeded, but was not updating
   the cache, and not updating the option in the database. Thus: 404.
 * Flushing Redis sorted that out, and we’re trying the latest version of the Redis
   object cache drop-in from Alley/Pantheon/etc in the hopes that it’ll work better.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Page Links To] Question Re Pages that use this plugin](https://wordpress.org/support/topic/question-re-pages-that-use-this-plugin/)
 *  Plugin Author [Mark Jaquith](https://wordpress.org/support/users/markjaquith/)
 * (@markjaquith)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/question-re-pages-that-use-this-plugin/#post-13171860)
 * There is not currently an option to do that, but I’m working on an add-on plugin
   with more advanced features, and I’ll add that to my list of features to consider!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Page Links To] BUG: Admin CSS added on all pages](https://wordpress.org/support/topic/bug-admin-css-added-on-all-pages/)
 *  Plugin Author [Mark Jaquith](https://wordpress.org/support/users/markjaquith/)
 * (@markjaquith)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/bug-admin-css-added-on-all-pages/#post-13171856)
 * [@gmariani405](https://wordpress.org/support/users/gmariani405/) This CSS technically
   could be required on any admin page, because `Pages > Add Page Link` opens a 
   modal window for page creation.
 * I could, perhaps, only load that CSS when the modal window is opened, but I worry
   that it might lead to repaints as the modal window would load before the styles
   that apply to it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Page Links To] Link opens in new tab not working: #new_tab behind url.](https://wordpress.org/support/topic/link-opens-in-new-tab-not-working-new_tab-behind-url/)
 *  Plugin Author [Mark Jaquith](https://wordpress.org/support/users/markjaquith/)
 * (@markjaquith)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/link-opens-in-new-tab-not-working-new_tab-behind-url/#post-12415994)
 * [@esloan](https://wordpress.org/support/users/esloan/) Thank you! People occasionally
   report this bug, but I haven’t gotten a concrete example of it in the wild. I
   reproduced it on your site, and more importantly, I know why it’s happening (
   and it’s an easy fix).
 * Fix will be out soon. You can follow along here:
 * [https://github.com/markjaquith/page-links-to/issues/100](https://github.com/markjaquith/page-links-to/issues/100)
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [wp cli search-replace scripting](https://wordpress.org/support/topic/wp-cli-search-replace-scripting/)
 *  [Mark Jaquith](https://wordpress.org/support/users/markjaquith/)
 * (@markjaquith)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/wp-cli-search-replace-scripting/#post-12410417)
 * This should get you started:
 * `./your-script.sh | grep -E '(^\\| wp_(\d+_)?options\s+.*\soption_value|Made \
   d+ replacements.)'`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Page Links To] Link opens in new tab not working: #new_tab behind url.](https://wordpress.org/support/topic/link-opens-in-new-tab-not-working-new_tab-behind-url/)
 *  Plugin Author [Mark Jaquith](https://wordpress.org/support/users/markjaquith/)
 * (@markjaquith)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/link-opens-in-new-tab-not-working-new_tab-behind-url/#post-12394443)
 * [@esloan](https://wordpress.org/support/users/esloan/) Can you provide a URL 
   of a page where this is happening, and tell me which link on that page is supposed
   to be opening in a new tab?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Page Links To] Plugin breaks the content editor tags](https://wordpress.org/support/topic/plugin-breaks-the-content-editor-tags/)
 *  Plugin Author [Mark Jaquith](https://wordpress.org/support/users/markjaquith/)
 * (@markjaquith)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/plugin-breaks-the-content-editor-tags/#post-12135528)
 * Can you please try version 3.2.1 and let me know if that fixes this issue?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Page Links To] Page Link Not Showing in Google Analytics](https://wordpress.org/support/topic/page-link-not-showing-in-google-analytics/)
 *  Plugin Author [Mark Jaquith](https://wordpress.org/support/users/markjaquith/)
 * (@markjaquith)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/page-link-not-showing-in-google-analytics/#post-12135414)
 * Google Analytics has no way to see that the user viewed that PDF. PDFs are not
   webpages that can have embedded analytics. They are static files.
 * You could solve this by manually firing a page view event for Google Analytics
   for that URL when the URL is clicked from a webpage on your site, or you could
   try using a PDF viewing plugin to embed the PDF onto a webpage (and this way,
   Google Analytics would still fire when that page was visited).
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Page Links To] Plugin/theme conflicts which break main menu](https://wordpress.org/support/topic/plugin-theme-conflicts-which-break-main-menu/)
 *  Plugin Author [Mark Jaquith](https://wordpress.org/support/users/markjaquith/)
 * (@markjaquith)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/plugin-theme-conflicts-which-break-main-menu/#post-12135412)
 * This is weird. The plugin doesn’t output any CSS styles on the front of the site.
 * Your site has a bunch of weird style rules for the menu that have half-pixel 
   values, but these seem to have been intentionally entered in some sort of inline
   CSS editor.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Help] WordPress Network (Multisite) Compatibility](https://wordpress.org/support/topic/wordpress-network-multisite-compatibility/)
 *  Plugin Author [Mark Jaquith](https://wordpress.org/support/users/markjaquith/)
 * (@markjaquith)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/wordpress-network-multisite-compatibility/#post-12135333)
 * Yep, site sync would be the way to do it!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Help] WP Help abandoned plugin ?](https://wordpress.org/support/topic/wp-help-abandoned-plugin/)
 *  Plugin Author [Mark Jaquith](https://wordpress.org/support/users/markjaquith/)
 * (@markjaquith)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/wp-help-abandoned-plugin/#post-12108924)
 * It’s alive! Please try version 1.6.1.
 * Thanks for the prodding, everyone.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Page Links To] V3.1 breaks Yoast section in the classic editor](https://wordpress.org/support/topic/v3-1-breaks-yoast-section-in-the-classic-editor/)
 *  Plugin Author [Mark Jaquith](https://wordpress.org/support/users/markjaquith/)
 * (@markjaquith)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/v3-1-breaks-yoast-section-in-the-classic-editor/#post-11520682)
 * Can you all please try version 3.1.1 and tell me if it resolves the issue?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Page Links To] V3.1 breaks Yoast section in the classic editor](https://wordpress.org/support/topic/v3-1-breaks-yoast-section-in-the-classic-editor/)
 *  Plugin Author [Mark Jaquith](https://wordpress.org/support/users/markjaquith/)
 * (@markjaquith)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/v3-1-breaks-yoast-section-in-the-classic-editor/#post-11514911)
 * Thanks [@teknofilo](https://wordpress.org/support/users/teknofilo/) — I’ll look
   into this!
 * If there’s anything in your brower’s error console, please paste it in here for
   me!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Page Links To] Link opens in new tab not working: #new_tab behind url.](https://wordpress.org/support/topic/link-opens-in-new-tab-not-working-new_tab-behind-url/)
 *  Plugin Author [Mark Jaquith](https://wordpress.org/support/users/markjaquith/)
 * (@markjaquith)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/link-opens-in-new-tab-not-working-new_tab-behind-url/#post-11514426)
 * [@tekgirlymama](https://wordpress.org/support/users/tekgirlymama/) Many sites
   will not let you “iframe” them for security reasons.
 * [@dburney](https://wordpress.org/support/users/dburney/) the “Lingren: Thriving
   on Collaborative Global Investment” post opens in a new tab for me in Firefox
   and in Chrome.

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

1 [2](https://wordpress.org/support/users/markjaquith/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/markjaquith/replies/page/3/?output_format=md)…
[37](https://wordpress.org/support/users/markjaquith/replies/page/37/?output_format=md)
[38](https://wordpress.org/support/users/markjaquith/replies/page/38/?output_format=md)
[39](https://wordpress.org/support/users/markjaquith/replies/page/39/?output_format=md)
[→](https://wordpress.org/support/users/markjaquith/replies/page/2/?output_format=md)