An open API service indexing awesome lists of open source software.

https://github.com/log1x/acf-move-related-posts

This is a simple ACF Field that moves the Related Posts for WordPress metabox to the location of this field.
https://github.com/log1x/acf-move-related-posts

acf acf-field wordpress wordpress-plugin

Last synced: about 1 month ago
JSON representation

This is a simple ACF Field that moves the Related Posts for WordPress metabox to the location of this field.

Awesome Lists containing this project

README

          

# ACF Move Related Posts
[![Packagist](https://img.shields.io/packagist/v/log1x/acf-move-related-posts.svg?style=flat-square)](https://packagist.org/packages/log1x/acf-move-related-posts)
[![Packagist Downloads](https://img.shields.io/packagist/dt/log1x/acf-move-related-posts.svg?style=flat-square)](https://packagist.org/packages/log1x/acf-move-related-posts)

This is a simple ACF Field that moves the [Related Posts for WordPress](https://wordpress.org/plugins/related-posts-for-wp/) 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/t0j0V81D.png)

## Installation
Install ACF Move Related Posts using Composer:

```
$ composer require log1x/acf-move-related-posts
```