Title: teaperson2000's Replies | WordPress.org

---

# teaperson2000

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

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

 Search replies:

## Forum Replies Created

Viewing 14 replies - 1 through 14 (of 14 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AMP] A value for the logo field is required.](https://wordpress.org/support/topic/a-value-for-the-logo-field-is-required-2/)
 *  [teaperson2000](https://wordpress.org/support/users/teaperson2000/)
 * (@teaperson2000)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/a-value-for-the-logo-field-is-required-2/#post-8610306)
 * There may be a better way, but I have this in my functions and it fixed the issue:
   
   add_filter( ‘amp_post_template_metadata’, ‘who2_amp_modify_json_metadata’, 10,
   2 );
 * function who2_amp_modify_json_metadata( $metadata, $post ) {
    $metadata[‘@type’]
   = ‘NewsArticle’;
 *  $metadata[‘publisher’][‘logo’] = array(
    ‘@type’ => ‘ImageObject’, ‘url’ => ‘
   [http://www.who2.com/wp-content/uploads/2016/03/who2googly.png&#8217](http://www.who2.com/wp-content/uploads/2016/03/who2googly.png&#8217);,‘
   height’ => 60, ‘width’ => 600, ); $metadata[‘description’] = strip_tags(apply_filters(‘
   the_excerpt’, get_post_field(‘post_excerpt’, $post->post_id))); return $metadata;}
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Post Thumbnail Editor] Edit More Details > Edit Image > Post Thumbnail Editor link broken](https://wordpress.org/support/topic/edit-more-details-edit-image-post-thumbnail-editor-link-broken/)
 *  [teaperson2000](https://wordpress.org/support/users/teaperson2000/)
 * (@teaperson2000)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/edit-more-details-edit-image-post-thumbnail-editor-link-broken/#post-8495618)
 * Experiencing this problem as well after upgrading to WP 4.6.1. Does anyone have
   a workaround?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WebberZone Top 10 — Popular Posts] Displaying attachment pages in widgets](https://wordpress.org/support/topic/displaying-attachment-pages-in-widgets/)
 *  Thread Starter [teaperson2000](https://wordpress.org/support/users/teaperson2000/)
 * (@teaperson2000)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/displaying-attachment-pages-in-widgets/#post-6776983)
 * FYI, this is either not fixed in the latest version or broken again. The hack
   now needs to be /includes/public/display-posts.php
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AMP] Can't change Schema.org (JSON) Metadata Publisher Logo](https://wordpress.org/support/topic/cant-change-schemaorg-json-metadata-publisher-logo/)
 *  [teaperson2000](https://wordpress.org/support/users/teaperson2000/)
 * (@teaperson2000)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/cant-change-schemaorg-json-metadata-publisher-logo/#post-7165624)
 * I just used this exact same code, and it worked for me. Which I know is not very
   helpful at all, but it does suggest that maybe something else besides this snippet
   of code is what is causing problems.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] Disable on AMP pages](https://wordpress.org/support/topic/disable-on-amp-pages/)
 *  [teaperson2000](https://wordpress.org/support/users/teaperson2000/)
 * (@teaperson2000)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/disable-on-amp-pages/#post-7100581)
 * [@cybmeta](https://wordpress.org/support/users/cybmeta/) Thank you! The latter
   solution is the simple thing I was looking for. My pages are pretty small so 
   HTML minification is not a serious issue.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] Disable on AMP pages](https://wordpress.org/support/topic/disable-on-amp-pages/)
 *  [teaperson2000](https://wordpress.org/support/users/teaperson2000/)
 * (@teaperson2000)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/disable-on-amp-pages/#post-7100577)
 * [@cybmeta](https://wordpress.org/support/users/cybmeta/) Thanks for that solution.
 * I’m wondering if there would be a way to deregister the stylesheet and script
   file after W3TC creates them, so that the plugin doesn’t have to get patched 
   directly.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AMP] Does AMP for WordPress support custom post types?](https://wordpress.org/support/topic/does-amp-for-wordpress-support-custom-post-types/)
 *  [teaperson2000](https://wordpress.org/support/users/teaperson2000/)
 * (@teaperson2000)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/does-amp-for-wordpress-support-custom-post-types/#post-7001056)
 * Even if you are using apache, you could still use this rewrite rule in your functions.
   php file and have it work.
 * Otherwise, you’re going to have to make sure to cover your whole URL structure
   in the rewrite rule.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WebberZone Top 10 — Popular Posts] Displaying attachment pages in widgets](https://wordpress.org/support/topic/displaying-attachment-pages-in-widgets/)
 *  Thread Starter [teaperson2000](https://wordpress.org/support/users/teaperson2000/)
 * (@teaperson2000)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/displaying-attachment-pages-in-widgets/#post-6776877)
 * I tried that and it didn’t work. AFAIK this is because attachments have a status
   of ‘inherit’ in the database, not ‘publish’. In any event, after I did that, 
   it’s working now.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WebberZone Top 10 — Popular Posts] Disable display of visits at the end of page](https://wordpress.org/support/topic/disable-display-of-visits-at-the-end-of-page/)
 *  [teaperson2000](https://wordpress.org/support/users/teaperson2000/)
 * (@teaperson2000)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/disable-display-of-visits-at-the-end-of-page/#post-6775137)
 * On the settings page ([http://yoursite/wp-admin/admin.php?page=tptn_options](http://yoursite/wp-admin/admin.php?page=tptn_options)),
   uncheck all the checkboxes by “Display number of views on:”
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WebberZone Top 10 — Popular Posts] How do I get custom posts using the API?](https://wordpress.org/support/topic/how-do-i-get-custom-posts-using-the-api/)
 *  Thread Starter [teaperson2000](https://wordpress.org/support/users/teaperson2000/)
 * (@teaperson2000)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/how-do-i-get-custom-posts-using-the-api/#post-6699028)
 * Clunky but it works. It would be helpful if you could document all the parameters
   for the API somewhere.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Recent Posts Widget Extended] [BUG?] shortcode thumb="false" not working](https://wordpress.org/support/topic/bug-shortcode-thumbfalse-not-working/)
 *  [teaperson2000](https://wordpress.org/support/users/teaperson2000/)
 * (@teaperson2000)
 * [11 years ago](https://wordpress.org/support/topic/bug-shortcode-thumbfalse-not-working/#post-6064633)
 * and same problem with excerpt=”false” being disregarded
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Combrite] Event Search does not work](https://wordpress.org/support/topic/event-search-does-not-work/)
 *  [teaperson2000](https://wordpress.org/support/users/teaperson2000/)
 * (@teaperson2000)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/event-search-does-not-work/#post-5502228)
 * Oops, typo. Should be [http://bdcwire.com/calendar/](http://bdcwire.com/calendar/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Combrite] Event Search does not work](https://wordpress.org/support/topic/event-search-does-not-work/)
 *  [teaperson2000](https://wordpress.org/support/users/teaperson2000/)
 * (@teaperson2000)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/event-search-does-not-work/#post-5502226)
 * [@lew-egr](https://wordpress.org/support/users/lew-egr/): thanks. do you know
   if you need to buy the pro version of the calendar to support the Eventbrite 
   integration?
 * BTW, friends of mine have been very happy with The Event Calendar, which they
   use on [http://bcwire.com/calendar/](http://bcwire.com/calendar/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Combrite] Event Search does not work](https://wordpress.org/support/topic/event-search-does-not-work/)
 *  [teaperson2000](https://wordpress.org/support/users/teaperson2000/)
 * (@teaperson2000)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/event-search-does-not-work/#post-5502224)
 * Having the same issue. I’m on WP 4.0.1
 * When I go to edit the plugin, it says that the files are inactive.

Viewing 14 replies - 1 through 14 (of 14 total)