Title: danielpdesign's Replies | WordPress.org

---

# danielpdesign

  [  ](https://wordpress.org/support/users/danielpdesign/)

 *   [Profile](https://wordpress.org/support/users/danielpdesign/)
 *   [Topics Started](https://wordpress.org/support/users/danielpdesign/topics/)
 *   [Replies Created](https://wordpress.org/support/users/danielpdesign/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/danielpdesign/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/danielpdesign/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/danielpdesign/engagements/)
 *   [Favorites](https://wordpress.org/support/users/danielpdesign/favorites/)

 Search replies:

## Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Theme: Pitch] Project archive page](https://wordpress.org/support/topic/theme-pitch-project-archive-page/)
 *  [danielpdesign](https://wordpress.org/support/users/danielpdesign/)
 * (@danielpdesign)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/theme-pitch-project-archive-page/#post-3037238)
 * #Apologies for the topos, using my phone to reply.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Theme: Pitch] Project archive page](https://wordpress.org/support/topic/theme-pitch-project-archive-page/)
 *  [danielpdesign](https://wordpress.org/support/users/danielpdesign/)
 * (@danielpdesign)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/theme-pitch-project-archive-page/#post-3037237)
 * Add a new line after `'post_type' => 'project',`
    And put this (where 20 is the
   mumber of projects you want to sure): `'posts_per_page' => 20,` Give that a whirl.
   Dan
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Theme: Pitch] Project archive page](https://wordpress.org/support/topic/theme-pitch-project-archive-page/)
 *  [danielpdesign](https://wordpress.org/support/users/danielpdesign/)
 * (@danielpdesign)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/theme-pitch-project-archive-page/#post-3037234)
 * No problem, glad to help. It’s an excellent theme!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Theme: Pitch] Project archive page](https://wordpress.org/support/topic/theme-pitch-project-archive-page/)
 *  [danielpdesign](https://wordpress.org/support/users/danielpdesign/)
 * (@danielpdesign)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/theme-pitch-project-archive-page/#post-3037231)
 * In loop-projects.php just before this:
 * `<?php if(have_posts()) : ?>`
 * add this:
 *     ```
       <?php
       if($GLOBALS['pitch_theme_settings']['type_client']){
       	$GLOBALS['home_loop_title'] = $GLOBALS['pitch_theme_settings']['home_title_clients'];
       	$GLOBALS['home_loop_all'] = false;
       	query_posts(array(
       		'post_type' => 'project',
       	));
       ?>
       ```
   
 * …..then paste this at the very end:
 *     ```
       <?php
       wp_reset_query();
       }
       ?>
       ```
   
 * Hope this helps
 * Danielp
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[KK I Like It] [Plugin: KK I Like It] Media items and BP-Gallery](https://wordpress.org/support/topic/plugin-kk-i-like-it-media-items-and-bp-gallery/)
 *  Thread Starter [danielpdesign](https://wordpress.org/support/users/danielpdesign/)
 * (@danielpdesign)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-kk-i-like-it-media-items-and-bp-gallery/#post-3072639)
 * It might be easier for me to try and re-code the gallery media pages to associate
   itself with a $post id as opposed to bp_media_id. Any other input would be greatly
   appreciated.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[KK I Like It] [Plugin: KK I Like It] Media items and BP-Gallery](https://wordpress.org/support/topic/plugin-kk-i-like-it-media-items-and-bp-gallery/)
 *  Thread Starter [danielpdesign](https://wordpress.org/support/users/danielpdesign/)
 * (@danielpdesign)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-kk-i-like-it-media-items-and-bp-gallery/#post-3072635)
 * Not too sure if you just followed me or not Krzysztof. Would you mind sending
   a [@danielpdesign](https://wordpress.org/support/users/danielpdesign/) mention
   to say it’s you. Thanks, sorry for the extra hassle.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[KK I Like It] [Plugin: KK I Like It] Media items and BP-Gallery](https://wordpress.org/support/topic/plugin-kk-i-like-it-media-items-and-bp-gallery/)
 *  Thread Starter [danielpdesign](https://wordpress.org/support/users/danielpdesign/)
 * (@danielpdesign)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-kk-i-like-it-media-items-and-bp-gallery/#post-3072634)
 * Hi again,
 * I’ve been delving into it a little deeper.
 * It looks like the likes are based on the $post function. Unfortunately this plugin(
   BP-Gallery) has it’s own gallery ID’s and nests under the “Members” post which
   has it’s own post ID.
 * Do you know if it is possible for this plugin to adapt to the gallery id as opposed
   to the post id?
 * Regards,
 * Daniel
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[KK I Like It] [Plugin: KK I Like It] Media items and BP-Gallery](https://wordpress.org/support/topic/plugin-kk-i-like-it-media-items-and-bp-gallery/)
 *  Thread Starter [danielpdesign](https://wordpress.org/support/users/danielpdesign/)
 * (@danielpdesign)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-kk-i-like-it-media-items-and-bp-gallery/#post-3072630)
 * Hi, thank you for your reply. I’d be grateful if you could please follow me on
   twitter.com/danielpdesign in order that I can send you a DM.
 * Thanks, I look forward to hearing from you.
 * Daniel
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Post Views Count (Support caching plugins!)] [Plugin: Post Views Count] Independent BP-Gallery Views](https://wordpress.org/support/topic/plugin-post-views-count-independent-bp-gallery-views/)
 *  Thread Starter [danielpdesign](https://wordpress.org/support/users/danielpdesign/)
 * (@danielpdesign)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-post-views-count-independent-bp-gallery-views/#post-3072592)
 * Hi Julio, thanks for the quick reply.
 * I’d be happy to give you access. Perhaps you could follow me [@danielpdesign](https://wordpress.org/support/users/danielpdesign/)
   on twitter so I can send you a DM with details.
 * Thanks

Viewing 9 replies - 1 through 9 (of 9 total)