Viewing 7 replies - 1 through 7 (of 7 total)
  • Not sure I’m getting your point here. Technically, movies are just a custom post type, meaning they already have a unique identifier: the Post ID. Wouldn’t that be what you’re looking for?

    Thread Starter szemcse

    (@szemcse)

    The films in my shelf are in a numerical order (not in alphabetical order), each one has a number. If I search for a title of a film, I would like to know where it is (its number). How can I do this?

    Ok! The plugin doesn’t provide anything like that, but I guess you could achieve that with a few built-in WP tools, I’m thinking of custom fields or post slugs…

    Marking as solved.

    Thread Starter szemcse

    (@szemcse)

    How can it be resolved? I can not find in the plugin.

    That’s because it’s not an issue with the plugin itself, nor a feature it should provide considering that it can be done using basic WordPress tools.

    Like I said the easiest way to do what you want is to use custom fields and adapt your theme to it, or build a custom Shortcode. You can add custom fields in the movie editor using the relevant metabox: https://pix.caercam.org/upload/original/1410339344.png Then you can get that value using the get_post_meta() function add create a shortcode to show it, or do it directly in your theme using the the_meta() function.

    I can’t do much more right now, but at least this should get you started!

    Thread Starter szemcse

    (@szemcse)

    Thank you very much for your answers, so i have understand.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Unique identifier’ is closed to new replies.