该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

Movie Grabber

描述

A great plugin to you. If you want to open a movie website, you can have a movie website with a quality information pool from two different sources and imdb. Try it now!

安装

This section describes how to install the plugin and get it working.

  1. Upload the plugin files to the /wp-content/plugins/smmg-movie-grabber directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Use the Settings->Movie Grabber screen to configure the plugin
  4. It’s done!

常见问题

  1. How can I show the duration custom field in my theme?

get_post_meta($post->ID, “duration”, true);

  1. How can I show the director custom field in my theme?

get_post_meta($post->ID, “director”, true);

  1. How can I show the writer custom field in my theme?

get_post_meta($post->ID, “writer”, true);

  1. How can I show the stars custom field in my theme?

get_post_meta($post->ID, “stars”, true);

  1. How can I show the genre custom field in my theme?

get_post_meta($post->ID, “genre”, true);

  1. How can I show the country custom field in my theme?

get_post_meta($post->ID, “country”, true);

  1. How can I show the rating custom field in my theme?

get_post_meta($post->ID, “rating”, true);

  1. How can I show the thumbnail custom field in my theme?

get_post_meta($post->ID, “thumbnail”, true);

评价

阅读所有1条评价

贡献者及开发者

“Movie Grabber” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

将“Movie Grabber”翻译成您的语言。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

No commit