Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/log1x/acf-move-yoast
This is a simple ACF Field that moves the Yoast SEO metabox to the location of this field.
https://github.com/log1x/acf-move-yoast
acf acf-field wordpress wordpress-plugin
Last synced: 23 days ago
JSON representation
This is a simple ACF Field that moves the Yoast SEO metabox to the location of this field.
- Host: GitHub
- URL: https://github.com/log1x/acf-move-yoast
- Owner: Log1x
- Created: 2018-09-26T21:04:01.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-28T07:31:09.000Z (about 6 years ago)
- Last Synced: 2024-10-12T18:23:49.264Z (about 1 month ago)
- Topics: acf, acf-field, wordpress, wordpress-plugin
- Language: PHP
- Size: 72.3 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ACF Move Yoast
[![Packagist](https://img.shields.io/packagist/v/log1x/acf-move-yoast.svg?style=flat-square)](https://packagist.org/packages/log1x/acf-move-yoast)
[![Packagist Downloads](https://img.shields.io/packagist/dt/log1x/acf-move-yoast.svg?style=flat-square)](https://packagist.org/packages/log1x/acf-move-yoast)This is a simple ACF Field that moves the Yoast SEO metabox to the location of this field.
This can be useful for cleaning up your Edit Post screen with something like ACF tabs:
![Example](https://log1x.com/screenshots/oJZnAUdq.png)
## Installation
Install ACF Move Yoast using Composer:```
$ composer require log1x/acf-move-yoast
```