Ez a bővítmény nem lett tesztelve a WordPress legutóbbi 3 fő kiadásával. Lehetséges, hogy már nincs karbantartva, frissítve és a használata gondot jelenthet a frissebb WordPress verziókkal.

Movie Grabber

Leírás

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!

Telepítés

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!

GYIK

  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);

Vélemények

1 vélemény olvasása

Közreműködők és fejlesztők

“Movie Grabber” egy nyílt forráskódú szoftver. A bővítményhez a következő személyek járultak hozzá:

Közreműködők

“Movie Grabber” fordítása a saját nyelvünkre.

Érdekeltek vagyunk a fejlesztésben?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Változási napló

No commit