{"id":24569712,"url":"https://github.com/diiegopereira/wp-creative-portfolio","last_synced_at":"2026-05-18T22:10:34.506Z","repository":{"id":248128245,"uuid":"117612139","full_name":"diiegopereira/wp-creative-portfolio","owner":"diiegopereira","description":"A creative portfolio plugin for WordPress","archived":false,"fork":false,"pushed_at":"2018-01-16T00:57:24.000Z","size":315,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-23T15:55:45.007Z","etag":null,"topics":["wordpress","wordpress-plugin"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/diiegopereira.png","metadata":{"files":{"readme":"readme.txt","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-01-16T00:53:46.000Z","updated_at":"2018-01-22T16:48:04.000Z","dependencies_parsed_at":"2024-07-12T15:48:44.935Z","dependency_job_id":"5b93edac-9889-428c-88f0-de765f086e31","html_url":"https://github.com/diiegopereira/wp-creative-portfolio","commit_stats":null,"previous_names":["diiegopereira/wp-creative-portfolio"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diiegopereira%2Fwp-creative-portfolio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diiegopereira%2Fwp-creative-portfolio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diiegopereira%2Fwp-creative-portfolio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diiegopereira%2Fwp-creative-portfolio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/diiegopereira","download_url":"https://codeload.github.com/diiegopereira/wp-creative-portfolio/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243985347,"owners_count":20379128,"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":["wordpress","wordpress-plugin"],"created_at":"2025-01-23T15:55:46.862Z","updated_at":"2026-05-18T22:10:29.480Z","avatar_url":"https://github.com/diiegopereira.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"=== Creative Portfolio ===\nContributors: wppug, dotrex\nDonate link: \nTags: portfolio, filterable portfolio, portfolio gallery, responsive portfolio, gallery\nRequires at least: 4.0\nTested up to: 4.9\nStable tag: 1.2.10\nLicense: GPLv2\n\nCreative portfolio for creative people. This plugin Registers a custom post type for portfolio items and display them on a filterable creative grid.\n\n= Overview =\n\nThis plugin allows you to create a creative portfolio to show your projects. It is specially made for creative professionals such as designers and photographers. It also works to create a portfolio of websites or web development projects.\n\nYou can also enable the filterable portfolio option, separating your projects into categories that can be filtered.\n\n\n= Elementor =\nThis plugin also add a new Widget to the Elementor page builder called \"Pugfolio\". Just Drag \u0026 Drop to show the portfolio grid on any page you want.\n\n\n= King Composer =\nIt add a new element to the King Composer page builder. Just Drag \u0026 Drop to your page to display the portfolio.\n\n\n= Features =\n* Filterable Portfolio\n* You can display only a Custom Portfolio Category if you want\n* You can show the projects on a modal or on a single page\n* Compatible with Elementor and King Composer Page Builders\n* Masonry/Boxed Grid\n* 2,3 or 4 collumns\n\n\n= Installation Instructions =\n1. Upload `pugfolio` folder to the `/wp-content/plugins/` directory\n2. Activate the plugin through the 'Plugins' menu in WordPress\n3. Click on the \"Portfolio\" link from the main menu\n4. Click on \"Add New Item\", create your first portfolio content and publish. Create as many posts you want.\n5. Click on \"Creative Portfolio\" to set your color scheme.\n\n= How to display the filterable portfolio grid =\n\n**NOTE: You can use the plugin with a page builder like Elementor or King Composer. In this case the Portfolio Element will be displayed as a Widget/Element of the Page builder. Just Drag \u0026 Drop the widget and set your options.**\n\nTo display the portfolio grid on a page/post, use the [pugfolio] shortcode.\n\n[pugfolio]\n\nYou can customize it using these options:\n\n* **postsperpage:** Set a number of posts to show (eg: postsperpage=\"12\").\n* **type** Set it to yes if you want to show a specific portfolio category. Options: yes/no. (eg: type=\"yes\").\n* **taxonomy**: Set the specific taxonomy slug. You need to set type=\"yes\" to use this feature. (eg: taxonomy=\"print\").\n* **showfilter**: Show the category filter on the top of the grid. Options: yes/no. (eg: showfilter=\"yes\").\n* **style**: Set the grid style of the portfolio. Options: masonry/box. (eg: style=\"box\").\n* **linkto**: Set the link type of the portfolio item. If is set to image, it will open the Featured Image on a lightbox. Options: image/project. (eg: linkto=\"image\").\n* **columns**: Set the columns per row of the portfolio grid. Options: 2/3/4. (eg: columns=\"4\").\n* **margin**: Choose if you want a margin between the items or no. Options: yes/no. (eg: margin=\"no\").\n\n**Example of a complete shortcode:**\n\n[pugfolio postsperpage=\"12\" type=\"no\" showfilter=\"yes\" style=\"masonry\" linkto=\"image\" columns=\"4\" margin=\"no\"]\n\n**Example of a complete shortcode without the set properties:**\n[pugfolio postsperpage=\"\" type=\"\" taxonomy=\"\" showfilter=\"\" style=\"\" linkto=\"\" columns=\"\" margin=\"\"]\n\n\n== Changelog ==\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiiegopereira%2Fwp-creative-portfolio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdiiegopereira%2Fwp-creative-portfolio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiiegopereira%2Fwp-creative-portfolio/lists"}