<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	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:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ITegrity</title>
	<atom:link href="http://www.itegritygroup.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.itegritygroup.com</link>
	<description>San Diego Web Design</description>
	<lastBuildDate>Sat, 18 May 2013 04:00:55 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
		<item>
		<title>Elegant Themes Shortcodes</title>
		<link>http://www.itegritygroup.com/elegant-themes-shortcodes</link>
		<comments>http://www.itegritygroup.com/elegant-themes-shortcodes#comments</comments>
		<pubDate>Wed, 12 Sep 2012 16:27:14 +0000</pubDate>
		<dc:creator>Steve Kozyk</dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.itegritygroup.com/?p=3584</guid>
		<description><![CDATA[Elegant Themes has an excellent suite of shortcodes to enhance your WordPress site&#8217;s functionality, however shortcode examples are difficult to find. Do you want to view and then copy and paste Elegant theme shortcode examples into your site? Here&#8217;s the link: https://www.elegantthemes.com/preview/TheProfessional/357-2/]]></description>
				<content:encoded><![CDATA[<p>Elegant Themes has an excellent suite of shortcodes to enhance your WordPress site&#8217;s functionality, however shortcode examples are difficult to find. Do you want to view and then copy and paste Elegant theme shortcode examples into your site?</p>
<p>Here&#8217;s the link: <a title="Elegant Themes Shortcodes" href="https://www.elegantthemes.com/preview/TheProfessional/357-2/" target="_blank">https://www.elegantthemes.com/preview/TheProfessional/357-2/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.itegritygroup.com/elegant-themes-shortcodes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Event Espresso Shortcodes</title>
		<link>http://www.itegritygroup.com/event-espresso-short-codes/</link>
		<comments>http://www.itegritygroup.com/event-espresso-short-codes/#comments</comments>
		<pubDate>Tue, 03 Jul 2012 02:53:35 +0000</pubDate>
		<dc:creator>Steve Kozyk</dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.itegritygroup.com/?p=3562</guid>
		<description><![CDATA[Event Espresso is a very robust event registration system for WordPress that is available as both a free and premium plugin.  There are also a number of add-on companion plugins available to enhance Event Espresso&#8217;s functionality. Below is a comprehensive list of Event Espresso shortcodes available for displaying Event Espresso information within your website pages [...]]]></description>
				<content:encoded><![CDATA[<div>
<p>Event Espresso is a very robust event registration system for WordPress that is available as both a free and premium plugin.  There are also a number of add-on companion plugins available to enhance Event Espresso&#8217;s functionality.</p>
<p>Below is a comprehensive list of Event Espresso shortcodes available for displaying Event Espresso information within your website pages and posts:</p>
<hr />
<div>
<h4>Single Events</h4>
<p>Displays a single event on a page or post</p>
<p>[SINGLEEVENT single_event_id="your_event_identifier"]</p>
</div>
<div>
<h4>Add Events to Cart</h4>
<p>Displays an &#8220;Add Event to Cart&#8221; link that can be added to the event details, page, or post. Requires the <a href="http://eventespresso.com/download/plugins-and-addons/multiple-event-registration/" target="_blank">Multiple Event Registration addon</a>.</p>
<p>[ESPRESSO_CART_LINK]</p>
<h5>Additonal Examples:</h5>
<p>[ESPRESSO_CART_LINK direct_to_cart=1 moving_to_cart="Redirecting to cart..."]<br />
(Used to redirect to the shopping cart page. Must be added to an event description.)</p>
<p>[ESPRESSO_CART_LINK event_id="add_event_id_here" direct_to_cart=1 moving_to_cart="Redirecting to cart..."]<br />
(Same as above, but uses the event_id paramter and can be added to a page or post.)</p>
</div>
<div>
<h4>Event List</h4>
<p>Returns a list of events</p>
<ul>
<li>[EVENT_LIST]</li>
<li>[EVENT_LIST limit=1]</li>
<li>[EVENT_LIST show_expired=true]</li>
<li>[EVENT_LIST show_deleted=true]</li>
<li>[EVENT_LIST show_secondary=true]</li>
<li>[EVENT_LIST show_recurrence=true]</li>
<li>[EVENT_LIST category_identifier=your_category_identifier]</li>
<li>[EVENT_LIST order_by=date(start_date),id]</li>
</ul>
<h5>Order by parameters:</h5>
<p>(comma separated)</p>
<p>id<br />
date(start_date)<br />
date(end_date)<br />
event_name<br />
date(registration_start)<br />
date(registration_end)<br />
city<br />
state<br />
category_id<br />
venue_title</p>
<p><strong> Attention: </strong><br />
The [EVENT_LIST] shortcode should not be used as a replacement for the [ESPRESSO_EVENTS] shortcode. Replacing the [ESPRESSO_EVENTS] shortcode will break your registration pages.</p>
</div>
<div>
<h4>Attendee Listings</h4>
<ul>
<li>[LISTATTENDEES]</li>
<li>[LISTATTENDEES limit="30"] //Number of events to show on the page</li>
<li>[LISTATTENDEES show_expired="true"] //Show expired events</li>
<li>[LISTATTENDEES show_deleted="true"] //Show deleted events</li>
<li>[LISTATTENDEES show_secondary="true"] //Show secondary/backup events</li>
<li>[LISTATTENDEES show_gravatar="true"] //Show a Gravatar of the attendee</li>
<li>[LISTATTENDEES show_recurrence="false"] //Exclude recurring events</li>
<li>[LISTATTENDEES event_identifier="your_event_identifier"] //Show a single event using the event identifier</li>
<li>[LISTATTENDEES category_identifier="your_category_identifier"] //Show a group of events in a category using the category identifier</li>
</ul>
<p>For more information about the attendee listing shortcodes and customizations. Please view the <a href="http://eventespresso.com/forums/2010/10/attendee-listing-shortcodes/">Attendee Listing Shortcodes</a> page.</p>
</div>
<div>
<h4>Venue Shortcodes</h4>
<h5>As of Event Espresso version 3.1</h5>
<p><a id="venue_shortcode" name="venue_shortcode"></a></p>
<dl>
<dt>Event Description Example:</dt>
<dd>If you want to display venue details within an event, the venue id is not needed. Just add [ESPRESSO_VENUE] to your event description.</dd>
<dt>Example with Optional Parameters:</dt>
<dd>[ESPRESSO_VENUE outside_wrapper="div" outside_wrapper_class="event_venue"]</dd>
<dt>Page/Post Example:</dt>
<dd>You can display the details of any venue to a page, post or event by adding the id of the venue to the shortcode.<br />
[ESPRESSO_VENUE id="3"]</dd>
<dt>Page/Post Example #2:</dt>
<dd>If you want to display all available venues on a page, post, or event:<br />
[ESPRESSO_VENUE]</dd>
<dd>Add the event id to the shortcode to display all the venues for an event:<br />
[ESPRESSO_VENUE event_id="8"]</dd>
</dl>
<h5>Available parameters:</h5>
<ul>
<li>outside_wrapper_class = class name for the outside wrapper. Eg. event_venue</li>
<li>outside_wrapper = outside wrapper element. Eg. div</li>
<li>inside_wrapper_class = class name for the outside wrapper. Eg. venue_details</li>
<li>inside_wrapper = inside wrapper element. Eg. p</li>
<li>title_class = class name for the title Eg. venue_name</li>
<li>title_wrapper = title wrapper element. Eg. h3</li>
<li>show_title = show the venue name? (true|false default true)</li>
<li>image_class = class name for the image. Eg. venue_image</li>
<li>show_image = show the image? (true|false default true)</li>
<li>show_description = show the description? (true|false default true)</li>
<li>show_address = show the address of the venue? (true|false default true)</li>
<li>show_additional_details = show the additional details? (true|false default true)</li>
<li>show_google_map_link = show the Google map link? (true|false default true)</li>
<li>map_link_text = text to display in the link. Eg. Map and Directions</li>
</ul>
<dl>
<dt>Show All Events in a Venue:</dt>
<dd>[ESPRESSO_VENUE_EVENTS id="21"]</dd>
<dd>[ESPRESSO_VENUE_EVENTS id="21" limit="5"]</dd>
</dl>
</div>
<div>
<h4>Staff Shortcodes</h4>
<h5>As of Event Espresso version 3.1</h5>
<p><a id="staff_shortcode" name="staff_shortcode"></a></p>
<dl>
<dt>Event Description Example:</dt>
<dd>If you want to display a list of staff members within an event, the staff id is not needed. Just add [ESPRESSO_STAFF] to your event description.</dd>
<dt>Example with Optional Parameters:</dt>
<dd>[ESPRESSO_STAFF outside_wrapper="div" outside_wrapper_class="event_staff" inside_wrapper="p" inside_wrapper_class="event_person"]</dd>
<dt>Page/Post Example:</dt>
<dd>You can display the details of any staff member to a page, post or event by adding the id of the staff member to the shortcode. [ESPRESSO_STAFF id="3"]</dd>
<dt>Page/Post Example #2:</dt>
<dd>If you want to display a list of staff members assigned to an event, to a page, post or event add the event id to the [ESPRESSO_STAFF] shortcode.<br />
[ESPRESSO_STAFF event_id="8"]</dd>
</dl>
<h5>Available parameters:</h5>
<ul>
<li>outside_wrapper_class = class name for the outside wrapper. Eg. event_staff</li>
<li>outside_wrapper = outside wrapper element. Eg. div</li>
<li>inside_wrapper_class = class name for the outside wrapper. Eg. event_person</li>
<li>inside_wrapper = inside wrapper element. Eg. p</li>
<li>name_class = class name for the persons name</li>
<li>name_wrapper = name wrapper element. Eg. strong</li>
<li>image_class = class name for the image. Eg. venue_image</li>
<li>show_image = show the persons image? (true|false default true)</li>
<li>show_staff_titles = show the role/title? (true|false default true)</li>
<li>show_staff_details = show the details? (true|false default true)</li>
<li>show_image = show the image? (true|false default true)</li>
<li>show_description = show the description? (true|false default true)</li>
</ul>
</div>
<div>
<h4>Calendar Shortcodes</h4>
<ul>
<li>[ESPRESSO_CALENDAR]</li>
<li>[ESPRESSO_CALENDAR show_expired="true"]</li>
<li>[ESPRESSO_CALENDAR event_category_id="your_category_identifier"]</li>
<li>[ESPRESSO_CALENDAR event_category_id="your_category_identifier" show_expired="true"]</li>
<li>[ESPRESSO_CALENDAR cal_view="month"] (Available parameters: month, basicWeek, basicDay, agendaWeek, agendaDay)</li>
</ul>
</div>
<div>
<h4>Category Shortcodes</h4>
<p>[EVENT_ESPRESSO_CATEGORY event_category_id="your_category_indentifier"]</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>For more information, please visit:<br />
<a href="http://eventespresso.com/forums/2010/10/post-type-variables-and-shortcodes/" target="_blank">http://eventespresso.com/forums/2010/10/post-type-variables-and-shortcodes/</a></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>These shortcodes can also be accessed through your WordPress site&#8217;s admin panel if you&#8217;ve already installed Event Espresso:</p>
<div id="attachment_3563" class="wp-caption alignnone" style="width: 442px"><a href="http://www.itegritygroup.com/wp-content/uploads/2012/07/EventEspresso.jpg"><img class="size-full wp-image-3563" title="EventEspresso" src="http://www.itegritygroup.com/wp-content/uploads/2012/07/EventEspresso.jpg" alt="Event Espresso Shortcodes" width="432" height="608" /></a><p class="wp-caption-text">Event Espresso shortcodes in your WordPress site&#8217;s admin</p></div>
<a href='https://plus.google.com/111236981252051922243' rel='author' title='Google Plus Profile for Steve Kozyk'>Steve Kozyk</a>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.itegritygroup.com/event-espresso-short-codes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Navigation:  How to edit your site&#8217;s navigation and drop down menus</title>
		<link>http://www.itegritygroup.com/edit-wordpress-navigation-menus/</link>
		<comments>http://www.itegritygroup.com/edit-wordpress-navigation-menus/#comments</comments>
		<pubDate>Fri, 22 Jun 2012 06:15:09 +0000</pubDate>
		<dc:creator>Steve Kozyk</dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.itegritygroup.com/?p=3554</guid>
		<description><![CDATA[WordPress added navigation menu management to it&#8217;s core features, however it&#8217;s not in the most easy to find location in your site&#8217;s admin area. The screenshot below shows where to find the menu editor in WordPress. The video tutorial below the screenshot illustrates how to use the WordPress menu editor to manage your site&#8217;s navigation [...]]]></description>
				<content:encoded><![CDATA[<p>WordPress added navigation menu management to it&#8217;s core features, however it&#8217;s not in the most easy to find location in your site&#8217;s admin area.  The screenshot below shows where to find the menu editor in WordPress.  The video tutorial below the screenshot illustrates how to use the WordPress menu editor to manage your site&#8217;s navigation menus.<br />
<a href="http://www.itegritygroup.com/wp-content/uploads/2012/06/nav-menu-wordpress.jpg"><img src="http://www.itegritygroup.com/wp-content/uploads/2012/06/nav-menu-wordpress-e1340345542427.jpg" alt="WordPress Nav Menu Editor" title="nav-menu-wordpress" width="550" height="160" class="alignnone size-full wp-image-3555" /></a></p>
<p><iframe src="http://www.screenr.com/embed/Aw48" width="650" height="396" frameborder="0"></iframe><br />
<a href='https://plus.google.com/111236981252051922243' rel='author' title='Google Plus Profile for Steve Kozyk'>Steve Kozyk</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.itegritygroup.com/edit-wordpress-navigation-menus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add an Admin User in WordPress</title>
		<link>http://www.itegritygroup.com/add-an-admin-user-in-wordpress/</link>
		<comments>http://www.itegritygroup.com/add-an-admin-user-in-wordpress/#comments</comments>
		<pubDate>Tue, 22 May 2012 01:06:23 +0000</pubDate>
		<dc:creator>Steve Kozyk</dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.itegritygroup.com/?p=3512</guid>
		<description><![CDATA[Adding an admin user in WordPress is quite simple. Navigate to the &#8220;Users&#8221; menu item in your WordPress site&#8217;s admin area and mouse over it. In the flyout menu that appears, click on &#8220;Add User&#8221;. The thirty second video below shows the process.]]></description>
				<content:encoded><![CDATA[<p>Adding an admin user in WordPress is quite simple. Navigate to the &#8220;Users&#8221; menu item in your WordPress site&#8217;s admin area and mouse over it. In the flyout menu that appears, click on &#8220;Add User&#8221;.</p>
<p>The thirty second video below shows the process.</p>
<p><iframe width="650" height="396" frameborder="0" src="http://www.screenr.com/embed/lbR8"></iframe></p>
<a href='https://plus.google.com/111236981252051922243' rel='author' title='Google Plus Profile for Steve Kozyk'>Steve Kozyk</a>
]]></content:encoded>
			<wfw:commentRss>http://www.itegritygroup.com/add-an-admin-user-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Event Espresso Export to CiviCRM Import</title>
		<link>http://www.itegritygroup.com/event-espresso-export-to-civicrm-import/</link>
		<comments>http://www.itegritygroup.com/event-espresso-export-to-civicrm-import/#comments</comments>
		<pubDate>Fri, 20 Apr 2012 09:55:21 +0000</pubDate>
		<dc:creator>Steve Kozyk</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.itegritygroup.com/?p=3506</guid>
		<description><![CDATA[]]></description>
				<content:encoded><![CDATA[<p><iframe src="http://www.screenr.com/embed/Scg8" width="650" height="396" frameborder="0"></iframe></p>
<p><iframe src="http://www.screenr.com/embed/ikg8" width="650" height="396" frameborder="0"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.itegritygroup.com/event-espresso-export-to-civicrm-import/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BuddyPress Member Directory:  Show Users by Role/ S2Member Level</title>
		<link>http://www.itegritygroup.com/buddypress-members-directory-s2members</link>
		<comments>http://www.itegritygroup.com/buddypress-members-directory-s2members#comments</comments>
		<pubDate>Tue, 06 Mar 2012 03:17:36 +0000</pubDate>
		<dc:creator>Steve Kozyk</dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.itegritygroup.com/?p=3471</guid>
		<description><![CDATA[The Problem We recently had a software development project requirement where we needed to show certain BuddyPress members in the BuddyPress Members Directory. Specifically, BuddyPress members who belonged to certain roles/levels needed to be displayed. For example you may only want to show Administrators or Editors in the members directory or in our case, show [...]]]></description>
				<content:encoded><![CDATA[<h2>The Problem</h2>
<p>We recently had a software development project requirement where we needed to show certain BuddyPress members in the BuddyPress Members Directory. Specifically, BuddyPress members who belonged to certain roles/levels needed to be displayed. For example you may only want to show Administrators or Editors in the members directory or in our case, show only S2Members of a certain membership level.</p>
<p><a title="S2Member" href="http://www.s2member.com/" target="_blank">S2Member</a> is a WordPress membership plugin that works well with BuddyPress. It&#8217;s really more than a plugin, it actually more accurately resembles a complete membership framework that works with WordPress similar in scope to BuddyPress.  S2Member comes in two flavors, Free &amp; Pro.  The free version is amazingly robust and should serve the needs of most basic WordPress / BuddyPress site requirements, however the Pro version offers a full suite of functionality for more complex installations.</p>
<h2>The Solution</h2>
<p>In our case, we needed to show all WordPress Administrators and S2Members with a membership level of 1 in the directory.  The BuddyPress members directory is generated through <span id="more-3471"></span><a title="BuddyPress Members Loop" href="http://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-members-loop/" target="_blank">The Members Loop</a> contained in the directory: plugins/buddypress/bp-themes/bp-default/members/<a title="members-loop.php" href="http://phpxref.ftwr.co.uk/buddypress/nav.html?bp-themes/bp-default/members/members-loop.php.html" target="_blank">members-loop.php</a>.  Members-loop.php is where you&#8217;ll modify the code to show only certain types of BuddyPress users instead of the default which shows all users.</p>
<p>The code itself is fairly straightforward.  In the while loop that generates each BuddyPress user listing in the directory, you&#8217;ll need to get each member&#8217;s user id and then get their role.  After</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p3471code6'); return false;">View Code</a> PHP</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p34716"><td class="code" id="p3471code6"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">while</span> <span style="color: #009900;">&#40;</span> bp_members<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span> <span style="color: #339933;">:</span> bp_the_member<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></td></tr></table></div>

<p>add</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p3471code7'); return false;">View Code</a> PHP</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p34717"><td class="code" id="p3471code7"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #000088;">$user</span><span style="color: #339933;">=</span>bp_get_member_user_id<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

<p>This sets the variable $user to the current BuddyPress user being fetched in the While loop.</p>
<p>Next, add</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p3471code8'); return false;">View Code</a> PHP</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p34718"><td class="code" id="p3471code8"><pre class="php" style="font-family:monospace;"><span style="color: #000088;">$s2member_var</span> <span style="color: #339933;">=</span> get_user_field <span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;s2member_access_role&quot;</span><span style="color: #339933;">,</span> <span style="color: #000088;">$user</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

<p>  You can use any variable name here, in our case because we primarily want to show S2Members of level 1, we named our var, $s2member_var.  This line gets the user field &#8220;s2member_access_role&#8221; for the current user in the loop who&#8217;s user id = $user.</p>
<p>Lastly, we want to only show BuddyPress users in the directory who are Administrators or S2members of level 1.  Using a simple &#8216;if&#8217; statement, we say if $s2member_var which contains the current user&#8217;s role (Administrator, Editor, Subscriber, s2member_level0, s2member_level1, s2member_level2, etc.) is exactly equal to &#8220;s2member_level1&#8243; or &#8220;administrator&#8221; then show the member in the BuddyPress members directory.  If not, skip this user and loop to the next one.</p>
<p>Here&#8217;s the code to begin the loop:</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p3471code9'); return false;">View Code</a> PHP</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p34719"><td class="code" id="p3471code9"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">while</span> <span style="color: #009900;">&#40;</span> bp_members<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span> <span style="color: #339933;">:</span> bp_the_member<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #000088;">$user</span><span style="color: #339933;">=</span>bp_get_member_user_id<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #000088;">$s2member_var</span> <span style="color: #339933;">=</span> get_user_field <span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;s2member_access_role&quot;</span><span style="color: #339933;">,</span> <span style="color: #000088;">$user</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$s2member_var</span> <span style="color: #339933;">==</span> <span style="color: #0000ff;">&quot;s2member_level1&quot;</span> <span style="color: #339933;">||</span> <span style="color: #000088;">$s2member_var</span> <span style="color: #339933;">==</span> <span style="color: #0000ff;">&quot;administrator&quot;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
&nbsp;
	<span style="color: #339933;">&lt;</span>li<span style="color: #339933;">&gt;</span>	
			<span style="color: #339933;">&lt;</span>div <span style="color: #000000; font-weight: bold;">class</span><span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;item-avatar&quot;</span><span style="color: #339933;">&gt;</span>
				<span style="color: #339933;">&lt;</span>a href<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;&lt;?php bp_member_permalink(); ?&gt;&quot;</span><span style="color: #339933;">&gt;</span><span style="color: #000000; font-weight: bold;">&lt;?</span>php bp_member_avatar<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span><span style="color: #339933;">&lt;/</span>a<span style="color: #339933;">&gt;</span>
			<span style="color: #339933;">&lt;/</span>div<span style="color: #339933;">&gt;</span></pre></td></tr></table></div>

<p>Here&#8217;s the entire members-loop.php file for reference.  Please note other customizations were done to the loop, including:</p>
<p>1) Listing users in alphabetical order in the BuddyPress members directory<br />
2) Showing BuddyPress custom profile fields in the BuddyPress members directory from the BuddyPress registration form.<br />
3) Removing the &#8220;last active&#8221; label from each user&#8217;s BuddyPress members directory listing.</p>

<div class="wp_codebox_msgheader"><span class="right"><sup><a href="http://www.ericbess.com/ericblog/2008/03/03/wp-codebox/#examples" target="_blank" title="WP-CodeBox HowTo?"><span style="color: #99cc00">?</span></a></sup></span><span class="left"><a href="javascript:;" onclick="javascript:showCodeTxt('p3471code10'); return false;">View Code</a> PHP</span><div class="codebox_clear"></div></div><div class="wp_codebox"><table><tr id="p347110"><td class="line_numbers"><pre>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
</pre></td><td class="code" id="p3471code10"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span>
&nbsp;
<span style="color: #009933; font-style: italic;">/**
 * BuddyPress - Members Loop
 *
 * Querystring is set via AJAX in _inc/ajax.php - bp_dtheme_object_filter()
 *
 * @package BuddyPress
 * @subpackage bp-default
 */</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">?&gt;</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">&lt;?php</span> do_action<span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">'bp_before_members_loop'</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span> bp_has_members<span style="color: #009900;">&#40;</span> bp_ajax_querystring<span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">'members'</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">.</span><span style="color: #0000ff;">'&amp;type=alphabetical'</span> <span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span> <span style="color: #339933;">:</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
&nbsp;
	<span style="color: #339933;">&lt;</span>div id<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;pag-top&quot;</span> <span style="color: #000000; font-weight: bold;">class</span><span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;pagination&quot;</span><span style="color: #339933;">&gt;</span>
&nbsp;
		<span style="color: #339933;">&lt;</span>div <span style="color: #000000; font-weight: bold;">class</span><span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;pag-count&quot;</span> id<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;member-dir-count-top&quot;</span><span style="color: #339933;">&gt;</span>
&nbsp;
			<span style="color: #000000; font-weight: bold;">&lt;?php</span> bp_members_pagination_count<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
&nbsp;
		<span style="color: #339933;">&lt;/</span>div<span style="color: #339933;">&gt;</span>
&nbsp;
		<span style="color: #339933;">&lt;</span>div <span style="color: #000000; font-weight: bold;">class</span><span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;pagination-links&quot;</span> id<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;member-dir-pag-top&quot;</span><span style="color: #339933;">&gt;</span>
&nbsp;
			<span style="color: #000000; font-weight: bold;">&lt;?php</span> bp_members_pagination_links<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
&nbsp;
		<span style="color: #339933;">&lt;/</span>div<span style="color: #339933;">&gt;</span>
&nbsp;
	<span style="color: #339933;">&lt;/</span>div<span style="color: #339933;">&gt;</span>
&nbsp;
	<span style="color: #000000; font-weight: bold;">&lt;?php</span> do_action<span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">'bp_before_directory_members_list'</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
&nbsp;
	<span style="color: #339933;">&lt;</span>ul id<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;members-list&quot;</span> <span style="color: #000000; font-weight: bold;">class</span><span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;item-list&quot;</span> role<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;main&quot;</span><span style="color: #339933;">&gt;</span>
&nbsp;
	<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">while</span> <span style="color: #009900;">&#40;</span> bp_members<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span> <span style="color: #339933;">:</span> bp_the_member<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #000088;">$user</span><span style="color: #339933;">=</span>bp_get_member_user_id<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #000088;">$s2member_var</span> <span style="color: #339933;">=</span> get_user_field <span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;s2member_access_role&quot;</span><span style="color: #339933;">,</span> <span style="color: #000088;">$user</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$s2member_var</span> <span style="color: #339933;">==</span> <span style="color: #0000ff;">&quot;s2member_level1&quot;</span> <span style="color: #339933;">||</span> <span style="color: #000088;">$s2member_var</span> <span style="color: #339933;">==</span> <span style="color: #0000ff;">&quot;administrator&quot;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">?&gt;</span>
&nbsp;
&nbsp;
		<span style="color: #339933;">&lt;</span>li<span style="color: #339933;">&gt;</span>
&nbsp;
			<span style="color: #339933;">&lt;</span>div <span style="color: #000000; font-weight: bold;">class</span><span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;item-avatar&quot;</span><span style="color: #339933;">&gt;</span>
				<span style="color: #339933;">&lt;</span>a href<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;&lt;?php bp_member_permalink(); ?&gt;&quot;</span><span style="color: #339933;">&gt;</span><span style="color: #000000; font-weight: bold;">&lt;?</span>php bp_member_avatar<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span><span style="color: #339933;">&lt;/</span>a<span style="color: #339933;">&gt;</span>
			<span style="color: #339933;">&lt;/</span>div<span style="color: #339933;">&gt;</span>
&nbsp;
			<span style="color: #339933;">&lt;</span>div <span style="color: #000000; font-weight: bold;">class</span><span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;item&quot;</span> style<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;float:left; width:80%;&quot;</span><span style="color: #339933;">&gt;</span>
				<span style="color: #339933;">&lt;</span>div <span style="color: #000000; font-weight: bold;">class</span><span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;item-title&quot;</span><span style="color: #339933;">&gt;</span>
					<span style="color: #339933;">&lt;</span>a href<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;&lt;?php bp_member_permalink(); ?&gt;&quot;</span><span style="color: #339933;">&gt;</span><span style="color: #000000; font-weight: bold;">&lt;?</span>php bp_member_name<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span><span style="color: #339933;">&lt;/</span>a<span style="color: #339933;">&gt;</span>
&nbsp;
					<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span> bp_get_member_latest_update<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#41;</span> <span style="color: #339933;">:</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
&nbsp;
						<span style="color: #339933;">&lt;</span>span <span style="color: #000000; font-weight: bold;">class</span><span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;update&quot;</span><span style="color: #339933;">&gt;</span> <span style="color: #000000; font-weight: bold;">&lt;?php</span> bp_member_latest_update<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span><span style="color: #339933;">&lt;/</span>span<span style="color: #339933;">&gt;</span>
&nbsp;
					<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">endif</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
&nbsp;
				<span style="color: #339933;">&lt;/</span>div<span style="color: #339933;">&gt;</span>
&nbsp;
&nbsp;
&nbsp;
				<span style="color: #000000; font-weight: bold;">&lt;?php</span> do_action<span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">'bp_directory_members_item'</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
&nbsp;
				<span style="color: #000000; font-weight: bold;">&lt;?php</span>
				  bp_member_profile_data<span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">'field=Company'</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
				  <span style="color: #000000; font-weight: bold;">?&gt;</span><span style="color: #339933;">&lt;</span>br<span style="color: #339933;">/&gt;</span><span style="color: #000000; font-weight: bold;">&lt;?</span>php
                              bp_member_profile_data<span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">'field=Phone'</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
                              <span style="color: #000000; font-weight: bold;">?&gt;</span><span style="color: #339933;">&lt;</span>br<span style="color: #339933;">/&gt;</span><span style="color: #000000; font-weight: bold;">&lt;?</span>php
			         bp_member_profile_data<span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">'field=Email'</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
&nbsp;
				<span style="color: #000000; font-weight: bold;">?&gt;</span>
			<span style="color: #339933;">&lt;/</span>div<span style="color: #339933;">&gt;</span>
&nbsp;
			<span style="color: #339933;">&lt;</span>div <span style="color: #000000; font-weight: bold;">class</span><span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;action&quot;</span><span style="color: #339933;">&gt;</span>
&nbsp;
				<span style="color: #000000; font-weight: bold;">&lt;?php</span> do_action<span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">'bp_directory_members_actions'</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
&nbsp;
			<span style="color: #339933;">&lt;/</span>div<span style="color: #339933;">&gt;</span>
&nbsp;
			<span style="color: #339933;">&lt;</span>div <span style="color: #000000; font-weight: bold;">class</span><span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;clear&quot;</span><span style="color: #339933;">&gt;&lt;/</span>div<span style="color: #339933;">&gt;</span>
		<span style="color: #339933;">&lt;/</span>li<span style="color: #339933;">&gt;</span>
<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #009900;">&#125;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
	<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">endwhile</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
&nbsp;
&nbsp;
	<span style="color: #339933;">&lt;/</span>ul<span style="color: #339933;">&gt;</span>
&nbsp;
	<span style="color: #000000; font-weight: bold;">&lt;?php</span> do_action<span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">'bp_after_directory_members_list'</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
&nbsp;
	<span style="color: #000000; font-weight: bold;">&lt;?php</span> bp_member_hidden_fields<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
&nbsp;
	<span style="color: #339933;">&lt;</span>div id<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;pag-bottom&quot;</span> <span style="color: #000000; font-weight: bold;">class</span><span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;pagination&quot;</span><span style="color: #339933;">&gt;</span>
&nbsp;
		<span style="color: #339933;">&lt;</span>div <span style="color: #000000; font-weight: bold;">class</span><span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;pag-count&quot;</span> id<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;member-dir-count-bottom&quot;</span><span style="color: #339933;">&gt;</span>
&nbsp;
			<span style="color: #000000; font-weight: bold;">&lt;?php</span> bp_members_pagination_count<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
&nbsp;
		<span style="color: #339933;">&lt;/</span>div<span style="color: #339933;">&gt;</span>
&nbsp;
		<span style="color: #339933;">&lt;</span>div <span style="color: #000000; font-weight: bold;">class</span><span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;pagination-links&quot;</span> id<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;member-dir-pag-bottom&quot;</span><span style="color: #339933;">&gt;</span>
&nbsp;
			<span style="color: #000000; font-weight: bold;">&lt;?php</span> bp_members_pagination_links<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
&nbsp;
		<span style="color: #339933;">&lt;/</span>div<span style="color: #339933;">&gt;</span>
&nbsp;
	<span style="color: #339933;">&lt;/</span>div<span style="color: #339933;">&gt;</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">else</span><span style="color: #339933;">:</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
&nbsp;
	<span style="color: #339933;">&lt;</span>div id<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;message&quot;</span> <span style="color: #000000; font-weight: bold;">class</span><span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;info&quot;</span><span style="color: #339933;">&gt;</span>
		<span style="color: #339933;">&lt;</span>p<span style="color: #339933;">&gt;</span><span style="color: #000000; font-weight: bold;">&lt;?</span>php _e<span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">&quot;Sorry, no members were found.&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'buddypress'</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span><span style="color: #339933;">&lt;/</span>p<span style="color: #339933;">&gt;</span>
	<span style="color: #339933;">&lt;/</span>div<span style="color: #339933;">&gt;</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">endif</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">&lt;?php</span> do_action<span style="color: #009900;">&#40;</span> <span style="color: #0000ff;">'bp_after_members_loop'</span> <span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></td></tr></table></div>

<a href='https://plus.google.com/111236981252051922243' rel='author' title='Google Plus Profile for Steve Kozyk'>Steve Kozyk</a>
]]></content:encoded>
			<wfw:commentRss>http://www.itegritygroup.com/buddypress-members-directory-s2members/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Change your WordPress Home Page</title>
		<link>http://www.itegritygroup.com/change-your-wordpress-home-page/</link>
		<comments>http://www.itegritygroup.com/change-your-wordpress-home-page/#comments</comments>
		<pubDate>Mon, 20 Feb 2012 07:06:08 +0000</pubDate>
		<dc:creator>Steve Kozyk</dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.itegritygroup.com/?p=3466</guid>
		<description><![CDATA[To set your home page on your WordPress site, login to your website&#8217;s admin area and expand the &#8220;Settings&#8221; menu.  Next select &#8220;Reading&#8221;.  On the &#8220;Reading Settings&#8221; screen, in the &#8220;Front page displays&#8221; area at the top of the page, click on the &#8220;A static page&#8221; radio button and select an already existing page in [...]]]></description>
				<content:encoded><![CDATA[<p>To set your home page on your WordPress site, login to your website&#8217;s admin area and expand the &#8220;Settings&#8221; menu.  Next select &#8220;Reading&#8221;.  On the &#8220;Reading Settings&#8221; screen, in the &#8220;Front page displays&#8221; area at the top of the page, click on the &#8220;A static page&#8221; radio button and select an already existing page in the &#8220;Front page&#8221; dropdown menu.  If you have already created a &#8220;Home&#8221; page, select this page page to assign it to be the home page for your website.</p>
<p><a href="http://www.itegritygroup.com/wp-content/uploads/2012/02/wordpress-reading-settings.jpg"><img class="alignnone size-full wp-image-3467" title="wordpress-reading-settings" src="http://www.itegritygroup.com/wp-content/uploads/2012/02/wordpress-reading-settings-e1329721130616.jpg" alt="wordpress reading settings" width="550" height="339" /></a><br />
<a href='https://plus.google.com/111236981252051922243' rel='author' title='Google Plus Profile for Steve Kozyk'>Steve Kozyk</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.itegritygroup.com/change-your-wordpress-home-page/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Add a Quote with the WordPress Quote Rotators Plugin</title>
		<link>http://www.itegritygroup.com/how-to-add-a-quote-with-the-wordpress-quote-rotators-plugin/</link>
		<comments>http://www.itegritygroup.com/how-to-add-a-quote-with-the-wordpress-quote-rotators-plugin/#comments</comments>
		<pubDate>Fri, 25 Nov 2011 08:34:42 +0000</pubDate>
		<dc:creator>Steve Kozyk</dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.itegritygroup.com/?p=3456</guid>
		<description><![CDATA[]]></description>
				<content:encoded><![CDATA[<p><iframe src="http://www.screenr.com/embed/6qus" width="650" height="396" frameborder="0"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.itegritygroup.com/how-to-add-a-quote-with-the-wordpress-quote-rotators-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iModules: Adding Images to the Image Rotator</title>
		<link>http://www.itegritygroup.com/imodules-adding-image-rotator/</link>
		<comments>http://www.itegritygroup.com/imodules-adding-image-rotator/#comments</comments>
		<pubDate>Tue, 08 Nov 2011 01:48:54 +0000</pubDate>
		<dc:creator>Steve Kozyk</dc:creator>
				<category><![CDATA[iModules]]></category>
		<category><![CDATA[Resources]]></category>

		<guid isPermaLink="false">http://www.itegritygroup.com/?p=3440</guid>
		<description><![CDATA[How to add images to the iModules image rotator.]]></description>
				<content:encoded><![CDATA[<p>How to add images to the iModules image rotator.<br />
<iframe src="http://player.vimeo.com/video/31761989?title=0&amp;byline=0&amp;portrait=0" width="640" height="344" frameborder="0" webkitAllowFullScreen allowFullScreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.itegritygroup.com/imodules-adding-image-rotator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Point Your GoDaddy Domain Name to Dreamhost</title>
		<link>http://www.itegritygroup.com/point-godaddy-domain-to-dreamhost/</link>
		<comments>http://www.itegritygroup.com/point-godaddy-domain-to-dreamhost/#comments</comments>
		<pubDate>Tue, 18 Oct 2011 02:31:35 +0000</pubDate>
		<dc:creator>Steve Kozyk</dc:creator>
				<category><![CDATA[Resources]]></category>

		<guid isPermaLink="false">http://www.itegritygroup.com/?p=3450</guid>
		<description><![CDATA[]]></description>
				<content:encoded><![CDATA[<p><iframe src="http://player.vimeo.com/video/32223500?title=0&amp;byline=0&amp;portrait=0" width="601" height="323" frameborder="0" webkitAllowFullScreen allowFullScreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.itegritygroup.com/point-godaddy-domain-to-dreamhost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
