Skip to content
View RCowles's full-sized avatar

Block or report RCowles

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Automattic/jetpack Automattic/jetpack Public

    Security, performance, marketing, and design tools — Jetpack is made by WordPress experts to make WP sites safer and faster, and help you grow your traffic.

    PHP 1.6k 799

  2. Automattic/wp-super-cache Automattic/wp-super-cache Public

    [READ ONLY] WP Super Cache: A fast caching engine for WordPress. This repository is a mirror, for issue tracking and development head to: https://github.com/automattic/jetpack

    PHP 411 125

  3. WordPress-OpenGraph-Meta WordPress-OpenGraph-Meta Public

    This plugin will add the necessary Open Graph Meta Tags for description, title, thumbnail, etc.

    PHP 2

  4. Add Publicize support to an existing... Add Publicize support to an existing CPT
    1
    add_action('init', 'rsc_custom_init');
    2
    function rsc_custom_init() {
    3
        add_post_type_support( 'your-custom-post-type-name', 'publicize' );
    4
    }
  5. Add Publicize support to Portfolio CPT Add Publicize support to Portfolio CPT
    1
    function jpme_custom_init() {
    2
        add_post_type_support( 'portfolio', 'publicize' );
    3
    }
    4
    add_action('init', 'jpme_custom_init');
  6. wclax2014 wclax2014 Public

    The theme for the WordCamp Los Angeles 2014 website

    PHP 1 3