{"id":25597974,"url":"https://github.com/rendfall/wordpress-fast-forward","last_synced_at":"2026-05-14T18:33:58.750Z","repository":{"id":24594980,"uuid":"28003325","full_name":"rendfall/wordpress-fast-forward","owner":"rendfall","description":"DevApp for Wordpress Theme","archived":false,"fork":false,"pushed_at":"2016-11-05T09:06:01.000Z","size":20,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-21T13:34:22.555Z","etag":null,"topics":["developer-tools","theme","wordpress"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rendfall.png","metadata":{"files":{"readme":"README.md","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}},"created_at":"2014-12-14T18:21:54.000Z","updated_at":"2016-11-05T08:43:36.000Z","dependencies_parsed_at":"2022-08-22T11:31:05.504Z","dependency_job_id":null,"html_url":"https://github.com/rendfall/wordpress-fast-forward","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rendfall/wordpress-fast-forward","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rendfall%2Fwordpress-fast-forward","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rendfall%2Fwordpress-fast-forward/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rendfall%2Fwordpress-fast-forward/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rendfall%2Fwordpress-fast-forward/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rendfall","download_url":"https://codeload.github.com/rendfall/wordpress-fast-forward/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rendfall%2Fwordpress-fast-forward/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33037894,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["developer-tools","theme","wordpress"],"created_at":"2025-02-21T13:29:09.873Z","updated_at":"2026-05-14T18:33:58.722Z","avatar_url":"https://github.com/rendfall.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"#FastForward\n\nDevApp for Wordpress Theme.\n\n#Installation\n\nUpload `app` folder with all files into your theme folder.\n\n#Quick start\n\nAdd these lines in top of `functions.php`.\n\n```php\nrequire_once(TEMPLATEPATH. '/app/fastforward.php');\n```\n\nso you can access static methods:\n* FastForward::Options()\n* FastForward::Menus()\n* FastForward::Posts();\n* FastForward::Post();\n* FastForward::Widgets()\n* FastForward::PostTypes()\n* FastForward::Shortcodes()\n\n#Example configuration\n\nYou can add some custom features:\n\n```php\nrequire_once(TEMPLATEPATH. '/app/fastforward.php');\nrequire_once(TEMPLATEPATH. '/app/clipboard.php');\n\nglobal $FF;\n\n$FF['options'] = FastForward::Options()\n    -\u003esetTimeZone('Europe/Warsaw')\n    -\u003esetTextDomain('FastForwardTextDomain')\n    -\u003eaddThemeSupport('post-thumbnails')\n    -\u003eaddThemeSupport('html5')\n    -\u003eregisterCss(array(\n        'vendors/bootstrap.min',\n        'assets/main'\n    ))\n    -\u003eaddGoogleFont(array(\n        'family' =\u003e 'Open+Sans:400,600,700|Roboto+Slab',\n        'subset' =\u003e 'latin,latin-ext'\n    ))\n    -\u003eregisterJs(array(\n        'bootstrap.min',\n        'angular'\n    ), true) // place scripts in footer\n    -\u003eaddTagsToPages()\n    -\u003eaddCategoriesToPages()\n    -\u003eallowUnattach();\n\n\n$FF['menus'] = FastForward::Menus()\n    -\u003eregisterMenus(array(\n        'top_menu' =\u003e 'Menu Główne',\n        'sidebar_menu' =\u003e 'Menu boczne',\n        'footer_menu' =\u003e 'Menu w stopce',\n    ));\n\n\n$FF['posts'] = FastForward::Posts();\n$FF['post'] = FastForward::Post();\n\n$FF['widgets'] = FastForward::Widgets()\n    -\u003eregisterSidebar('footer-3-cols')\n    -\u003eregisterWidget('foot-column');    \n\n$FF['posttypes'] = FastForward::PostTypes()\n    -\u003eregisterPostType('product');\n\n$FF['shortcodes'] = FastForward::Shortcodes()\n    -\u003eregisterShortcode('googlemap/googlemap');\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frendfall%2Fwordpress-fast-forward","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frendfall%2Fwordpress-fast-forward","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frendfall%2Fwordpress-fast-forward/lists"}