Skip to content

camaech/ACF

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

Flickr field

Description

This is an add-on for the Advanced Custom Fields WordPress plugin that creates a list of all Flickr sets/galleries from a specific Flickr user.

Contributors:

Notice

  • This add-on needs ACF

Installation

1.Download or clone the ACF Flickr set repo to your plugin or theme:

2.Register the field

register_field($name, $path);

if(function_exists('register_field')) {    
	register_field('flickr_set', dirname(__File__) . '/fields/flickr/flickr.php');  
}  

Make sure the folder flickr is located in wp-content/themes/[YOUR THEME]/fields

More documentation

  • Check out my personal website for more documentation on how to use this custom field for ACF.

About

Advanced Custom Fields

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published