Advertisement
Guest User

Untitled

a guest
Mar 3rd, 2013
412
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 18.64 KB | None | 0 0
  1. object(WP_Query)#17 (45) {
  2.  ["query_vars"]=>
  3.   array(57) {
  4.     ["post_type"]=>
  5.     string(4) "post"
  6.     ["posts_per_page"]=>
  7.     int(6)
  8.     ["meta_query"]=>
  9.     array(1) {
  10.       [0]=>
  11.       array(2) {
  12.         ["key"]=>
  13.         string(13) "_thumbnail_id"
  14.         ["compare"]=>
  15.         string(6) "EXISTS"
  16.       }
  17.     }
  18.     ["error"]=>
  19.     string(0) ""
  20.     ["m"]=>
  21.     int(0)
  22.     ["p"]=>
  23.     int(0)
  24.     ["post_parent"]=>
  25.     string(0) ""
  26.     ["subpost"]=>
  27.     string(0) ""
  28.     ["subpost_id"]=>
  29.     string(0) ""
  30.     ["attachment"]=>
  31.     string(0) ""
  32.     ["attachment_id"]=>
  33.     int(0)
  34.     ["name"]=>
  35.     string(0) ""
  36.     ["static"]=>
  37.     string(0) ""
  38.     ["pagename"]=>
  39.     string(0) ""
  40.     ["page_id"]=>
  41.     int(0)
  42.     ["second"]=>
  43.     string(0) ""
  44.     ["minute"]=>
  45.     string(0) ""
  46.     ["hour"]=>
  47.     string(0) ""
  48.     ["day"]=>
  49.     int(0)
  50.     ["monthnum"]=>
  51.     int(0)
  52.     ["year"]=>
  53.     int(0)
  54.     ["w"]=>
  55.     int(0)
  56.     ["category_name"]=>
  57.     string(0) ""
  58.     ["tag"]=>
  59.     string(0) ""
  60.     ["cat"]=>
  61.     string(0) ""
  62.     ["tag_id"]=>
  63.     string(0) ""
  64.     ["author_name"]=>
  65.     string(0) ""
  66.     ["feed"]=>
  67.     string(0) ""
  68.     ["tb"]=>
  69.     string(0) ""
  70.     ["paged"]=>
  71.     int(0)
  72.     ["comments_popup"]=>
  73.     string(0) ""
  74.     ["meta_key"]=>
  75.     string(0) ""
  76.     ["meta_value"]=>
  77.     string(0) ""
  78.     ["preview"]=>
  79.     string(0) ""
  80.     ["s"]=>
  81.     string(0) ""
  82.     ["sentence"]=>
  83.     string(0) ""
  84.     ["fields"]=>
  85.     string(0) ""
  86.     ["menu_order"]=>
  87.     string(0) ""
  88.     ["category__in"]=>
  89.     array(0) {
  90.     }
  91.     ["category__not_in"]=>
  92.     array(0) {
  93.     }
  94.     ["category__and"]=>
  95.     array(0) {
  96.     }
  97.     ["post__in"]=>
  98.     array(0) {
  99.     }
  100.     ["post__not_in"]=>
  101.     array(0) {
  102.     }
  103.     ["tag__in"]=>
  104.     array(0) {
  105.     }
  106.     ["tag__not_in"]=>
  107.     array(0) {
  108.     }
  109.     ["tag__and"]=>
  110.     array(0) {
  111.     }
  112.     ["tag_slug__in"]=>
  113.     array(0) {
  114.     }
  115.     ["tag_slug__and"]=>
  116.     array(0) {
  117.     }
  118.     ["ignore_sticky_posts"]=>
  119.     bool(false)
  120.     ["suppress_filters"]=>
  121.     bool(false)
  122.     ["cache_results"]=>
  123.     bool(true)
  124.     ["update_post_term_cache"]=>
  125.     bool(true)
  126.     ["update_post_meta_cache"]=>
  127.     bool(true)
  128.     ["nopaging"]=>
  129.     bool(false)
  130.     ["comments_per_page"]=>
  131.     string(2) "50"
  132.     ["no_found_rows"]=>
  133.     bool(false)
  134.     ["order"]=>
  135.     string(4) "DESC"
  136.   }
  137.   ["tax_query"]=>
  138.   object(WP_Tax_Query)#19 (2) {
  139.    ["queries"]=>
  140.     array(0) {
  141.     }
  142.     ["relation"]=>
  143.     string(3) "AND"
  144.   }
  145.   ["meta_query"]=>
  146.   object(WP_Meta_Query)#46 (2) {
  147.    ["queries"]=>
  148.     array(1) {
  149.       [0]=>
  150.       array(2) {
  151.         ["key"]=>
  152.         string(13) "_thumbnail_id"
  153.         ["compare"]=>
  154.         string(6) "EXISTS"
  155.       }
  156.     }
  157.     ["relation"]=>
  158.     string(3) "AND"
  159.   }
  160.   ["post_count"]=>
  161.   int(6)
  162.   ["current_post"]=>
  163.   int(-1)
  164.   ["in_the_loop"]=>
  165.   bool(false)
  166.   ["comment_count"]=>
  167.   int(0)
  168.   ["current_comment"]=>
  169.   int(-1)
  170.   ["found_posts"]=>
  171.   string(2) "19"
  172.   ["max_num_pages"]=>
  173.   float(4)
  174.   ["max_num_comment_pages"]=>
  175.   int(0)
  176.   ["is_single"]=>
  177.   bool(false)
  178.   ["is_preview"]=>
  179.   bool(false)
  180.   ["is_page"]=>
  181.   bool(false)
  182.   ["is_archive"]=>
  183.   bool(false)
  184.   ["is_date"]=>
  185.   bool(false)
  186.   ["is_year"]=>
  187.   bool(false)
  188.   ["is_month"]=>
  189.   bool(false)
  190.   ["is_day"]=>
  191.   bool(false)
  192.   ["is_time"]=>
  193.   bool(false)
  194.   ["is_author"]=>
  195.   bool(false)
  196.   ["is_category"]=>
  197.   bool(false)
  198.   ["is_tag"]=>
  199.   bool(false)
  200.   ["is_tax"]=>
  201.   bool(false)
  202.   ["is_search"]=>
  203.   bool(false)
  204.   ["is_feed"]=>
  205.   bool(false)
  206.   ["is_comment_feed"]=>
  207.   bool(false)
  208.   ["is_trackback"]=>
  209.   bool(false)
  210.   ["is_home"]=>
  211.   bool(true)
  212.   ["is_404"]=>
  213.   bool(false)
  214.   ["is_comments_popup"]=>
  215.   bool(false)
  216.   ["is_paged"]=>
  217.   bool(false)
  218.   ["is_admin"]=>
  219.   bool(false)
  220.   ["is_attachment"]=>
  221.   bool(false)
  222.   ["is_singular"]=>
  223.   bool(false)
  224.   ["is_robots"]=>
  225.   bool(false)
  226.   ["is_posts_page"]=>
  227.   bool(false)
  228.   ["is_post_type_archive"]=>
  229.   bool(false)
  230.   ["query_vars_hash"]=>
  231.   string(32) "ec67a66f3ebb49f9d0b452635340c4e6"
  232.   ["query_vars_changed"]=>
  233.   bool(false)
  234.   ["thumbnails_cached"]=>
  235.   bool(false)
  236.   ["query"]=>
  237.   array(3) {
  238.     ["post_type"]=>
  239.     string(4) "post"
  240.     ["posts_per_page"]=>
  241.     int(6)
  242.     ["meta_query"]=>
  243.     array(1) {
  244.       [0]=>
  245.       array(2) {
  246.         ["key"]=>
  247.         string(13) "_thumbnail_id"
  248.         ["compare"]=>
  249.         string(6) "EXISTS"
  250.       }
  251.     }
  252.   }
  253.   ["request"]=>
  254.   string(367) "SELECT SQL_CALC_FOUND_ROWS  wp_4_posts.ID FROM wp_4_posts  INNER JOIN wp_4_postmeta ON (wp_4_posts.ID = wp_4_postmeta.post_id) WHERE 1=1  AND wp_4_posts.post_type = 'post' AND (wp_4_posts.post_status = 'publish' OR wp_4_posts.post_status = 'private') AND (wp_4_postmeta.meta_key = '_thumbnail_id' ) GROUP BY wp_4_posts.ID ORDER BY wp_4_posts.post_date DESC LIMIT 0, 6"
  255.   ["posts"]=>
  256.   array(6) {
  257.     [0]=>
  258.     object(WP_Post)#20 (24) {
  259.      ["ID"]=>
  260.       int(6736)
  261.       ["post_author"]=>
  262.       string(1) "7"
  263.       ["post_date"]=>
  264.       string(19) "2013-03-01 14:41:55"
  265.       ["post_date_gmt"]=>
  266.       string(19) "2013-03-01 14:41:55"
  267.       ["post_content"]=>
  268.       string(1270) "<a href="http://localhost/~harryg/dev/serge/wp-content/uploads/sites/4/2013/03/photo7.jpg"><img class="alignnone size-full wp-image-6737" alt="photo(7)" src="http://localhost/~harryg/dev/serge/wp-content/uploads/sites/4/2013/03/photo7.jpg" width="630" height="630" /></a>
  269.  
  270. <strong>When do we expect to here your first song on the radio?</strong>
  271.  
  272. May/June
  273.  
  274. <strong>What is the weirdest thing you have ever worn?</strong>
  275.  
  276. A skin-tight bob sleigh outfit
  277.  
  278. <strong>Do you have a fashion &amp; musical Icon?</strong>
  279.  
  280. I love Bruce Springsteen but I'm not wearing leather waistcoats much these days
  281.  
  282. <strong>Do you feel added pressure on what you wear because you are in the music industry?</strong>
  283.  
  284. No
  285.  
  286. <strong>When did you first realise you wanted to be a singer and what was it like producing your first song?</strong>
  287.  
  288. I've always wanted to sing, so to a certain degree I've always wanted to be a singer. The first time I heard my voice recorded I didn't like it.
  289.  
  290. <strong>What inspires you and your music?</strong>
  291.  
  292. Girls
  293.  
  294. <strong>Favorite place to shop?</strong>
  295.  
  296. Selfridges
  297.  
  298. <strong>Favorite place to eat?</strong>
  299.  
  300. Ping Pong
  301.  
  302. <strong>Favorite festival?</strong>
  303.  
  304. Glastonbury
  305.  
  306. <strong>Favorite Serge item?</strong>
  307.  
  308. Camo Jumper"
  309.      ["post_title"]=>
  310.      string(33) "Serge Meets Musician Freddie Page"
  311.      ["post_excerpt"]=>
  312.      string(0) ""
  313.      ["post_status"]=>
  314.      string(7) "publish"
  315.      ["comment_status"]=>
  316.      string(4) "open"
  317.      ["ping_status"]=>
  318.      string(4) "open"
  319.      ["post_password"]=>
  320.      string(0) ""
  321.      ["post_name"]=>
  322.      string(66) "freddie-page-wears-the-camo-jumper-and-the-orange-on-orange-beanie"
  323.      ["to_ping"]=>
  324.      string(0) ""
  325.      ["pinged"]=>
  326.      string(0) ""
  327.      ["post_modified"]=>
  328.      string(19) "2013-03-03 18:13:52"
  329.      ["post_modified_gmt"]=>
  330.      string(19) "2013-03-03 18:13:52"
  331.      ["post_content_filtered"]=>
  332.      string(0) ""
  333.      ["post_parent"]=>
  334.      int(0)
  335.      ["guid"]=>
  336.      string(31) "http://sergedenimes.com/?p=6736"
  337.       ["menu_order"]=>
  338.       int(0)
  339.       ["post_type"]=>
  340.       string(4) "post"
  341.       ["post_mime_type"]=>
  342.       string(0) ""
  343.       ["comment_count"]=>
  344.       string(1) "0"
  345.       ["filter"]=>
  346.       string(3) "raw"
  347.     }
  348.     [1]=>
  349.     object(WP_Post)#18 (24) {
  350.      ["ID"]=>
  351.       int(6723)
  352.       ["post_author"]=>
  353.       string(1) "7"
  354.       ["post_date"]=>
  355.       string(19) "2013-03-01 13:20:35"
  356.       ["post_date_gmt"]=>
  357.       string(19) "2013-03-01 13:20:35"
  358.       ["post_content"]=>
  359.       string(647) "We took a trip to see the Serge tee's in Harrods and they look amazing! To check them out head down to the Men's Lab. Here are a few pics of the stock.
  360.  
  361. <a href="http://sergedenimes.com/wp-content/uploads/2013/03/image3.jpeg"><img class="size-medium wp-image-6724 alignleft" alt="image(3)" src="http://sergedenimes.com/wp-content/uploads/2013/03/image3-300x225.jpeg" width="300" height="225" /></a><a href="http://sergedenimes.com/wp-content/uploads/2013/03/image4.jpeg"><img class="size-medium wp-image-6725 aligncenter" alt="image(4)" src="http://sergedenimes.com/wp-content/uploads/2013/03/image4-300x225.jpeg" width="300" height="225" /></a>"
  362.       ["post_title"]=>
  363.       string(23) "Serge DeNimes - Harrods"
  364.       ["post_excerpt"]=>
  365.       string(0) ""
  366.       ["post_status"]=>
  367.       string(7) "publish"
  368.       ["comment_status"]=>
  369.       string(4) "open"
  370.       ["ping_status"]=>
  371.       string(4) "open"
  372.       ["post_password"]=>
  373.       string(0) ""
  374.       ["post_name"]=>
  375.       string(21) "serge-denimes-harrods"
  376.       ["to_ping"]=>
  377.       string(0) ""
  378.       ["pinged"]=>
  379.       string(0) ""
  380.       ["post_modified"]=>
  381.       string(19) "2013-03-03 18:14:23"
  382.       ["post_modified_gmt"]=>
  383.       string(19) "2013-03-03 18:14:23"
  384.       ["post_content_filtered"]=>
  385.       string(0) ""
  386.       ["post_parent"]=>
  387.       int(0)
  388.       ["guid"]=>
  389.       string(31) "http://sergedenimes.com/?p=6723"
  390.       ["menu_order"]=>
  391.       int(0)
  392.       ["post_type"]=>
  393.       string(4) "post"
  394.       ["post_mime_type"]=>
  395.       string(0) ""
  396.       ["comment_count"]=>
  397.       string(1) "0"
  398.       ["filter"]=>
  399.       string(3) "raw"
  400.     }
  401.     [2]=>
  402.     object(WP_Post)#21 (24) {
  403.      ["ID"]=>
  404.       int(6703)
  405.       ["post_author"]=>
  406.       string(1) "7"
  407.       ["post_date"]=>
  408.       string(19) "2013-02-28 13:55:32"
  409.       ["post_date_gmt"]=>
  410.       string(19) "2013-02-28 13:55:32"
  411.       ["post_content"]=>
  412.       string(0) ""
  413.       ["post_title"]=>
  414.       string(32) "Serge Song of the Week - Love Me"
  415.       ["post_excerpt"]=>
  416.       string(0) ""
  417.       ["post_status"]=>
  418.       string(7) "publish"
  419.       ["comment_status"]=>
  420.       string(4) "open"
  421.       ["ping_status"]=>
  422.       string(4) "open"
  423.       ["post_password"]=>
  424.       string(0) ""
  425.       ["post_name"]=>
  426.       string(24) "song-of-the-week-love-me"
  427.       ["to_ping"]=>
  428.       string(0) ""
  429.       ["pinged"]=>
  430.       string(0) ""
  431.       ["post_modified"]=>
  432.       string(19) "2013-02-28 13:55:32"
  433.       ["post_modified_gmt"]=>
  434.       string(19) "2013-02-28 13:55:32"
  435.       ["post_content_filtered"]=>
  436.       string(0) ""
  437.       ["post_parent"]=>
  438.       int(0)
  439.       ["guid"]=>
  440.       string(31) "http://sergedenimes.com/?p=6703"
  441.       ["menu_order"]=>
  442.       int(0)
  443.       ["post_type"]=>
  444.       string(4) "post"
  445.       ["post_mime_type"]=>
  446.       string(0) ""
  447.       ["comment_count"]=>
  448.       string(1) "0"
  449.       ["filter"]=>
  450.       string(3) "raw"
  451.     }
  452.     [3]=>
  453.     object(WP_Post)#22 (24) {
  454.      ["ID"]=>
  455.       int(6676)
  456.       ["post_author"]=>
  457.       string(1) "5"
  458.       ["post_date"]=>
  459.       string(19) "2013-02-27 12:41:09"
  460.       ["post_date_gmt"]=>
  461.       string(19) "2013-02-27 12:41:09"
  462.       ["post_content"]=>
  463.       string(1080) "Exploring one of the most important chapters in the history of contemporary art, <i>The Bride and the Bachelors: Duchamp with Cage, </i><i>Cunningham, </i><i>Rauschenberg and Johns</i> focuses on <strong>Marcel Duchamp</strong>’s American legacy, tracing his relationship to four great modern masters – composer, <strong>John Cage</strong>, choreographer, <strong>Merce Cunningham, </strong>and visual artists<strong> Robert Rauschenberg </strong>and <strong>Jasper Johns</strong>.
  464.  
  465. On at the Barbican from 14 February 2013 - 9 June 2013.
  466. <div><a href="http://localhost/~harryg/dev/serge/wp-content/uploads/sites/4/2013/02/2.jpg"><img class="alignnone size-full wp-image-6678" alt="2" src="http://localhost/~harryg/dev/serge/wp-content/uploads/sites/4/2013/02/2.jpg" width="275" height="183" /></a><a href="http://localhost/~harryg/dev/serge/wp-content/uploads/sites/4/2013/02/index2.jpg"><img class="alignright size-full wp-image-6679" alt="index" src="http://localhost/~harryg/dev/serge/wp-content/uploads/sites/4/2013/02/index2.jpg" width="275" height="183" /></a></div>"
  467.       ["post_title"]=>
  468.       string(27) "The Bride and the Bachelors"
  469.       ["post_excerpt"]=>
  470.       string(0) ""
  471.       ["post_status"]=>
  472.       string(7) "publish"
  473.       ["comment_status"]=>
  474.       string(4) "open"
  475.       ["ping_status"]=>
  476.       string(4) "open"
  477.       ["post_password"]=>
  478.       string(0) ""
  479.       ["post_name"]=>
  480.       string(27) "the-bride-and-the-bachelors"
  481.       ["to_ping"]=>
  482.       string(0) ""
  483.       ["pinged"]=>
  484.       string(0) ""
  485.       ["post_modified"]=>
  486.       string(19) "2013-03-03 18:14:47"
  487.       ["post_modified_gmt"]=>
  488.       string(19) "2013-03-03 18:14:47"
  489.       ["post_content_filtered"]=>
  490.       string(0) ""
  491.       ["post_parent"]=>
  492.       int(0)
  493.       ["guid"]=>
  494.       string(31) "http://sergedenimes.com/?p=6676"
  495.       ["menu_order"]=>
  496.       int(0)
  497.       ["post_type"]=>
  498.       string(4) "post"
  499.       ["post_mime_type"]=>
  500.       string(0) ""
  501.       ["comment_count"]=>
  502.       string(1) "0"
  503.       ["filter"]=>
  504.       string(3) "raw"
  505.     }
  506.     [4]=>
  507.     object(WP_Post)#23 (24) {
  508.      ["ID"]=>
  509.       int(6646)
  510.       ["post_author"]=>
  511.       string(1) "5"
  512.       ["post_date"]=>
  513.       string(19) "2013-02-26 14:30:36"
  514.       ["post_date_gmt"]=>
  515.       string(19) "2013-02-26 14:30:36"
  516.       ["post_content"]=>
  517.       string(751) "We here at Serge love Kirk Originals. They go perfectly with our new Beanie styles that will be available very soon!! Check out their website <a href="http://www.kirkoriginals.com/">here</a>
  518.  
  519. <a href="http://localhost/~harryg/dev/serge/wp-content/uploads/sites/4/2013/02/image1.jpg"><img class="alignnone size-medium wp-image-6653" alt="image(1)" src="http://localhost/~harryg/dev/serge/wp-content/uploads/sites/4/2013/02/image1-300x224.jpg" width="300" height="224" /></a><a href="http://localhost/~harryg/dev/serge/wp-content/uploads/sites/4/2013/02/image.jpg"><img class="alignnone size-medium wp-image-6654" alt="image" src="http://localhost/~harryg/dev/serge/wp-content/uploads/sites/4/2013/02/image-300x224.jpg" width="300" height="224" /></a>"
  520.      ["post_title"]=>
  521.      string(26) "Serge meets Kirk Originals"
  522.      ["post_excerpt"]=>
  523.      string(0) ""
  524.      ["post_status"]=>
  525.      string(7) "publish"
  526.      ["comment_status"]=>
  527.      string(4) "open"
  528.      ["ping_status"]=>
  529.      string(4) "open"
  530.      ["post_password"]=>
  531.      string(0) ""
  532.      ["post_name"]=>
  533.      string(26) "serge-meets-kirk-originals"
  534.      ["to_ping"]=>
  535.      string(0) ""
  536.      ["pinged"]=>
  537.      string(0) ""
  538.      ["post_modified"]=>
  539.      string(19) "2013-03-03 18:15:05"
  540.      ["post_modified_gmt"]=>
  541.      string(19) "2013-03-03 18:15:05"
  542.      ["post_content_filtered"]=>
  543.      string(0) ""
  544.      ["post_parent"]=>
  545.      int(0)
  546.      ["guid"]=>
  547.      string(31) "http://sergedenimes.com/?p=6646"
  548.       ["menu_order"]=>
  549.       int(0)
  550.       ["post_type"]=>
  551.       string(4) "post"
  552.       ["post_mime_type"]=>
  553.       string(0) ""
  554.       ["comment_count"]=>
  555.       string(1) "0"
  556.       ["filter"]=>
  557.       string(3) "raw"
  558.     }
  559.     [5]=>
  560.     object(WP_Post)#378 (24) {
  561.      ["ID"]=>
  562.       int(6626)
  563.       ["post_author"]=>
  564.       string(1) "5"
  565.       ["post_date"]=>
  566.       string(19) "2013-02-25 11:04:34"
  567.       ["post_date_gmt"]=>
  568.       string(19) "2013-02-25 11:04:34"
  569.       ["post_content"]=>
  570.       string(0) ""
  571.       ["post_title"]=>
  572.       string(31) "Video of the Week - Sweet Brown"
  573.       ["post_excerpt"]=>
  574.       string(0) ""
  575.       ["post_status"]=>
  576.       string(7) "publish"
  577.       ["comment_status"]=>
  578.       string(4) "open"
  579.       ["ping_status"]=>
  580.       string(4) "open"
  581.       ["post_password"]=>
  582.       string(0) ""
  583.       ["post_name"]=>
  584.       string(29) "video-of-the-week-sweet-brown"
  585.       ["to_ping"]=>
  586.       string(0) ""
  587.       ["pinged"]=>
  588.       string(0) ""
  589.       ["post_modified"]=>
  590.       string(19) "2013-02-25 11:04:34"
  591.       ["post_modified_gmt"]=>
  592.       string(19) "2013-02-25 11:04:34"
  593.       ["post_content_filtered"]=>
  594.       string(0) ""
  595.       ["post_parent"]=>
  596.       int(0)
  597.       ["guid"]=>
  598.       string(31) "http://sergedenimes.com/?p=6626"
  599.       ["menu_order"]=>
  600.       int(0)
  601.       ["post_type"]=>
  602.       string(4) "post"
  603.       ["post_mime_type"]=>
  604.       string(0) ""
  605.       ["comment_count"]=>
  606.       string(1) "0"
  607.       ["filter"]=>
  608.       string(3) "raw"
  609.     }
  610.   }
  611.   ["post"]=>
  612.   object(WP_Post)#20 (24) {
  613.    ["ID"]=>
  614.     int(6736)
  615.     ["post_author"]=>
  616.     string(1) "7"
  617.     ["post_date"]=>
  618.     string(19) "2013-03-01 14:41:55"
  619.     ["post_date_gmt"]=>
  620.     string(19) "2013-03-01 14:41:55"
  621.     ["post_content"]=>
  622.     string(1270) "<a href="http://localhost/~harryg/dev/serge/wp-content/uploads/sites/4/2013/03/photo7.jpg"><img class="alignnone size-full wp-image-6737" alt="photo(7)" src="http://localhost/~harryg/dev/serge/wp-content/uploads/sites/4/2013/03/photo7.jpg" width="630" height="630" /></a>
  623.  
  624. <strong>When do we expect to here your first song on the radio?</strong>
  625.  
  626. May/June
  627.  
  628. <strong>What is the weirdest thing you have ever worn?</strong>
  629.  
  630. A skin-tight bob sleigh outfit
  631.  
  632. <strong>Do you have a fashion &amp; musical Icon?</strong>
  633.  
  634. I love Bruce Springsteen but I'm not wearing leather waistcoats much these days
  635.  
  636. <strong>Do you feel added pressure on what you wear because you are in the music industry?</strong>
  637.  
  638. No
  639.  
  640. <strong>When did you first realise you wanted to be a singer and what was it like producing your first song?</strong>
  641.  
  642. I've always wanted to sing, so to a certain degree I've always wanted to be a singer. The first time I heard my voice recorded I didn't like it.
  643.  
  644. <strong>What inspires you and your music?</strong>
  645.  
  646. Girls
  647.  
  648. <strong>Favorite place to shop?</strong>
  649.  
  650. Selfridges
  651.  
  652. <strong>Favorite place to eat?</strong>
  653.  
  654. Ping Pong
  655.  
  656. <strong>Favorite festival?</strong>
  657.  
  658. Glastonbury
  659.  
  660. <strong>Favorite Serge item?</strong>
  661.  
  662. Camo Jumper"
  663.    ["post_title"]=>
  664.    string(33) "Serge Meets Musician Freddie Page"
  665.    ["post_excerpt"]=>
  666.    string(0) ""
  667.    ["post_status"]=>
  668.    string(7) "publish"
  669.    ["comment_status"]=>
  670.    string(4) "open"
  671.    ["ping_status"]=>
  672.    string(4) "open"
  673.    ["post_password"]=>
  674.    string(0) ""
  675.    ["post_name"]=>
  676.    string(66) "freddie-page-wears-the-camo-jumper-and-the-orange-on-orange-beanie"
  677.    ["to_ping"]=>
  678.    string(0) ""
  679.    ["pinged"]=>
  680.    string(0) ""
  681.    ["post_modified"]=>
  682.    string(19) "2013-03-03 18:13:52"
  683.    ["post_modified_gmt"]=>
  684.    string(19) "2013-03-03 18:13:52"
  685.    ["post_content_filtered"]=>
  686.    string(0) ""
  687.    ["post_parent"]=>
  688.    int(0)
  689.    ["guid"]=>
  690.    string(31) "http://sergedenimes.com/?p=6736"
  691.     ["menu_order"]=>
  692.     int(0)
  693.     ["post_type"]=>
  694.     string(4) "post"
  695.     ["post_mime_type"]=>
  696.     string(0) ""
  697.     ["comment_count"]=>
  698.     string(1) "0"
  699.     ["filter"]=>
  700.     string(3) "raw"
  701.   }
  702. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement