Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter TataVostru

    (@tatavostru)

    ?

    Thread Starter TataVostru

    (@tatavostru)

    nobody know? a moderator perhaps ?

    Thread Starter TataVostru

    (@tatavostru)

    ??

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    Per the Forum welcome we ask you NOT bump posts. We use the ‘no replies’ search on these forums regularly to find people who still need help. By bumping, you remove yourself from that list and make it HARDER for us to find you!

    Whatever code you use to output that on the first site should be copied to the second, changing URLs accordingly.

    Thread Starter TataVostru

    (@tatavostru)

    yes but inside is Php Code…

    For Example:
    Top Trailers

    <div class="art-Post">
      <div class="art-Post-body">
    <div class="art-Post-inner art-article">
    <h2 class="art-PostHeaderIcon-wrapper">
    <span class="art-PostHeader">
    </a></span>
    </h2>
    <?php if (have_posts()) : ?>
    <?php $my_query = new WP_Query('cat=1494&showposts=6'); ?>
    <?php while ($my_query->have_posts()) : $my_query->the_post(); ?>
    <div class="front_trai">
    <div class="fr">
    <div class="trai">
    <div class="covers">
    <?php $homethumb = get_post_meta($post->ID,'homethumb', true);  ?><a href=" <?php the_permalink() ?>" rel="bookmark" title="<?php printf(__(' %s', 'kubrick'), the_title_attribute('echo=0')); ?>"><span></span><img src="<?php bloginfo('url'); ?>/wp-content/uploads/<? echo strtolower($homethumb); ?>.jpg" width="95" height="140" alt="" title="<?php printf(__('%s', 'kubrick'), the_title_attribute('echo=0')); ?>" /></td>
    </div>
    </div>
        <a href="<?php the_permalink()?>" rel="bookmark" title="<?php printf(__('%s', 'kubrick'), the_title_attribute('echo=0')); ?>">
        <div class="trai_link">
    	<?php the_title(); ?>
    
    </div></a>
    </div>
    </div>
    <?php endwhile; ?>
    <?php if ($prev_link || $next_link): ?>
    <div class="navigation">
    	<div class="alignleft"><?php echo $next_link; ?></div>
    	<div class="alignright"><?php echo $prev_link; ?></div>
    </div>
    <?php endif; ?>
    <?php else : ?>
    <h2 class="center"><?php _e('Not Found', 'kubrick'); ?></h2>
    <p class="center"><?php _e('Sorry, but you are looking for something that isn’t here.', 'kubrick'); ?></p>
    <?php if(function_exists('get_search_form')) get_search_form(); ?>
    <?php endif; ?>
    <div class="cleared"></div>
    
    </div>
    </div>
    </div>

    How can I ad to fornt page https://www.diviziatm.ro

    Thread Starter TataVostru

    (@tatavostru)

    when i want to ad a post on filme-imdb.com , i want the post to be visibile on diviziatm.ro( font page ) and filme-imdb.com … if you undestang wath i want … i want to link 2 site… like a portal…

    Mentioned : all 2 site are on the same VDS server

    Thread Starter TataVostru

    (@tatavostru)

    ?

    fetch the data from filme-imdb.com via rss, parse the rss value on diviziatm.ro

    Thread Starter TataVostru

    (@tatavostru)

    yes i know but i want the photo too.. and rss don;t give me photos

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Display post from another site’ is closed to new replies.