Title: jezthomp's Replies | WordPress.org

---

# jezthomp

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Query Loop] Posts only display in ‘exclude’ search not ‘include’?](https://wordpress.org/support/topic/posts-only-display-in-exclude-search-not-include/)
 *  Thread Starter [jezthomp](https://wordpress.org/support/users/jezthomp/)
 * (@jezthomp)
 * [4 months, 3 weeks ago](https://wordpress.org/support/topic/posts-only-display-in-exclude-search-not-include/#post-18785474)
 * To eleaborate further this is down to if there are too many posts/pages with 
   specific content it wont show in the list of post choices.
 * For example..
   You have 100 posts, you want to include a post called Hello world,
   when you search for that if there are more than 10 posts include _hello_ in the
   rest api call/post content (not the title) then the post title hello world wont
   be included.You can confirm this by doing something like this… /wp-json/wp/v2/
   pages?per_page=10&search=hello world&_locale=user the post you’re after wont 
   show up.However, if you change it to.. /wp-json/wp/v2/pages?per_page=50&search
   =hello world&_locale=userIt will appear in 15th or something outside of the top
   10.**So the question is can there be a way to only add posts via their title 
   rather than the whole content?**Thank you 🙂
    -  This reply was modified 4 months, 3 weeks ago by [jezthomp](https://wordpress.org/support/users/jezthomp/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Twitter Feeds - A Tweets Widget or X Feed Widget] Twitter feed not updating…](https://wordpress.org/support/topic/twitter-feed-not-updating-5/)
 *  Thread Starter [jezthomp](https://wordpress.org/support/users/jezthomp/)
 * (@jezthomp)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/twitter-feed-not-updating-5/#post-18441900)
 * Thank you, i have done that before but i’ll try again and check in a few days.
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [Loading a default pattern per custom post type](https://wordpress.org/support/topic/loading-a-default-pattern-per-custom-post-type/)
 *  [jezthomp](https://wordpress.org/support/users/jezthomp/)
 * (@jezthomp)
 * [1 year, 3 months ago](https://wordpress.org/support/topic/loading-a-default-pattern-per-custom-post-type/#post-18349639)
 * Could you not just do this with another post’s content as well?
   Setup a ‘master’
   page that you’re happy with, get that page/post id then re-use its content each
   time you create a new post/page?
 * Anything wrong with this method?
 *     ```wp-block-code
        add_filter('default_content', 'cpt_portfolio_default_content', 10, 2);function cpt_portfolio_default_content($content, $post) {    if ($post->post_type === 'cpt-portfolio') {        // Replace 5055 with the ID of your reusable block or draft page        $pattern_post_id = 12559;        $pattern_post = get_post($pattern_post_id);        if ($pattern_post) {            $content = $pattern_post->post_content;        }    }    return $content;}
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Downgrade | Specific Core Version] Stuck on ‘Another update is currently in progress.’](https://wordpress.org/support/topic/stuck-on-another-update-is-currently-in-progress/)
 *  Thread Starter [jezthomp](https://wordpress.org/support/users/jezthomp/)
 * (@jezthomp)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/stuck-on-another-update-is-currently-in-progress/#post-14185266)
 * This has broken the ability to auto update or even manually update.
 * How do i permanently remove any remaining files please, I’ve deactivated and 
   deleted the plugin files but it is still not letting me update?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[OMGF | GDPR/DSGVO Compliant, Faster Google Fonts. Easy.] Google Fonts: http_request_failed – cURL error 51](https://wordpress.org/support/topic/google-fonts-http_request_failed-curl-error-51/)
 *  Thread Starter [jezthomp](https://wordpress.org/support/users/jezthomp/)
 * (@jezthomp)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/google-fonts-http_request_failed-curl-error-51/#post-13548864)
 * I’m building locally at first on MAMP and unsure whether the client will want
   an SSL at the final point, does that mean cannot use this plugin until there 
   is an SSL associated?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CAOS | Host Google Analytics Locally] Doesn’t seem to be tracking when cookie accepted?](https://wordpress.org/support/topic/doesnt-seem-to-be-tracking-when-cookie-accepted/)
 *  Thread Starter [jezthomp](https://wordpress.org/support/users/jezthomp/)
 * (@jezthomp)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/doesnt-seem-to-be-tracking-when-cookie-accepted/#post-10741784)
 * Looks like it was a server problem as you suggested, they responded with this…
 * > This looks to have been an nginx misconfiguration error – the syntax for setting
   > up a default site is to use an underscore “_” character for the server_name
   > parameter.
   > I have added the domain to the server_name parameter, with the addition of 
   > the “_” to catch all other requests.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CAOS | Host Google Analytics Locally] Doesn’t seem to be tracking when cookie accepted?](https://wordpress.org/support/topic/doesnt-seem-to-be-tracking-when-cookie-accepted/)
 *  Thread Starter [jezthomp](https://wordpress.org/support/users/jezthomp/)
 * (@jezthomp)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/doesnt-seem-to-be-tracking-when-cookie-accepted/#post-10728552)
 * Okay thank you, i’ll ask them and get back.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Autoptimize] How to remove type attributes?](https://wordpress.org/support/topic/how-to-remove-type-attributes/)
 *  [jezthomp](https://wordpress.org/support/users/jezthomp/)
 * (@jezthomp)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/how-to-remove-type-attributes/#post-10618004)
 * Can anyone help with how to use the autoptimize_html_after_minify to remove the`
   type` from the javascript tag please?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CookieYes – Cookie Banner for Cookie Consent (Easy to setup GDPR/CCPA Compliant Cookie Notice)] Do i need to add a cookie to make it work?](https://wordpress.org/support/topic/do-i-need-to-add-a-cookie-to-make-it-work/)
 *  Thread Starter [jezthomp](https://wordpress.org/support/users/jezthomp/)
 * (@jezthomp)
 * [7 years, 11 months ago](https://wordpress.org/support/topic/do-i-need-to-add-a-cookie-to-make-it-work/#post-10443797)
 * Thank you Mark.
 * How do i know what cookies are used on my site to add to the plugin?
 * I’ve looked on the web inspector under Storage > Cookies and have the following
   names…
 * _ga
    _gid caosLocalGa_gid caosLocalGa
 * So i would ‘add new’ the above names?
 * How do i know if these are persistent, session, or third-party, duration, sensitivity,
   necessary or non-necessary?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Whats happened to the image sizes, broken?](https://wordpress.org/support/topic/whats-happened-to-the-image-sizes-broken/)
 *  Thread Starter [jezthomp](https://wordpress.org/support/users/jezthomp/)
 * (@jezthomp)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/whats-happened-to-the-image-sizes-broken/#post-10020529)
 * Sorry, yes that answered the question thank you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Whats happened to the image sizes, broken?](https://wordpress.org/support/topic/whats-happened-to-the-image-sizes-broken/)
 *  Thread Starter [jezthomp](https://wordpress.org/support/users/jezthomp/)
 * (@jezthomp)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/whats-happened-to-the-image-sizes-broken/#post-9959854)
 * What about the image size for the thumbnail scroller, they are suddenly massive.
 * Or is this to be controlled via css moving forward?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Postie] Limit posts to specific @email address?](https://wordpress.org/support/topic/limit-posts-to-specific-email-address/)
 *  Thread Starter [jezthomp](https://wordpress.org/support/users/jezthomp/)
 * (@jezthomp)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/limit-posts-to-specific-email-address/#post-9749661)
 * When i do a default setup any email could post a post, i tried my own email and
   another google email and both submitted to the draft.
 * I want to limit it to specific email addresses to limit spam almost entirely.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Change Title of Order to Order Number in My Account page?](https://wordpress.org/support/topic/change-title-of-order-to-order-number-in-my-account-page/)
 *  Thread Starter [jezthomp](https://wordpress.org/support/users/jezthomp/)
 * (@jezthomp)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/change-title-of-order-to-order-number-in-my-account-page/#post-8861700)
 * Works perfectly thank you 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Autoptimize] Enqueue Optimised CSS after WooCommerce CSS?](https://wordpress.org/support/topic/enqueue-optimised-css-after-woocommerce-css/)
 *  Thread Starter [jezthomp](https://wordpress.org/support/users/jezthomp/)
 * (@jezthomp)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/enqueue-optimised-css-after-woocommerce-css/#post-8635284)
 * Perfect thank you so much 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Autoptimize] Enqueue Optimised CSS after WooCommerce CSS?](https://wordpress.org/support/topic/enqueue-optimised-css-after-woocommerce-css/)
 *  Thread Starter [jezthomp](https://wordpress.org/support/users/jezthomp/)
 * (@jezthomp)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/enqueue-optimised-css-after-woocommerce-css/#post-8634670)
 * Thank you, thats very kind.
 * A pastebin of the html here, with the url edited..
 * [http://pastebin.com/GSivu2sG](http://pastebin.com/GSivu2sG)
 * Thanks again 🙂

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

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