{"id":36819,"date":"2015-06-24T20:45:00","date_gmt":"2015-06-24T20:45:00","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/footer-credits\/"},"modified":"2024-09-03T17:37:43","modified_gmt":"2024-09-03T17:37:43","slug":"footer-credits","status":"publish","type":"plugin","link":"https:\/\/sa.wordpress.org\/plugins\/footer-credits\/","author":14056060,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.1.0","stable_tag":"1.1.0","tested":"6.6.5","requires":"6.0","requires_php":"","requires_plugins":null,"header_name":"Footer Credits","header_author":"Cedaro","header_description":"","assets_banners_color":"fd6e4e","last_updated":"2024-09-03 17:37:43","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/wordpress.org\/plugins\/footer-credits\/?utm_source=wordpress-plugin&utm_medium=link&utm_content=footer-credits-plugin-uri&utm_campaign=plugins","header_author_uri":"https:\/\/www.cedaro.com\/?utm_source=wordpress-plugin&utm_medium=link&utm_content=footer-credits-author-uri&utm_campaign=plugins","rating":3.7,"author_block_rating":0,"active_installs":1000,"downloads":30574,"num_ratings":6,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","changelog"],"tags":{"1.0.0":{"tag":"1.0.0","author":"bradyvercher","date":"2016-04-14 15:25:50"},"1.1.0":{"tag":"1.1.0","author":"bradyvercher","date":"2024-09-03 17:37:43"}},"upgrade_notice":[],"ratings":{"1":"2","2":0,"3":0,"4":0,"5":"4"},"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":1544464,"resolution":"128x128","location":"assets","locale":""},"icon-256x256.png":{"filename":"icon-256x256.png","revision":1544464,"resolution":"256x256","location":"assets","locale":""},"icon.svg":{"filename":"icon.svg","revision":1547781,"resolution":false,"location":"assets","locale":false}},"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":1544464,"resolution":"1544x500","location":"assets","locale":""},"banner-772x250.png":{"filename":"banner-772x250.png","revision":1544464,"resolution":"772x250","location":"assets","locale":""}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.0","1.1.0"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":3146101,"resolution":"1","location":"plugin"}},"screenshots":{"1":"The Customizer section and fields."},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[6265,2768,2640,30589],"plugin_category":[43],"plugin_contributors":[78118,78117],"plugin_business_model":[],"class_list":["post-36819","plugin","type-plugin","status-publish","hentry","plugin_tags-credits","plugin_tags-customizer","plugin_tags-footer","plugin_tags-site-credits","plugin_category-customization","plugin_contributors-bradyvercher","plugin_contributors-cedaro","plugin_committers-bradyvercher","plugin_committers-cedaro","plugin_support_reps-bradyvercher"],"banners":{"banner":"https:\/\/ps.w.org\/footer-credits\/assets\/banner-772x250.png?rev=1544464","banner_2x":"https:\/\/ps.w.org\/footer-credits\/assets\/banner-1544x500.png?rev=1544464","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":"https:\/\/ps.w.org\/footer-credits\/assets\/icon.svg?rev=1547781","icon":"https:\/\/ps.w.org\/footer-credits\/assets\/icon.svg?rev=1547781","icon_2x":false,"generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/footer-credits\/trunk\/screenshot-1.png?rev=3146101","caption":"The Customizer section and fields."}],"raw_content":"<!--section=description-->\n<p><strong>This plugin only works with themes that have added support.<\/strong><\/p>\n\n<p>Footer Credits provides a standardized method for making theme credits editable. It registers a new section and fields in the Customizer for modifying the credits and choosing how they appear.<\/p>\n\n<p>Theme authors, let your users and customers know your theme supports the Footer Credits plugin.<\/p>\n\n<p>If your theme doesn't work with Footer Credits, ask the developer to add support. Instructions can be find in the <a href=\"https:\/\/wordpress.org\/plugins\/footer-credits\/other_notes\/\">Other Notes<\/a> section.<\/p>\n\n<h3>Additional Resources<\/h3>\n\n<ul>\n<li><a href=\"https:\/\/wordpress.org\/support\/view\/plugin-reviews\/footer-credits#postform\">Write a review<\/a><\/li>\n<li><a href=\"https:\/\/github.com\/cedaro\/footer-credits\">Contribute on GitHub<\/a><\/li>\n<li><a href=\"https:\/\/twitter.com\/cedaroco\">Follow @cedaroco<\/a><\/li>\n<li><a href=\"https:\/\/www.cedaro.com\/?utm_source=wordpress.org&amp;utm_medium=link&amp;utm_content=footer-credits-readme&amp;utm_campaign=plugins\">Visit Cedaro<\/a><\/li>\n<\/ul>\n\n<h3>Notes<\/h3>\n\n<p>If you're a theme author and want to add support, all you need to do is pass the default credits string through a <code>footer_credits<\/code> filter.<\/p>\n\n<h3>1. Create a template tag with the default credits and filter:<\/h3>\n\n<pre><code>&lt;?php\nif ( ! function_exists( 'themename_credits' ) ) :\n\/**\n * Theme credits text.\n *\/\nfunction themename_credits() {\n    $text = sprintf( __( '%s by Cedaro.', 'themename' ),\n        '&lt;a href=\"https:\/\/www.cedaro.com\/wordpress\/themes\/hyalite\/\"&gt;Hyalite&lt;\/a&gt;'\n    );\n\n    echo apply_filters( 'footer_credits', $text );\n}\nendif;\n<\/code><\/pre>\n\n<h3>2. Then call the template tag somewhere in the footer of the theme:<\/h3>\n\n<pre><code>&lt;footer class=\"site-footer\"&gt;\n    &lt;div class=\"credits\"&gt;\n        &lt;?php themename_credits(); ?&gt;\n    &lt;\/div&gt;\n&lt;\/footer&gt;\n<\/code><\/pre>\n\n<!--section=installation-->\n<p>Install like most other plugins. <a href=\"https:\/\/codex.wordpress.org\/Managing_Plugins#Installing_Plugins\">Check out the codex<\/a> if you have any questions.<\/p>\n\n<h3>Usage<\/h3>\n\n<p>After installing:<\/p>\n\n<ol>\n<li>Go to <em>Appearance &rarr; Customize<\/em> in your admin panel<\/li>\n<li>Open the <strong>Credits<\/strong> section<\/li>\n<li>Add some text to the <strong>Credits<\/strong> text area<\/li>\n<li>Choose whether your custom text appears before, after, or replaces the default credits.<\/li>\n<\/ol>\n\n<p><em>Tip: Insert {{year}} in your text to have the year update automatically.<\/em><\/p>\n\n<!--section=changelog-->\n<h3>1.1.0 - December 2, 2016<\/h3>\n\n<ul>\n<li>Removed the call to <code>load_plugin_textdomain()<\/code> in favor of <a href=\"https:\/\/make.wordpress.org\/core\/2016\/07\/06\/i18n-improvements-in-4-6\/\">just-in-time text domain loading<\/a> available since WordPress 4.6.<\/li>\n<li>Updated URLs to https where possible.<\/li>\n<\/ul>\n\n<h3>1.0.0<\/h3>\n\n<ul>\n<li>Initial release.<\/li>\n<\/ul>","raw_excerpt":"A Customizer control to make footer credits editable.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/sa.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/36819","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sa.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/sa.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/sa.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=36819"}],"author":[{"embeddable":true,"href":"https:\/\/sa.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/cedaro"}],"wp:attachment":[{"href":"https:\/\/sa.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=36819"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/sa.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=36819"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/sa.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=36819"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/sa.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=36819"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/sa.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=36819"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/sa.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=36819"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}