Advertisement
Guest User

Untitled

a guest
Nov 27th, 2014
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. PHOTO (uploaded photo)
  2.  
  3. BODY
  4.  
  5. http:://www.example.com/content/the-title (Link of feed to the content page)
  6.  
  7. <?php echo $row->body; ?>
  8.  
  9. <?php
  10. $node = node_load($row->nid);
  11. print_r($node);
  12. ?>
  13.  
  14. <?php print_r($row); ?>
  15.  
  16. stdClass Object
  17. (
  18. [title] => The title
  19. [body] => 1311
  20. [rendered_entity] => 1311
  21. [php] =>
  22. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement