-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathwordpress.xml
More file actions
962 lines (901 loc) · 59.3 KB
/
Copy pathwordpress.xml
File metadata and controls
962 lines (901 loc) · 59.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
<?xml version='1.0' encoding='UTF-8'?>
<!-- This is a WordPress eXtended RSS file generated by WordPress as an export of your site. -->
<!-- It contains information about your site's posts, pages, comments, categories, and other content. -->
<!-- You may use this file to transfer that content from one site to another. -->
<!-- This file is not intended to serve as a complete backup of your site. -->
<!-- To import this information into a WordPress site follow these steps: -->
<!-- 1. Log in to that site as an administrator. -->
<!-- 2. Go to Tools: Import in the WordPress admin panel. -->
<!-- 3. Install the "WordPress" importer from the list. -->
<!-- 4. Activate & Run Importer. -->
<!-- 5. Upload this file using the form provided on that page. -->
<!-- 6. You will first be asked to map the authors in this export file to users -->
<!-- on the site. For each author, you may choose to map to an -->
<!-- existing user on the site or to create a new user. -->
<!-- 7. WordPress will then import each of the posts, pages, comments, categories, etc. -->
<!-- contained in this file into your site. -->
<!-- generator="WordPress/6.7" created="2024-11-18 22:12" -->
<rss xmlns:excerpt="http://wordpress.org/export/1.2/excerpt/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:wp="http://wordpress.org/export/1.2/" version="2.0">
<channel>
<title>AWPNetwork</title>
<link>https://awpnetwork.com</link>
<description>AWPNetwork</description>
<pubDate>Mon, 18 Nov 2024 22:12:12 +0000</pubDate>
<language>en-US</language>
<wp:wxr_version>1.2</wp:wxr_version>
<wp:base_site_url>https://awpnetwork.com</wp:base_site_url>
<wp:base_blog_url>https://awpnetwork.com</wp:base_blog_url>
<wp:author><wp:author_id>2</wp:author_id><wp:author_login>awpnetwork</wp:author_login><wp:author_email>unikmarz@yahoo.com</wp:author_email><wp:author_display_name>awpnetwork</wp:author_display_name><wp:author_first_name></wp:author_first_name><wp:author_last_name></wp:author_last_name></wp:author>
<wp:author><wp:author_id>1</wp:author_id><wp:author_login>maryawpoorg</wp:author_login><wp:author_email>chidideveloper@gmail.com</wp:author_email><wp:author_display_name>Mary</wp:author_display_name><wp:author_first_name></wp:author_first_name><wp:author_last_name></wp:author_last_name></wp:author>
<generator>https://wordpress.org/?v=6.7</generator>
<item>
<title>Facilitator of Business Resources</title>
<link>https://awpnetwork.com/2012/01/awp/</link>
<pubDate>Sun, 01 Jan 2012 11:00:48 +0000</pubDate>
<dc:creator>awpnetwork</dc:creator>
<guid isPermaLink="false">https://awpnetwork.com/2012/01/awp/</guid>
<description/>
<content:encoded>The AWP Network helps women and young entrepreneurs leverage available resources to create economic opportunities for themselves and local community residents. We take a hands-on approach to helping you grow your business.
We offer the following services:
<ul>
<li><strong>Business plan review and enhancement </strong></li>
<li><strong>Customer service skills training for your employees</strong></li>
<li><strong>Pitch coaching</strong></li>
<li><strong>Business workshops and seminars </strong></li>
<li><strong>Website development </strong></li>
<li><strong>Business Advisory</strong></li>
<li><strong>Social Media training</strong></li>
<li><strong>Networking opportunities </strong></li>
<li><strong>Professional services referrals</strong></li>
</ul>
Hire us to help you move your business forward. We can get you connected.
Our goal is to drive economic success and increase the participation of women and young entrepreneurs in the global marketplace.
We are committed to providing resources that allow you to develop and grow your micro-enterprises into sustainable businesses that create jobs, and generate sustainable revenue growth.
Are these services that you could use? Share your thoughts with us.</content:encoded>
<excerpt:encoded></excerpt:encoded>
<wp:post_id>17</wp:post_id>
<wp:post_date>2012-01-01 12:00:48</wp:post_date>
<wp:post_date_gmt>2012-01-01 11:00:48</wp:post_date_gmt>
<wp:post_modified>2012-01-01 12:00:48</wp:post_modified>
<wp:post_modified_gmt>2012-01-01 11:00:48</wp:post_modified_gmt>
<wp:comment_status>open</wp:comment_status>
<wp:ping_status>open</wp:ping_status>
<wp:post_name>awp</wp:post_name>
<wp:status>publish</wp:status>
<wp:post_parent>0</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type>post</wp:post_type>
<wp:post_password></wp:post_password>
<wp:is_sticky>0</wp:is_sticky>
<category domain="category" nicename="business">Business</category>
<category domain="category" nicename="education">Education</category>
<wp:postmeta>
<wp:meta_key>_edit_last</wp:meta_key>
<wp:meta_value>2</wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key>_wpas_skip_5719057</wp:meta_key>
<wp:meta_value>1</wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key>_wp_old_slug</wp:meta_key>
<wp:meta_value>the-african-women-power-network</wp:meta_value>
</wp:postmeta>
</item>
<item>
<title>Six Action Steps For Entrepreneurs</title>
<link>https://awpnetwork.com/2012/01/six-action-steps-for-entrepreneurs/</link>
<pubDate>Sun, 08 Jan 2012 19:56:24 +0000</pubDate>
<dc:creator>awpnetwork</dc:creator>
<guid isPermaLink="false">https://awpnetwork.com/2012/01/six-action-steps-for-entrepreneurs/</guid>
<description/>
<content:encoded>1. Have a good support system
2. Do not listen to naysayers
3. Have a clear vision
4. Be consistent
5. Never give up
6. Find a mentor
Follow these steps and you are on the right path to owning a successful and sustainable business.
Have you mastered any of these steps ? Tell us.</content:encoded>
<excerpt:encoded></excerpt:encoded>
<wp:post_id>34</wp:post_id>
<wp:post_date>2012-01-08 20:56:24</wp:post_date>
<wp:post_date_gmt>2012-01-08 19:56:24</wp:post_date_gmt>
<wp:post_modified>2012-01-08 20:56:24</wp:post_modified>
<wp:post_modified_gmt>2012-01-08 19:56:24</wp:post_modified_gmt>
<wp:comment_status>open</wp:comment_status>
<wp:ping_status>open</wp:ping_status>
<wp:post_name>six-action-steps-for-entrepreneurs</wp:post_name>
<wp:status>publish</wp:status>
<wp:post_parent>0</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type>post</wp:post_type>
<wp:post_password></wp:post_password>
<wp:is_sticky>0</wp:is_sticky>
<category domain="post_tag" nicename="action-steps">action steps</category>
<category domain="category" nicename="business">Business</category>
<category domain="post_tag" nicename="business">business</category>
<category domain="post_tag" nicename="clear-vision">clear vision</category>
<category domain="category" nicename="education">Education</category>
<category domain="post_tag" nicename="entrepreneurs">Entrepreneurs</category>
<category domain="post_tag" nicename="forward">forward</category>
<category domain="post_tag" nicename="idea">idea</category>
<category domain="post_tag" nicename="mary-olushoga">Mary Olushoga</category>
<category domain="post_tag" nicename="mentor">mentor</category>
<category domain="post_tag" nicename="naysayers">naysayers</category>
<category domain="post_tag" nicename="sustainable-business">sustainable business</category>
<category domain="post_tag" nicename="the-awp-network">The AWP Network</category>
<wp:postmeta>
<wp:meta_key>_wpas_skip_twitter</wp:meta_key>
<wp:meta_value>1</wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key>_edit_last</wp:meta_key>
<wp:meta_value>2</wp:meta_value>
</wp:postmeta>
</item>
<item>
<title>Voices of African Women Entrepreneurs</title>
<link>https://awpnetwork.com/2012/01/voices-of-african-women-entrepreneurs/</link>
<pubDate>Sun, 15 Jan 2012 22:56:25 +0000</pubDate>
<dc:creator>awpnetwork</dc:creator>
<guid isPermaLink="false">https://awpnetwork.com/2012/01/voices-of-african-women-entrepreneurs/</guid>
<description/>
<content:encoded>[caption id="attachment_88" align="alignnone" width="490"]<a href="www.awpnetwork.com"><img class="size-full wp-image-88" title="AWP (5)" alt="" src="http://awpnetwork.files.wordpress.com/2012/01/awp-53.jpg" width="490" height="326" /></a> Ijeoma Genevieve Mbamalu, Founder, MUI|PR[/caption]
&nbsp;
The African Women Power (AWP) Network sat down with the Chief Executive Officer of MUI|PR, Ijeoma Genevieve Mbamalu. We asked her a series of insightful questions that we would like to share with you. Our aim is to inspire upcoming and existing women business owners as they move along in their entrepreneurial journey.
<strong>What inspired you to start your company ? </strong>
Three things inspired me to start my business. First - the need to be re-connected with the Nigerian culture. I had been away from Nigeria for a long time and could no longer speak my tribal language, Igbo. Starting this business was my way to re-connect with my culture and my roots. Second - the need to survive. I lost my father at a young age and as the first-born of my family, I had the responsibility of being a provider. Starting my business gave me a stable source of income during this difficult time. Lastly - my company fills a need. MUI | PR serves as a platform to celebrate and showcase African products, goods, and services in a positive way.
<strong>What is the goal of your business ?</strong>
Our goal is to get African business owners publicity, connect them to the right press channels, and serve as an information highway. My company is about good publicity for African businesses.
<strong>How did you come up with the name of your business ? </strong>
The name of my company is French. My mother speaks the language and I wanted the name of my company to be inclusive of French-speaking Africans. I am also working on re-branding MUI | PR by giving it an identity face-lift. Thus, in the new year, the company will be touted publicly as MUI-The PR Company. Very soon, we will unveil our new website.
<strong>What is your competitive advantage ? </strong>
My ability to offer PR solutions and results for my clients - I am able to leverage and pull together resources in the entertainment, music, and fashion arenas.
<strong>How did you finance your business ? </strong>
Bootstrapping - as we grow and expand, we will seek other forms of financing.
<strong>What advice do you have for people looking to start their own business ? </strong>
You can not be afraid to fail. You learn more from your failures. Just go for it! The journey will not be easy but it is certainly worth it.
<strong>Who is your target market ? </strong>
U.S based African businesses in the fashion and music industry - they include photographers, clothing designers, music artists, and DJs.
<strong>Where do you see your company five years from now ? </strong>
I see MUI | PR going global by expanding our reach to include all Africans in the diaspora. I also look forward to working with high-end magazines. MUI | PR will continue to promote African brands and serve as the PR group that represents the best interest of African businesses.
Connect with Ijeoma here:
<em>Website</em>: <a href="http://www.muipr.com/about.html">http://www.muipr.com/</a>
<em>Twitter</em>: <a href="http://twitter.com/MUIPR" target="_blank">http://twitter.com/MUIPR</a>
&nbsp;
&nbsp;</content:encoded>
<excerpt:encoded></excerpt:encoded>
<wp:post_id>38</wp:post_id>
<wp:post_date>2012-01-15 23:56:25</wp:post_date>
<wp:post_date_gmt>2012-01-15 22:56:25</wp:post_date_gmt>
<wp:post_modified>2012-01-15 23:56:25</wp:post_modified>
<wp:post_modified_gmt>2012-01-15 22:56:25</wp:post_modified_gmt>
<wp:comment_status>open</wp:comment_status>
<wp:ping_status>open</wp:ping_status>
<wp:post_name>voices-of-african-women-entrepreneurs</wp:post_name>
<wp:status>publish</wp:status>
<wp:post_parent>0</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type>post</wp:post_type>
<wp:post_password></wp:post_password>
<wp:is_sticky>0</wp:is_sticky>
<category domain="post_tag" nicename="africa">Africa</category>
<category domain="post_tag" nicename="business">business</category>
<category domain="category" nicename="business">Business</category>
<category domain="post_tag" nicename="connect">connect</category>
<category domain="category" nicename="education">Education</category>
<category domain="post_tag" nicename="entrepreneur">entrepreneur</category>
<category domain="post_tag" nicename="failure">failure</category>
<category domain="post_tag" nicename="idea">idea</category>
<category domain="post_tag" nicename="ijeoma-genevieve-mbamalu">Ijeoma Genevieve Mbamalu</category>
<category domain="post_tag" nicename="inspire">Inspire</category>
<category domain="category" nicename="interviews">Interviews</category>
<category domain="post_tag" nicename="mary-olushoga">Mary Olushoga</category>
<category domain="post_tag" nicename="mentor">mentor</category>
<category domain="post_tag" nicename="mui-the-pr-company">MUI-The PR Company</category>
<category domain="post_tag" nicename="the-awp-network">The AWP Network</category>
<category domain="post_tag" nicename="voice">voice</category>
<category domain="post_tag" nicename="women-and-girls">women and girls</category>
<category domain="post_tag" nicename="women-entrepreneurs">women entrepreneurs</category>
<category domain="post_tag" nicename="youths">Youths</category>
<wp:postmeta>
<wp:meta_key>_edit_last</wp:meta_key>
<wp:meta_value>2</wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key>_wpas_skip_twitter</wp:meta_key>
<wp:meta_value>1</wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key>_thumbnail_id</wp:meta_key>
<wp:meta_value>88</wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key>_oembed_226b297f49dd1731cdc7f37753f352e2</wp:meta_key>
<wp:meta_value>{{unknown}}</wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key>_oembed_b6eb853494aec8bf4621e00547281e8c</wp:meta_key>
<wp:meta_value>{{unknown}}</wp:meta_value>
</wp:postmeta>
</item>
<item>
<title>Five Useful Tips to Survive the Strike</title>
<link>https://awpnetwork.com/2012/01/five-tips-to-survive-the-strike/</link>
<pubDate>Sun, 22 Jan 2012 17:41:45 +0000</pubDate>
<dc:creator>awpnetwork</dc:creator>
<guid isPermaLink="false">https://awpnetwork.com/2012/01/five-tips-to-survive-the-strike/</guid>
<description/>
<content:encoded>[caption id="attachment_63" align="alignleft" width="362"]<a href="http://awpnetwork.files.wordpress.com/2012/01/anakle.jpg"><img class="size-full wp-image-63" title="anakle" alt="" src="http://awpnetwork.files.wordpress.com/2012/01/anakle.jpg" width="362" height="313" /></a> Founder and CEO, Anakle.com[/caption]
Founder and Chief Executive Officer of Anakle Intelligent Media Solutions, <strong>Editi Effiong</strong>, gives useful tips to entrepreneurs and businesses in Nigeria to survive the strike.
Editi provides the following solutions - keep in mind that what works for his business, an online advertising/social media marketing company may not work for others.
I. <strong>Set up Internet Banking</strong>: by moving to internet platforms, small businesses can cut off critical financial downtime when banks are closed.
II. <strong>Use cloud computing</strong>: last year, we invested in centralized server systems and moved many operations online - email, file storage, and sharing facilities were hooked to online servers. We have also set up third-party file sharing resources so teams could work together. Even if companies cannot afford these expensive systems, free services like <strong><em>Drop Box</em></strong> would be very helpful.
III. <strong>Empower employees</strong>: A company can set up fancy cloud services but if team members are not empowered to use them, the whole process fails. What we did was to set staff up with blackberry phones and data plans, as well as USB Internet modems, so that they can work from home.
IV. <strong>Motivate employees</strong> to work from home and<em> provide strategic direction</em>: If employees are not motivated and given a direction, the strike would be seen as just another holiday. We try to get employees to voluntarily put in the necessary hours on ongoing projects, as well as on self improvement and skill building activities.
V. <strong>Keep open conversation lines with clients</strong>: If the above steps are taken, then there is really no reason why client projects cannot be handled as required. Throughout the strike, we communicated with clients and delivered on critical project elements. We also kept them updated on what is possible given the current circumstances - this helps us build stronger relationships and confidence with our clients.
<strong>Connect with Editi</strong> here:
<strong>Website</strong>:<a href="http://www.anakle.com/"> http://www.anakle.com</a>
<strong>Twitte</strong>r: <a href="http://twitter.com/EditiEffiong">http://twitter.com/EditiEffiong</a>
&nbsp;
&nbsp;
&nbsp;</content:encoded>
<excerpt:encoded></excerpt:encoded>
<wp:post_id>62</wp:post_id>
<wp:post_date>2012-01-22 18:41:45</wp:post_date>
<wp:post_date_gmt>2012-01-22 17:41:45</wp:post_date_gmt>
<wp:post_modified>2012-01-22 18:41:45</wp:post_modified>
<wp:post_modified_gmt>2012-01-22 17:41:45</wp:post_modified_gmt>
<wp:comment_status>open</wp:comment_status>
<wp:ping_status>open</wp:ping_status>
<wp:post_name>five-tips-to-survive-the-strike</wp:post_name>
<wp:status>publish</wp:status>
<wp:post_parent>0</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type>post</wp:post_type>
<wp:post_password></wp:post_password>
<wp:is_sticky>0</wp:is_sticky>
<category domain="post_tag" nicename="anakle-com">Anakle.com</category>
<category domain="category" nicename="business">Business</category>
<category domain="post_tag" nicename="business-development">business development</category>
<category domain="post_tag" nicename="customer">customer</category>
<category domain="post_tag" nicename="customer-service">customer service</category>
<category domain="post_tag" nicename="editi-effiong">Editi Effiong</category>
<category domain="category" nicename="education">Education</category>
<category domain="post_tag" nicename="employees">employees</category>
<category domain="post_tag" nicename="growth">growth</category>
<category domain="post_tag" nicename="ideas">ideas</category>
<category domain="post_tag" nicename="mary-olushoga">Mary Olushoga</category>
<category domain="post_tag" nicename="motivate">motivate</category>
<category domain="post_tag" nicename="nigeria">Nigeria</category>
<category domain="post_tag" nicename="solutions">solutions</category>
<category domain="post_tag" nicename="strategic">strategic</category>
<category domain="post_tag" nicename="strike">strike</category>
<category domain="post_tag" nicename="the-awp-network">The AWP Network</category>
<wp:postmeta>
<wp:meta_key>_edit_last</wp:meta_key>
<wp:meta_value>2</wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key>_wpas_skip_twitter</wp:meta_key>
<wp:meta_value>1</wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key>_thumbnail_id</wp:meta_key>
<wp:meta_value>63</wp:meta_value>
</wp:postmeta>
</item>
<item>
<title>Move from Idea to Execution</title>
<link>https://awpnetwork.com/2012/02/move-from-idea-to-execution/</link>
<pubDate>Sun, 05 Feb 2012 18:51:21 +0000</pubDate>
<dc:creator>awpnetwork</dc:creator>
<guid isPermaLink="false">https://awpnetwork.com/2012/02/move-from-idea-to-execution/</guid>
<description/>
<content:encoded><strong>Mary Olushoga gives Seven Tips</strong> that can guide you, as you move from idea to execution.
It takes a lot to launch, build, and operate a business. It takes hard work to transform an idea into a business. For many of you looking to start, here are some of what you need to know to gear you in the right direction this New Year.
1. <strong>Attend:</strong> a workshop at a small business development center at a university near you.
2. <strong>Register your business: </strong>you may need to register your company as a form of corporation. This may include: c-corporation, s-corporation, LLC, LLP, a B-corporation, or even as a nonprofit.
3. <strong>Apply: </strong> for the necessary licenses or permits.
4. <strong>Find financing</strong>: look at your credit worthiness by pulling up a free copy of your credit report. Do you have assets that you can use as collateral? Do you need to find investors? Do not be afraid. Make sure that you have a reputable score, and if you don’t, start working on building your credit back up.
5.<strong> Write a business plan</strong>: Yes, you do not need a business plan to start a business, but a plan serves as a guide and road map to help move you forward. To those of you seeking financing, a business plan may be compulsory.
6. <strong>Seek government contracting and opportunitie</strong>s: Once operating, get certified! You may need a Locally Based Enterprise (LBE), M/WBE, Emerging Business Enterprise (EBE) certification- with the right certification, you can sell your products or services to the government.
7. <strong>Know your customers and your market</strong>: this is accomplished through thorough research - continue to evolve by listening to your customers and attending business education seminars.</content:encoded>
<excerpt:encoded></excerpt:encoded>
<wp:post_id>68</wp:post_id>
<wp:post_date>2012-02-05 19:51:21</wp:post_date>
<wp:post_date_gmt>2012-02-05 18:51:21</wp:post_date_gmt>
<wp:post_modified>2012-02-05 19:51:21</wp:post_modified>
<wp:post_modified_gmt>2012-02-05 18:51:21</wp:post_modified_gmt>
<wp:comment_status>open</wp:comment_status>
<wp:ping_status>open</wp:ping_status>
<wp:post_name>move-from-idea-to-execution</wp:post_name>
<wp:status>publish</wp:status>
<wp:post_parent>0</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type>post</wp:post_type>
<wp:post_password></wp:post_password>
<wp:is_sticky>0</wp:is_sticky>
<category domain="post_tag" nicename="business">business</category>
<category domain="category" nicename="business">Business</category>
<category domain="category" nicename="education">Education</category>
<category domain="post_tag" nicename="entrepreneur">entrepreneur</category>
<category domain="post_tag" nicename="execution">execution</category>
<category domain="post_tag" nicename="forward">forward</category>
<category domain="post_tag" nicename="idea">idea</category>
<category domain="post_tag" nicename="mary-olushoga">Mary Olushoga</category>
<category domain="post_tag" nicename="powerful">powerful</category>
<category domain="post_tag" nicename="pre-start-up">pre-start up</category>
<category domain="post_tag" nicename="start-up">start up</category>
<category domain="post_tag" nicename="the-awp-network">The AWP Network</category>
<category domain="post_tag" nicename="women">women</category>
<wp:postmeta>
<wp:meta_key>_edit_last</wp:meta_key>
<wp:meta_value>2</wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key>_wpas_skip_twitter</wp:meta_key>
<wp:meta_value>1</wp:meta_value>
</wp:postmeta>
</item>
<item>
<title>hvh</title>
<link>https://awpnetwork.com/?p=9952</link>
<pubDate>Sun, 17 Nov 2024 09:51:50 +0000</pubDate>
<dc:creator>maryawpoorg</dc:creator>
<guid isPermaLink="false">https://awpnetwork.com/?p=9952</guid>
<description/>
<content:encoded><!-- wp:paragraph -->
<p>jjkknl</p>
<!-- /wp:paragraph --></content:encoded>
<excerpt:encoded></excerpt:encoded>
<wp:post_id>9952</wp:post_id>
<wp:post_date>2024-11-17 09:51:50</wp:post_date>
<wp:post_date_gmt>2024-11-17 09:51:50</wp:post_date_gmt>
<wp:post_modified>2024-11-17 09:51:50</wp:post_modified>
<wp:post_modified_gmt>2024-11-17 09:51:50</wp:post_modified_gmt>
<wp:comment_status>open</wp:comment_status>
<wp:ping_status>open</wp:ping_status>
<wp:post_name>__trashed</wp:post_name>
<wp:status>trash</wp:status>
<wp:post_parent>0</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type>post</wp:post_type>
<wp:post_password></wp:post_password>
<wp:is_sticky>0</wp:is_sticky>
<category domain="category" nicename="uncategorized">Uncategorized</category>
<wp:postmeta>
<wp:meta_key>_wp_trash_meta_status</wp:meta_key>
<wp:meta_value>draft</wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key>_wp_trash_meta_time</wp:meta_key>
<wp:meta_value>1731837110</wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key>_wp_desired_post_slug</wp:meta_key>
<wp:meta_value></wp:meta_value>
</wp:postmeta>
</item>
<item>
<title>anakle</title>
<link>https://awpnetwork.com/anakle/</link>
<pubDate>Sun, 15 Jan 2012 17:25:09 +0000</pubDate>
<dc:creator>awpnetwork</dc:creator>
<guid isPermaLink="false">https://awpnetwork.com/wp-content/uploads/2012/01/anakle.jpg</guid>
<description/>
<content:encoded></content:encoded>
<excerpt:encoded>Founder and CEO, Anakle.com</excerpt:encoded>
<wp:post_id>63</wp:post_id>
<wp:post_date>2012-01-15 18:25:09</wp:post_date>
<wp:post_date_gmt>2012-01-15 17:25:09</wp:post_date_gmt>
<wp:post_modified>2012-01-15 18:25:09</wp:post_modified>
<wp:post_modified_gmt>2012-01-15 17:25:09</wp:post_modified_gmt>
<wp:comment_status>open</wp:comment_status>
<wp:ping_status>open</wp:ping_status>
<wp:post_name>anakle</wp:post_name>
<wp:status>inherit</wp:status>
<wp:post_parent>0</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type>attachment</wp:post_type>
<wp:post_password></wp:post_password>
<wp:is_sticky>0</wp:is_sticky>
<wp:attachment_url>https://awpnetwork.com/wp-content/uploads/2012/01/anakle.jpg</wp:attachment_url>
<wp:postmeta>
<wp:meta_key>_wp_attached_file</wp:meta_key>
<wp:meta_value>2012/01/anakle.jpg</wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key>_wp_attachment_metadata</wp:meta_key>
<wp:meta_value>a:5:{s:5:"width";i:362;s:6:"height";i:313;s:4:"file";s:18:"2012/01/anakle.jpg";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:18:"anakle-300x259.jpg";s:5:"width";i:300;s:6:"height";i:259;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:18:"anakle-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}</wp:meta_value>
</wp:postmeta>
</item>
<item>
<title>Princess Jenkins</title>
<link>https://awpnetwork.com/princess-2/</link>
<pubDate>Wed, 18 Jan 2012 14:33:00 +0000</pubDate>
<dc:creator>awpnetwork</dc:creator>
<guid isPermaLink="false">https://awpnetwork.com/wp-content/uploads/2012/01/princess1.jpg</guid>
<description/>
<content:encoded></content:encoded>
<excerpt:encoded>Emmy Chinelo Photography </excerpt:encoded>
<wp:post_id>86</wp:post_id>
<wp:post_date>2012-01-18 15:33:00</wp:post_date>
<wp:post_date_gmt>2012-01-18 14:33:00</wp:post_date_gmt>
<wp:post_modified>2012-01-18 15:33:00</wp:post_modified>
<wp:post_modified_gmt>2012-01-18 14:33:00</wp:post_modified_gmt>
<wp:comment_status>open</wp:comment_status>
<wp:ping_status>open</wp:ping_status>
<wp:post_name>princess-2</wp:post_name>
<wp:status>inherit</wp:status>
<wp:post_parent>0</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type>attachment</wp:post_type>
<wp:post_password></wp:post_password>
<wp:is_sticky>0</wp:is_sticky>
<wp:attachment_url>https://awpnetwork.com/wp-content/uploads/2012/01/princess1.jpg</wp:attachment_url>
<wp:postmeta>
<wp:meta_key>_wp_attached_file</wp:meta_key>
<wp:meta_value>2012/01/princess1.jpg</wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key>_wp_attachment_metadata</wp:meta_key>
<wp:meta_value>a:5:{s:5:"width";i:640;s:6:"height";i:427;s:4:"file";s:21:"2012/01/princess1.jpg";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:21:"princess1-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:21:"princess1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:3:"5.6";s:6:"credit";s:7:"???????";s:6:"camera";s:12:"Canon EOS 7D";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1324565225";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"45";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:4:"0.01";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}</wp:meta_value>
</wp:postmeta>
</item>
<item>
<title>The AWP Network on BBC World News!</title>
<link>https://awpnetwork.com/awp-bbc/</link>
<pubDate>Sat, 25 Feb 2012 22:23:15 +0000</pubDate>
<dc:creator>awpnetwork</dc:creator>
<guid isPermaLink="false">https://awpnetwork.com/wp-content/uploads/2012/02/awp-bbc.jpg</guid>
<description/>
<content:encoded></content:encoded>
<excerpt:encoded>Mary speaks on Nigeria - Interview</excerpt:encoded>
<wp:post_id>128</wp:post_id>
<wp:post_date>2012-02-25 23:23:15</wp:post_date>
<wp:post_date_gmt>2012-02-25 22:23:15</wp:post_date_gmt>
<wp:post_modified>2012-02-25 23:23:15</wp:post_modified>
<wp:post_modified_gmt>2012-02-25 22:23:15</wp:post_modified_gmt>
<wp:comment_status>open</wp:comment_status>
<wp:ping_status>open</wp:ping_status>
<wp:post_name>awp-bbc</wp:post_name>
<wp:status>inherit</wp:status>
<wp:post_parent>0</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type>attachment</wp:post_type>
<wp:post_password></wp:post_password>
<wp:is_sticky>0</wp:is_sticky>
<wp:attachment_url>https://awpnetwork.com/wp-content/uploads/2012/02/awp-bbc.jpg</wp:attachment_url>
<wp:postmeta>
<wp:meta_key>_wp_attached_file</wp:meta_key>
<wp:meta_value>2012/02/awp-bbc.jpg</wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key>_wp_attachment_metadata</wp:meta_key>
<wp:meta_value>a:5:{s:5:"width";i:418;s:6:"height";i:456;s:4:"file";s:19:"2012/02/awp-bbc.jpg";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:19:"awp-bbc-275x300.jpg";s:5:"width";i:275;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:19:"awp-bbc-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}</wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key>_wp_attachment_image_alt</wp:meta_key>
<wp:meta_value>The AWP Network on BBC World News!</wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key>_wp_attachment_image_alt</wp:meta_key>
<wp:meta_value>The AWP Network on BBC World News!</wp:meta_value>
</wp:postmeta>
</item>
<item>
<title>The AWP Network</title>
<link>https://awpnetwork.com/hilma/</link>
<pubDate>Thu, 01 Mar 2012 21:23:00 +0000</pubDate>
<dc:creator>awpnetwork</dc:creator>
<guid isPermaLink="false">https://awpnetwork.com/wp-content/uploads/2012/03/hilma.jpg</guid>
<description/>
<content:encoded></content:encoded>
<excerpt:encoded></excerpt:encoded>
<wp:post_id>179</wp:post_id>
<wp:post_date>2012-03-01 22:23:00</wp:post_date>
<wp:post_date_gmt>2012-03-01 21:23:00</wp:post_date_gmt>
<wp:post_modified>2012-03-01 22:23:00</wp:post_modified>
<wp:post_modified_gmt>2012-03-01 21:23:00</wp:post_modified_gmt>
<wp:comment_status>open</wp:comment_status>
<wp:ping_status>open</wp:ping_status>
<wp:post_name>hilma</wp:post_name>
<wp:status>inherit</wp:status>
<wp:post_parent>0</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type>attachment</wp:post_type>
<wp:post_password></wp:post_password>
<wp:is_sticky>0</wp:is_sticky>
<wp:attachment_url>https://awpnetwork.com/wp-content/uploads/2012/03/hilma.jpg</wp:attachment_url>
<wp:postmeta>
<wp:meta_key>_wp_attached_file</wp:meta_key>
<wp:meta_value>2012/03/hilma.jpg</wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key>_wp_attachment_metadata</wp:meta_key>
<wp:meta_value>a:5:{s:5:"width";i:720;s:6:"height";i:480;s:4:"file";s:17:"2012/03/hilma.jpg";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:17:"hilma-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:17:"hilma-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}</wp:meta_value>
</wp:postmeta>
</item>
<item>
<title>Co-Founder and CEO of New Qamar Media Ltd</title>
<link>https://awpnetwork.com/zaguru1-2/</link>
<pubDate>Mon, 02 Apr 2012 17:47:28 +0000</pubDate>
<dc:creator>awpnetwork</dc:creator>
<guid isPermaLink="false">https://awpnetwork.com/wp-content/uploads/2012/04/zaguru11.jpg</guid>
<description/>
<content:encoded></content:encoded>
<excerpt:encoded></excerpt:encoded>
<wp:post_id>202</wp:post_id>
<wp:post_date>2012-04-02 18:47:28</wp:post_date>
<wp:post_date_gmt>2012-04-02 17:47:28</wp:post_date_gmt>
<wp:post_modified>2012-04-02 18:47:28</wp:post_modified>
<wp:post_modified_gmt>2012-04-02 17:47:28</wp:post_modified_gmt>
<wp:comment_status>open</wp:comment_status>
<wp:ping_status>open</wp:ping_status>
<wp:post_name>zaguru1-2</wp:post_name>
<wp:status>inherit</wp:status>
<wp:post_parent>0</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type>attachment</wp:post_type>
<wp:post_password></wp:post_password>
<wp:is_sticky>0</wp:is_sticky>
<wp:attachment_url>https://awpnetwork.com/wp-content/uploads/2012/04/zaguru11.jpg</wp:attachment_url>
<wp:postmeta>
<wp:meta_key>_wp_attached_file</wp:meta_key>
<wp:meta_value>2012/04/zaguru11.jpg</wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key>_wp_attachment_metadata</wp:meta_key>
<wp:meta_value>a:5:{s:5:"width";i:640;s:6:"height";i:360;s:4:"file";s:20:"2012/04/zaguru11.jpg";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:20:"zaguru11-300x169.jpg";s:5:"width";i:300;s:6:"height";i:169;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:20:"zaguru11-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}</wp:meta_value>
</wp:postmeta>
</item>
<item>
<title>Mary answers questions from the audience</title>
<link>https://awpnetwork.com/img_1223/</link>
<pubDate>Sat, 21 Apr 2012 22:36:54 +0000</pubDate>
<dc:creator>awpnetwork</dc:creator>
<guid isPermaLink="false">https://awpnetwork.com/wp-content/uploads/2012/04/img_1223.jpg</guid>
<description/>
<content:encoded></content:encoded>
<excerpt:encoded></excerpt:encoded>
<wp:post_id>243</wp:post_id>
<wp:post_date>2012-04-21 23:36:54</wp:post_date>
<wp:post_date_gmt>2012-04-21 22:36:54</wp:post_date_gmt>
<wp:post_modified>2012-04-21 23:36:54</wp:post_modified>
<wp:post_modified_gmt>2012-04-21 22:36:54</wp:post_modified_gmt>
<wp:comment_status>open</wp:comment_status>
<wp:ping_status>open</wp:ping_status>
<wp:post_name>img_1223</wp:post_name>
<wp:status>inherit</wp:status>
<wp:post_parent>0</wp:post_parent>
<wp:menu_order>5</wp:menu_order>
<wp:post_type>attachment</wp:post_type>
<wp:post_password></wp:post_password>
<wp:is_sticky>0</wp:is_sticky>
<wp:attachment_url>https://awpnetwork.com/wp-content/uploads/2012/04/img_1223-scaled.jpg</wp:attachment_url>
<wp:postmeta>
<wp:meta_key>_wp_attached_file</wp:meta_key>
<wp:meta_value>2012/04/img_1223-scaled.jpg</wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key>_wp_attachment_metadata</wp:meta_key>
<wp:meta_value>a:6:{s:5:"width";i:2560;s:6:"height";i:1920;s:4:"file";s:27:"2012/04/img_1223-scaled.jpg";s:5:"sizes";a:6:{s:6:"medium";a:4:{s:4:"file";s:20:"img_1223-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"img_1223-1024x768.jpg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:20:"img_1223-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"img_1223-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:22:"img_1223-1536x1152.jpg";s:5:"width";i:1536;s:6:"height";i:1152;s:9:"mime-type";s:10:"image/jpeg";}s:9:"2048x2048";a:4:{s:4:"file";s:22:"img_1223-2048x1536.jpg";s:5:"width";i:2048;s:6:"height";i:1536;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:3:"4.5";s:6:"credit";s:0:"";s:6:"camera";s:24:"Canon PowerShot SX130 IS";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1332875249";s:9:"copyright";s:0:"";s:12:"focal_length";s:6:"15.944";s:3:"iso";s:3:"160";s:13:"shutter_speed";s:17:"0.066666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";s:8:"keywords";a:0:{}}s:14:"original_image";s:12:"img_1223.jpg";}</wp:meta_value>
</wp:postmeta>
</item>
<item>
<title>President, Cotton Tree Philanthropy Advisors, Inc.</title>
<link>https://awpnetwork.com/200791_/</link>
<pubDate>Mon, 07 May 2012 16:40:54 +0000</pubDate>
<dc:creator>awpnetwork</dc:creator>
<guid isPermaLink="false">https://awpnetwork.com/wp-content/uploads/2012/05/200791_.jpg</guid>
<description/>
<content:encoded></content:encoded>
<excerpt:encoded>President, Cotton Tree Philanthropy Advisors, Inc.</excerpt:encoded>
<wp:post_id>283</wp:post_id>
<wp:post_date>2012-05-07 17:40:54</wp:post_date>
<wp:post_date_gmt>2012-05-07 16:40:54</wp:post_date_gmt>
<wp:post_modified>2012-05-07 17:40:54</wp:post_modified>
<wp:post_modified_gmt>2012-05-07 16:40:54</wp:post_modified_gmt>
<wp:comment_status>open</wp:comment_status>
<wp:ping_status>open</wp:ping_status>
<wp:post_name>200791_</wp:post_name>
<wp:status>inherit</wp:status>
<wp:post_parent>0</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type>attachment</wp:post_type>
<wp:post_password></wp:post_password>
<wp:is_sticky>0</wp:is_sticky>
<wp:attachment_url>https://awpnetwork.com/wp-content/uploads/2012/05/200791_.jpg</wp:attachment_url>
<wp:postmeta>
<wp:meta_key>_wp_attached_file</wp:meta_key>
<wp:meta_value>2012/05/200791_.jpg</wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key>_wp_attachment_metadata</wp:meta_key>
<wp:meta_value>a:5:{s:5:"width";i:640;s:6:"height";i:480;s:4:"file";s:19:"2012/05/200791_.jpg";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:19:"200791_-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:19:"200791_-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}</wp:meta_value>
</wp:postmeta>
</item>
<item>
<title>Mary Olushoga and Eyitayo Akanji</title>
<link>https://awpnetwork.com/img_1282/</link>
<pubDate>Tue, 15 May 2012 16:50:02 +0000</pubDate>
<dc:creator>awpnetwork</dc:creator>
<guid isPermaLink="false">https://awpnetwork.com/wp-content/uploads/2012/05/img_1282.jpg</guid>
<description/>
<content:encoded></content:encoded>
<excerpt:encoded></excerpt:encoded>
<wp:post_id>290</wp:post_id>
<wp:post_date>2012-05-15 17:50:02</wp:post_date>
<wp:post_date_gmt>2012-05-15 16:50:02</wp:post_date_gmt>
<wp:post_modified>2012-05-15 17:50:02</wp:post_modified>
<wp:post_modified_gmt>2012-05-15 16:50:02</wp:post_modified_gmt>
<wp:comment_status>open</wp:comment_status>
<wp:ping_status>open</wp:ping_status>
<wp:post_name>img_1282</wp:post_name>
<wp:status>inherit</wp:status>
<wp:post_parent>0</wp:post_parent>
<wp:menu_order>1</wp:menu_order>
<wp:post_type>attachment</wp:post_type>
<wp:post_password></wp:post_password>
<wp:is_sticky>0</wp:is_sticky>
<wp:attachment_url>https://awpnetwork.com/wp-content/uploads/2012/05/img_1282-scaled.jpg</wp:attachment_url>
<wp:postmeta>
<wp:meta_key>_wp_attached_file</wp:meta_key>
<wp:meta_value>2012/05/img_1282-scaled.jpg</wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key>_wp_attachment_metadata</wp:meta_key>
<wp:meta_value>a:6:{s:5:"width";i:2560;s:6:"height";i:1920;s:4:"file";s:27:"2012/05/img_1282-scaled.jpg";s:5:"sizes";a:6:{s:6:"medium";a:4:{s:4:"file";s:20:"img_1282-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"img_1282-1024x768.jpg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:20:"img_1282-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"img_1282-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:22:"img_1282-1536x1152.jpg";s:5:"width";i:1536;s:6:"height";i:1152;s:9:"mime-type";s:10:"image/jpeg";}s:9:"2048x2048";a:4:{s:4:"file";s:22:"img_1282-2048x1536.jpg";s:5:"width";i:2048;s:6:"height";i:1536;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:3:"3.4";s:6:"credit";s:0:"";s:6:"camera";s:24:"Canon PowerShot SX130 IS";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1336083575";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"5";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:4:"0.04";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";s:8:"keywords";a:0:{}}s:14:"original_image";s:12:"img_1282.jpg";}</wp:meta_value>
</wp:postmeta>
</item>
<item>
<title>Harlem Art</title>
<link>https://awpnetwork.com/img_1309/</link>
<pubDate>Mon, 11 Jun 2012 16:11:49 +0000</pubDate>
<dc:creator>awpnetwork</dc:creator>
<guid isPermaLink="false">https://awpnetwork.com/wp-content/uploads/2012/06/img_1309.jpg</guid>
<description/>
<content:encoded></content:encoded>
<excerpt:encoded></excerpt:encoded>
<wp:post_id>330</wp:post_id>
<wp:post_date>2012-06-11 17:11:49</wp:post_date>
<wp:post_date_gmt>2012-06-11 16:11:49</wp:post_date_gmt>
<wp:post_modified>2012-06-11 17:11:49</wp:post_modified>
<wp:post_modified_gmt>2012-06-11 16:11:49</wp:post_modified_gmt>
<wp:comment_status>open</wp:comment_status>
<wp:ping_status>open</wp:ping_status>
<wp:post_name>img_1309</wp:post_name>
<wp:status>inherit</wp:status>
<wp:post_parent>0</wp:post_parent>
<wp:menu_order>6</wp:menu_order>
<wp:post_type>attachment</wp:post_type>
<wp:post_password></wp:post_password>
<wp:is_sticky>0</wp:is_sticky>
<wp:attachment_url>https://awpnetwork.com/wp-content/uploads/2012/06/img_1309-scaled.jpg</wp:attachment_url>
<wp:postmeta>
<wp:meta_key>_wp_attached_file</wp:meta_key>
<wp:meta_value>2012/06/img_1309-scaled.jpg</wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key>_wp_attachment_metadata</wp:meta_key>
<wp:meta_value>a:6:{s:5:"width";i:2560;s:6:"height";i:1920;s:4:"file";s:27:"2012/06/img_1309-scaled.jpg";s:5:"sizes";a:6:{s:6:"medium";a:4:{s:4:"file";s:20:"img_1309-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"img_1309-1024x768.jpg";s:5:"width";i:1024;s:6:"height";i:768;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:20:"img_1309-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:20:"img_1309-768x576.jpg";s:5:"width";i:768;s:6:"height";i:576;s:9:"mime-type";s:10:"image/jpeg";}s:9:"1536x1536";a:4:{s:4:"file";s:22:"img_1309-1536x1152.jpg";s:5:"width";i:1536;s:6:"height";i:1152;s:9:"mime-type";s:10:"image/jpeg";}s:9:"2048x2048";a:4:{s:4:"file";s:22:"img_1309-2048x1536.jpg";s:5:"width";i:2048;s:6:"height";i:1536;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"4";s:6:"credit";s:0:"";s:6:"camera";s:24:"Canon PowerShot SX130 IS";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1339190273";s:9:"copyright";s:0:"";s:12:"focal_length";s:6:"10.074";s:3:"iso";s:3:"800";s:13:"shutter_speed";s:17:"0.066666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";s:8:"keywords";a:0:{}}s:14:"original_image";s:12:"img_1309.jpg";}</wp:meta_value>
</wp:postmeta>
</item>
<item>
<title>Princess Jenkins</title>
<link>https://awpnetwork.com/img_1315/</link>
<pubDate>Mon, 11 Jun 2012 16:12:08 +0000</pubDate>
<dc:creator>awpnetwork</dc:creator>
<guid isPermaLink="false">https://awpnetwork.com/wp-content/uploads/2012/06/img_1315.jpg</guid>
<description/>
<content:encoded></content:encoded>
<excerpt:encoded></excerpt:encoded>
<wp:post_id>334</wp:post_id>
<wp:post_date>2012-06-11 17:12:08</wp:post_date>
<wp:post_date_gmt>2012-06-11 16:12:08</wp:post_date_gmt>
<wp:post_modified>2012-06-11 17:12:08</wp:post_modified>
<wp:post_modified_gmt>2012-06-11 16:12:08</wp:post_modified_gmt>
<wp:comment_status>open</wp:comment_status>
<wp:ping_status>open</wp:ping_status>
<wp:post_name>img_1315</wp:post_name>
<wp:status>inherit</wp:status>
<wp:post_parent>0</wp:post_parent>
<wp:menu_order>20</wp:menu_order>
<wp:post_type>attachment</wp:post_type>
<wp:post_password></wp:post_password>
<wp:is_sticky>0</wp:is_sticky>
<wp:attachment_url>https://awpnetwork.com/wp-content/uploads/2012/06/img_1315.jpg</wp:attachment_url>
<wp:postmeta>
<wp:meta_key>_wp_attached_file</wp:meta_key>
<wp:meta_value>2012/06/img_1315.jpg</wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key>_wp_attachment_metadata</wp:meta_key>
<wp:meta_value>a:5:{s:5:"width";i:1132;s:6:"height";i:1519;s:4:"file";s:20:"2012/06/img_1315.jpg";s:5:"sizes";a:4:{s:6:"medium";a:4:{s:4:"file";s:20:"img_1315-224x300.jpg";s:5:"width";i:224;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:21:"img_1315-763x1024.jpg";s:5:"width";i:763;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:20:"img_1315-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:21:"img_1315-768x1031.jpg";s:5:"width";i:768;s:6:"height";i:1031;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"5";s:6:"credit";s:0:"";s:6:"camera";s:24:"Canon PowerShot SX130 IS";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1339191071";s:9:"copyright";s:0:"";s:12:"focal_length";s:5:"25.15";s:3:"iso";s:3:"400";s:13:"shutter_speed";s:17:"0.066666666666667";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";s:8:"keywords";a:0:{}}}</wp:meta_value>
</wp:postmeta>
</item>
<item>
<title></title>
<link>https://awpnetwork.com/kola-3/</link>
<pubDate>Tue, 26 Jun 2012 14:30:14 +0000</pubDate>
<dc:creator>awpnetwork</dc:creator>
<guid isPermaLink="false">https://awpnetwork.com/wp-content/uploads/2012/06/kola-3.jpg</guid>
<description/>
<content:encoded></content:encoded>
<excerpt:encoded>Kola Osinowo</excerpt:encoded>
<wp:post_id>726</wp:post_id>
<wp:post_date>2012-06-26 15:30:14</wp:post_date>
<wp:post_date_gmt>2012-06-26 14:30:14</wp:post_date_gmt>
<wp:post_modified>2012-06-26 15:30:14</wp:post_modified>
<wp:post_modified_gmt>2012-06-26 14:30:14</wp:post_modified_gmt>
<wp:comment_status>open</wp:comment_status>
<wp:ping_status>open</wp:ping_status>
<wp:post_name>kola-3</wp:post_name>
<wp:status>inherit</wp:status>
<wp:post_parent>0</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type>attachment</wp:post_type>
<wp:post_password></wp:post_password>
<wp:is_sticky>0</wp:is_sticky>
<wp:attachment_url>https://awpnetwork.com/wp-content/uploads/2012/06/kola-3.jpg</wp:attachment_url>
<wp:postmeta>
<wp:meta_key>_wp_attached_file</wp:meta_key>
<wp:meta_value>2012/06/kola-3.jpg</wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key>_wp_attachment_metadata</wp:meta_key>
<wp:meta_value>a:5:{s:5:"width";i:482;s:6:"height";i:721;s:4:"file";s:18:"2012/06/kola-3.jpg";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:18:"kola-3-201x300.jpg";s:5:"width";i:201;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:18:"kola-3-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}</wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key>_wp_attachment_image_alt</wp:meta_key>
<wp:meta_value>Kola Osinowo</wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key>_wp_attachment_image_alt</wp:meta_key>
<wp:meta_value>Kola Osinowo</wp:meta_value>
</wp:postmeta>
</item>
<item>
<title>Ayomide Condotti, Africholidays</title>
<link>https://awpnetwork.com/hgy/</link>
<pubDate>Mon, 09 Jul 2012 07:46:41 +0000</pubDate>
<dc:creator>awpnetwork</dc:creator>
<guid isPermaLink="false">https://awpnetwork.com/wp-content/uploads/2012/07/hgy.jpg</guid>
<description/>
<content:encoded></content:encoded>
<excerpt:encoded></excerpt:encoded>
<wp:post_id>727</wp:post_id>
<wp:post_date>2012-07-09 08:46:41</wp:post_date>
<wp:post_date_gmt>2012-07-09 07:46:41</wp:post_date_gmt>
<wp:post_modified>2012-07-09 08:46:41</wp:post_modified>
<wp:post_modified_gmt>2012-07-09 07:46:41</wp:post_modified_gmt>
<wp:comment_status>open</wp:comment_status>
<wp:ping_status>open</wp:ping_status>
<wp:post_name>hgy</wp:post_name>
<wp:status>inherit</wp:status>
<wp:post_parent>0</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type>attachment</wp:post_type>
<wp:post_password></wp:post_password>
<wp:is_sticky>0</wp:is_sticky>
<wp:attachment_url>https://awpnetwork.com/wp-content/uploads/2012/07/hgy.jpg</wp:attachment_url>
<wp:postmeta>
<wp:meta_key>_wp_attached_file</wp:meta_key>
<wp:meta_value>2012/07/hgy.jpg</wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key>_wp_attachment_metadata</wp:meta_key>
<wp:meta_value>a:5:{s:5:"width";i:333;s:6:"height";i:333;s:4:"file";s:15:"2012/07/hgy.jpg";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:15:"hgy-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:9:"thumbnail";a:4:{s:4:"file";s:15:"hgy-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";s:8:"keywords";a:0:{}}}</wp:meta_value>
</wp:postmeta>
</item>
<item>
<title>Gidi Traffic</title>
<link>https://awpnetwork.com/gt-log/</link>
<pubDate>Thu, 23 Aug 2012 15:59:50 +0000</pubDate>
<dc:creator>awpnetwork</dc:creator>
<guid isPermaLink="false">https://awpnetwork.com/wp-content/uploads/2012/08/gt-log.png</guid>
<description/>
<content:encoded>Gidi Traffic</content:encoded>
<excerpt:encoded>Gidi Traffic</excerpt:encoded>
<wp:post_id>730</wp:post_id>
<wp:post_date>2012-08-23 16:59:50</wp:post_date>
<wp:post_date_gmt>2012-08-23 15:59:50</wp:post_date_gmt>
<wp:post_modified>2012-08-23 16:59:50</wp:post_modified>
<wp:post_modified_gmt>2012-08-23 15:59:50</wp:post_modified_gmt>
<wp:comment_status>open</wp:comment_status>
<wp:ping_status>open</wp:ping_status>
<wp:post_name>gt-log</wp:post_name>
<wp:status>inherit</wp:status>
<wp:post_parent>0</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type>attachment</wp:post_type>
<wp:post_password></wp:post_password>
<wp:is_sticky>0</wp:is_sticky>
<wp:attachment_url>https://awpnetwork.com/wp-content/uploads/2012/08/gt-log.png</wp:attachment_url>
<wp:postmeta>
<wp:meta_key>_wp_attached_file</wp:meta_key>
<wp:meta_value>2012/08/gt-log.png</wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key>_wp_attachment_metadata</wp:meta_key>
<wp:meta_value>a:5:{s:5:"width";i:2480;s:6:"height";i:1605;s:4:"file";s:18:"2012/08/gt-log.png";s:5:"sizes";a:6:{s:6:"medium";a:4:{s:4:"file";s:18:"gt-log-300x194.png";s:5:"width";i:300;s:6:"height";i:194;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:19:"gt-log-1024x663.png";s:5:"width";i:1024;s:6:"height";i:663;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:18:"gt-log-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:18:"gt-log-768x497.png";s:5:"width";i:768;s:6:"height";i:497;s:9:"mime-type";s:9:"image/png";}s:9:"1536x1536";a:4:{s:4:"file";s:19:"gt-log-1536x994.png";s:5:"width";i:1536;s:6:"height";i:994;s:9:"mime-type";s:9:"image/png";}s:9:"2048x2048";a:4:{s:4:"file";s:20:"gt-log-2048x1325.png";s:5:"width";i:2048;s:6:"height";i:1325;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}</wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key>_wp_attachment_image_alt</wp:meta_key>
<wp:meta_value>Gidi Traffic</wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key>_wp_attachment_image_alt</wp:meta_key>
<wp:meta_value>Gidi Traffic</wp:meta_value>
</wp:postmeta>
</item>
<item>
<title>screen-shot-2021-04-12-at-3.56.00-pm</title>
<link>https://awpnetwork.com/screen-shot-2021-04-12-at-3-56-00-pm/</link>
<pubDate>Mon, 12 Apr 2021 20:03:46 +0000</pubDate>
<dc:creator>awpnetwork</dc:creator>
<guid isPermaLink="false">https://awpnetwork.com/wp-content/uploads/2021/04/screen-shot-2021-04-12-at-3.56.00-pm.png</guid>
<description/>
<content:encoded></content:encoded>
<excerpt:encoded></excerpt:encoded>
<wp:post_id>9895</wp:post_id>
<wp:post_date>2021-04-12 21:03:46</wp:post_date>
<wp:post_date_gmt>2021-04-12 20:03:46</wp:post_date_gmt>
<wp:post_modified>2021-04-12 21:03:46</wp:post_modified>
<wp:post_modified_gmt>2021-04-12 20:03:46</wp:post_modified_gmt>
<wp:comment_status>open</wp:comment_status>
<wp:ping_status>closed</wp:ping_status>
<wp:post_name>screen-shot-2021-04-12-at-3-56-00-pm</wp:post_name>
<wp:status>inherit</wp:status>
<wp:post_parent>0</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type>attachment</wp:post_type>
<wp:post_password></wp:post_password>
<wp:is_sticky>0</wp:is_sticky>
<wp:attachment_url>https://awpnetwork.com/wp-content/uploads/2021/04/screen-shot-2021-04-12-at-3.56.00-pm.png</wp:attachment_url>
<wp:postmeta>
<wp:meta_key>_wp_attached_file</wp:meta_key>
<wp:meta_value>2021/04/screen-shot-2021-04-12-at-3.56.00-pm.png</wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key>_wp_attachment_metadata</wp:meta_key>
<wp:meta_value>a:5:{s:5:"width";i:1085;s:6:"height";i:714;s:4:"file";s:48:"2021/04/screen-shot-2021-04-12-at-3.56.00-pm.png";s:5:"sizes";a:4:{s:6:"medium";a:4:{s:4:"file";s:48:"screen-shot-2021-04-12-at-3.56.00-pm-300x197.png";s:5:"width";i:300;s:6:"height";i:197;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:49:"screen-shot-2021-04-12-at-3.56.00-pm-1024x674.png";s:5:"width";i:1024;s:6:"height";i:674;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:48:"screen-shot-2021-04-12-at-3.56.00-pm-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:48:"screen-shot-2021-04-12-at-3.56.00-pm-768x505.png";s:5:"width";i:768;s:6:"height";i:505;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}</wp:meta_value>
</wp:postmeta>
</item>
<item>
<title>Screen Shot 2021-04-26 at 12.03.35 PM</title>
<link>https://awpnetwork.com/2021/04/apply-100000-gogettaz-agripreneur-prize-competition/screen-shot-2021-04-26-at-12-03-35-pm/</link>
<pubDate>Mon, 26 Apr 2021 16:04:17 +0000</pubDate>
<dc:creator>awpnetwork</dc:creator>
<guid isPermaLink="false">https://awpnetwork.com/wp-content/uploads/2021/04/screen-shot-2021-04-26-at-12.03.35-pm.png</guid>
<description/>
<content:encoded></content:encoded>
<excerpt:encoded></excerpt:encoded>
<wp:post_id>9904</wp:post_id>
<wp:post_date>2021-04-26 17:04:17</wp:post_date>
<wp:post_date_gmt>2021-04-26 16:04:17</wp:post_date_gmt>
<wp:post_modified>2021-04-26 17:04:17</wp:post_modified>
<wp:post_modified_gmt>2021-04-26 16:04:17</wp:post_modified_gmt>
<wp:comment_status>open</wp:comment_status>
<wp:ping_status>closed</wp:ping_status>
<wp:post_name>screen-shot-2021-04-26-at-12-03-35-pm</wp:post_name>
<wp:status>inherit</wp:status>
<wp:post_parent>9897</wp:post_parent>
<wp:menu_order>0</wp:menu_order>
<wp:post_type>attachment</wp:post_type>
<wp:post_password></wp:post_password>
<wp:is_sticky>0</wp:is_sticky>
<wp:attachment_url>https://awpnetwork.com/wp-content/uploads/2021/04/screen-shot-2021-04-26-at-12.03.35-pm.png</wp:attachment_url>
<wp:postmeta>
<wp:meta_key>_wp_attached_file</wp:meta_key>
<wp:meta_value>2021/04/screen-shot-2021-04-26-at-12.03.35-pm.png</wp:meta_value>
</wp:postmeta>
<wp:postmeta>
<wp:meta_key>_wp_attachment_metadata</wp:meta_key>
<wp:meta_value>a:5:{s:5:"width";i:697;s:6:"height";i:443;s:4:"file";s:49:"2021/04/screen-shot-2021-04-26-at-12.03.35-pm.png";s:5:"sizes";a:2:{s:6:"medium";a:4:{s:4:"file";s:49:"screen-shot-2021-04-26-at-12.03.35-pm-300x191.png";s:5:"width";i:300;s:6:"height";i:191;s:9:"mime-type";s:9:"image/png";}s:9:"thumbnail";a:4:{s:4:"file";s:49:"screen-shot-2021-04-26-at-12.03.35-pm-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}</wp:meta_value>
</wp:postmeta>
</item>
</channel>
</rss>