PasteSite.Com

Recent Pastes

Sign Up!

PasteSite is open to the public, but with limited features. Register to be able to modify access rights, track your pastes and more...

Change the theme

If you prefer reading light text on a dark background to dark text on a light background, then you might want to try the dark theme.

Recent Pastes

"Untitled" (PHP) view

  1.   <ul id="productlist"><?php
  2.   $children = get_children("post_type=page&post_parent=$post->ID");
  3.   foreach ($children as $child)
  4.   echo '<li>
  5.   <a href=\"'. get_permalink($child->ID) .\" title=\"$child->post_title\">
  6.  
  7.   <img src=". get_post_meta($post->ID, "Product Image", true) .\" alt=\"0\" border=\"0\" />
  8.   $child->post_title
  9.   </a>
  10.   </li>";

by Anonymous - pasted 1 year ago

"Re: #4890" (Plain Text) view

  1. <ul id="productlist">
  2. <?php
  3. $children = get_children("post_type=page&post_parent=$post->ID");
  4. foreach ($children as $child):
  5. ?>
  6. <li>
  7. <a href="<?php echo get_permalink($child->ID) ?>" title="<?php echo $child->post_title ?>">
  8. <img src="<?php echo get_post_meta($child->ID, "Product Image", true) ?>" />
  9. <?php echo $child->post_title ?></a>
  10. </li>

by Anonymous - pasted 1 year ago

"Untitled" (Plain Text) view

  1. <ul id="productlist"><?php
  2. $children = get_children("post_type=page&post_parent=$post->ID");
  3. foreach ($children as $child)
  4. echo '<li>
  5. <a href="'. get_permalink($child->ID) .
  6. "\" title=\"$child->post_title\">
  7. <img src="<?php echo get_post_meta($child->ID, "Product Image", true);?>" />
  8. $child->post_title
  9. </a>
  10.   </li>";

by Anonymous - pasted 1 year ago

"Re: #4888" (PHP) view

  1.  <?php
  2.  /*
  3.  Template Name: Product Category
  4.  */
  5.  ?>
  6.   <?php get_header(); ?>
  7.   <div id="top_buttons"><!~- Easiest Way --></div>
  8.   <div id="column">
  9.  <?php
  10.   function getParents($id) {

by Anonymous - pasted 1 year ago

"Untitled" (PHP) view

  1.  <?php
  2.  /*
  3.  Template Name: Product Category
  4.  */
  5.  ?>
  6.   <?php get_header(); ?>
  7.   <div id="top_buttons"><!~- Easiest Way --></div>
  8.   <div id="column">
  9.   <!-- LOOP -->
  10.  <?php if (have_posts()) : ?>

by Anonymous - pasted 1 year ago

"Untitled" (PHP) view

  1.  <?php
  2.  /*
  3.  Template Name: Product Category
  4.  */
  5.  ?>
  6.   <?php get_header(); ?>
  7.   <div id="top_buttons"><!~- Easiest Way --></div>
  8.   <div id="column">
  9.   <?php //Droppin' Crumbz
  10.   function getParents($id) {

by Anonymous - pasted 1 year ago

"Untitled" (PHP) view

  1.  <?php
  2.  /*
  3.  Template Name: Product Category
  4.  */
  5.  ?>
  6.   <?php get_header(); ?>
  7.   <div id="top_buttons"><!~- Easiest Way --></div>
  8.   <div id="column">
  9.   <?php #Droppin' Crumbz
  10.   function getParents($id) {

by Anonymous - pasted 1 year ago

"Untitled" (Plain Text) view

  1. <?php if (have_posts()) : ?>
  2.  
  3. <?php while (have_posts()) : the_post(); ?>
  4. <h2><?php global $wpdb, $post;   
  5.   $posts_table = $wpdb->prefix . "posts";
  6.   $parent_id = $wpdb->get_var("SELECT post_parent FROM $posts_table WHERE ID=$post->ID");
  7.   $parent = get_post($parent_id);
  8.   echo '<a href="'. get_permalink($parent_id) . "\" title=\"$parent->post_title\">$parent->post_title</a>";
  9.   ?>
  10.   >

by Anonymous - pasted 1 year ago

"Untitled" (Plain Text) view

  1. <?php if (have_posts()) : ?>
  2.  
  3. <?php while (have_posts()) : the_post(); ?>
  4. <h2><?php global $wpdb, $post;   
  5.   $posts_table = $wpdb->prefix . "posts";
  6.   $parent_id = $wpdb->get_var("SELECT post_parent FROM $posts_table WHERE ID=$post->ID");
  7. ?> > <a href="<?php the_permalink() ?>"><?php the_title(); ?></a></h2>
  8.  
  9. <?php the_content('Read the rest of this entry &raquo;'); ?>
  10.  

by Anonymous - pasted 1 year ago

"Untitled" (Plain Text) view

  1. http://rapidshare.com/files/190556357/RIAB.r00
  2. http://rapidshare.com/files/190612919/RIAB.r01
  3. http://rapidshare.com/files/190683814/RIAB.r02
  4. http://rapidshare.com/files/190756037/RIAB.r03
  5. http://rapidshare.com/files/190778973/RIAB.rar

by Anonymous - pasted 1 year ago

« Page: 759, 760, 761, 762, 763.. »