Jump to content

Recommended Posts

Posted

If you mean by "in a template" "via the api" then it's this:

$page->of(false);
$page->image->tags = "Tag One Two Three"
$page->save(); // If you want to persist changes

Tags are stored as simple string, nothing more.

Posted

OMG, Thank you :=)

i had

$gallery_data = $current_gallery->child( 'template=gallery' );

foreach( $gallery_data->image as $image ) {
  $image->tags = "TEST-Tag";
}

$page->save();

$gallery_data->save() did the trick ;)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...