Title: tpecop's Replies | WordPress.org

---

# tpecop

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Paid Memberships Pro - Content Restriction, User Registration, & Paid Subscriptions] methodName_ failed: Unsupported SSL protocol version](https://wordpress.org/support/topic/methodname_-failed-unsupported-ssl-protocol-version/)
 *  Thread Starter [tpecop](https://wordpress.org/support/users/tpecop/)
 * (@tpecop)
 * [10 years ago](https://wordpress.org/support/topic/methodname_-failed-unsupported-ssl-protocol-version/#post-7611302)
 * Only PayPal Standart working. PayPal Express doesn’t. cURL SSL Version says: 
   Make sure you are running OpenSSL/1.0.1 or higher, NSS/3.15.1 or higher, or the
   latest version of other cryptographic libraries.
 * But i have OpenSSL 1.0.1 on server
 * > root@server35 [~]# openssl version
   >  OpenSSL 1.0.1e-fips 11 Feb 2013
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Paid Memberships Pro - Content Restriction, User Registration, & Paid Subscriptions] Initial Registration always Free Level](https://wordpress.org/support/topic/initial-registration-always-free-level/)
 *  [tpecop](https://wordpress.org/support/users/tpecop/)
 * (@tpecop)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/initial-registration-always-free-level/#post-5263458)
 * just select default role in general wp settings
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Paid Memberships Pro - Content Restriction, User Registration, & Paid Subscriptions] Automatically Assign Membership Level upon Registration](https://wordpress.org/support/topic/automatically-assign-membership-level-upon-registration/)
 *  [tpecop](https://wordpress.org/support/users/tpecop/)
 * (@tpecop)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/automatically-assign-membership-level-upon-registration/#post-5335938)
 * In wordpress genereal settings select your PMPro default role. If you cant see
   new roles install PMPro roles
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Content Templates for Blog Posts & Pages] WordPress database error: [Multiple primary key defined]](https://wordpress.org/support/topic/wordpress-database-error-multiple-primary-key-defined/)
 *  [tpecop](https://wordpress.org/support/users/tpecop/)
 * (@tpecop)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/wordpress-database-error-multiple-primary-key-defined/#post-3298298)
 * Same here, updated this plugin and got tons of errors.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Random Post Link] Limit to a category](https://wordpress.org/support/topic/limit-to-a-category/)
 *  [tpecop](https://wordpress.org/support/users/tpecop/)
 * (@tpecop)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/limit-to-a-category/#post-3216720)
 *     ```
       function rpl_change_ptype( $args ) {
         $args['category_name'] = 'your_category_name_goes_here';
   
         return $args;
       }
       add_filter( 'random_post_args', 'rpl_change_ptype' );
       ```
   
 * I took it from previus topic for custom post types, but its working as any other
   filter (category, tag, etc)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Content Templates for Blog Posts & Pages] New version doesn't work](https://wordpress.org/support/topic/new-version-doesnt-work/)
 *  [tpecop](https://wordpress.org/support/users/tpecop/)
 * (@tpecop)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/new-version-doesnt-work/#post-3162883)
 * Great update, i lost my template and cant create new. Nice.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Taxonomy Images] [Plugin: Taxonomy Images] I just want a taxonomy list with thumbnails](https://wordpress.org/support/topic/plugin-taxonomy-images-i-just-want-a-taxonomy-list-with-thumbnails/)
 *  [tpecop](https://wordpress.org/support/users/tpecop/)
 * (@tpecop)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-taxonomy-images-i-just-want-a-taxonomy-list-with-thumbnails/#post-2694571)
 * <?php
    $terms = apply_filters( ‘taxonomy-images-get-terms’, null, array( ‘taxonomy’
   => ‘model’, ) ); if ( ! empty( $terms ) ) { print ‘ ‘; foreach( (array) $terms
   as $term ) { print ‘ taxonomy ) ) . ‘”>’ . wp_get_attachment_image( $term->image_id,‘
   detail’ ) . ‘‘ ; } print ‘ ‘; } ?> </div>
 * this actually will show only images. also this code is in tutorial

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