Skip to content

Instantly share code, notes, and snippets.

@itshaadi
Last active June 19, 2016 15:38
Show Gist options
  • Save itshaadi/242ede6e9f373c539517b73545a97b52 to your computer and use it in GitHub Desktop.
Save itshaadi/242ede6e9f373c539517b73545a97b52 to your computer and use it in GitHub Desktop.
imdbi function and shortcode
<?php
// چاپ رقم مربوط به بودجه
echo imdbi('budget');
// ساختن یک تگ تصویر و نمایش پوستر
$poster = imdbi('poster');
$html = '<img src='.$poster.' alt='.the_title().'>';
echo $html;
?>
Shortcode: [imdbi meta_name="budget"]
ساختن یک تگ تصویر و نمایش پوستر با استفاده از شورت کد
<img src="[imdbi meta_name=poster]" alt="عنوان شما" width="عرض" height="ارتفاع">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment