danielpdesign
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Pitch] [Theme: Pitch] Project archive page#Apologies for the topos, using my phone to reply.
Forum: Themes and Templates
In reply to: [Pitch] [Theme: Pitch] Project archive pageAdd 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.
DanForum: Themes and Templates
In reply to: [Pitch] [Theme: Pitch] Project archive pageNo problem, glad to help. It’s an excellent theme!
Forum: Themes and Templates
In reply to: [Pitch] [Theme: Pitch] Project archive pageIn 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
In reply to: [KK I Like It] [Plugin: KK I Like It] Media items and BP-GalleryIt 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
In reply to: [KK I Like It] [Plugin: KK I Like It] Media items and BP-GalleryNot too sure if you just followed me or not Krzysztof. Would you mind sending a @danielpdesign mention to say it’s you. Thanks, sorry for the extra hassle.
Forum: Plugins
In reply to: [KK I Like It] [Plugin: KK I Like It] Media items and BP-GalleryHi 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
In reply to: [KK I Like It] [Plugin: KK I Like It] Media items and BP-GalleryHi, 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
Hi Julio, thanks for the quick reply.
I’d be happy to give you access. Perhaps you could follow me @danielpdesign on twitter so I can send you a DM with details.
Thanks