Posts by jitas • 7 points
3 posts
-
0
votes0
answers26
viewsQ: fetch data from omdbapi
I have this code (meusite.com/imdb.php) <?php $movie_id = 'tt0387564'; $data = json_decode(file_get_contents('http://www.omdbapi.com/?i=' . $movie_id . '&plot=short&apikey=') , true);…
-
-1
votes1
answer25
viewsQ: shows 3 custom fields with conditions
I got that code right here: <?php if ( custom_get_meta( 'Plot') == true ) { ?> // campo principal <?php echo custom_get_meta( 'Plot' ); ?> // campo principal a mostrar <?php } else {…
-
-2
votes1
answer70
views