{"id":20406685,"url":"https://github.com/xwp/wp-post-custom-content","last_synced_at":"2025-04-12T15:08:04.560Z","repository":{"id":17771494,"uuid":"20635873","full_name":"xwp/wp-post-custom-content","owner":"xwp","description":"Post Custom Content WordPress plugin","archived":false,"fork":false,"pushed_at":"2014-11-11T12:01:56.000Z","size":2327,"stargazers_count":2,"open_issues_count":5,"forks_count":5,"subscribers_count":66,"default_branch":"master","last_synced_at":"2025-04-12T15:07:55.776Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xwp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-06-09T05:52:28.000Z","updated_at":"2014-12-10T05:52:00.000Z","dependencies_parsed_at":"2022-09-24T18:52:17.698Z","dependency_job_id":null,"html_url":"https://github.com/xwp/wp-post-custom-content","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xwp%2Fwp-post-custom-content","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xwp%2Fwp-post-custom-content/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xwp%2Fwp-post-custom-content/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xwp%2Fwp-post-custom-content/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xwp","download_url":"https://codeload.github.com/xwp/wp-post-custom-content/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248586234,"owners_count":21128997,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-15T05:18:43.886Z","updated_at":"2025-04-12T15:08:04.534Z","avatar_url":"https://github.com/xwp.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Custom (Unfiltered) Content for Individual Posts\n=================\n\nThis plugin allows you to add (unfiltered) content into one or more fields for individual posts (or other post types) and then place that content into the post body by a short code. You can also have the content of those fields automatically appended to the content of the post.\n\nThe fields (textarea) are powered by the [ACE editor](http://ace.c9.io).\n\n#Requirements#\n\n[Same requirements as WordPress](http://wordpress.org/about/requirements/) plus PHP 5.3+\n\n#Configuration#\n\n**Supported Post Types**\n\nBy default the custom content fields are added to all public post types that support 'editor' (e.g. posts and pages). If you need to add them to other post types (for example 'event') you can add the following function to your theme's functions.php or a plugin.\n\n```php\nfunction add_additional_post_types( $post_types ) {\n\t$post_types['event'] = true;\n\treturn $post_types;\n}\nadd_filter( 'custom_content_post_types', 'add_additional_post_types' );\n```\n\n**Short Code**\n\nThe default short code is [custom_content]. If you find that it is conflicting with another plugin you can switch it out by adding he following function to your theme's functions.php or a plugin.\n\n```php\nfunction my_custom_content_shortcode_tag( $shortcode ) {\n\treturn 'my_custom_not_conflicting_content_shortcode_tag';\n}\nadd_filter( 'custom_content_shortcode_tag', 'my_custom_content_shortcode_tag' );\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxwp%2Fwp-post-custom-content","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxwp%2Fwp-post-custom-content","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxwp%2Fwp-post-custom-content/lists"}