vb078
Forum Replies Created
Viewing 7 replies - 1 through 7 (of 7 total)
-
Forum: Plugins
In reply to: [DK PDF - WordPress PDF Generator] Change file name ?Ha, ok, it is not the page name because am not downloading directly…
So, I would like to change the *default name* (mpdf.pdf)
Like PostTitle – PostDate.pdf
…when it is not downloaded direcly…Can you help me ? Any other idea?
Thx 🙂
Forum: Plugins
In reply to: [WordPress Social Login] Save avatar from social network into different fieldGood point.. need help too
Forum: Plugins
In reply to: [WP Side Comments] Can't delete commentSame problem, dont show corect avatar too..
Forum: Themes and Templates
In reply to: Merge ACF fields in new oneI find some way to “combine” ACF and others metas.
http://wordpress.stackexchange.com/questions/107505/combine-multiple-custom-field-values-into-single-valueGOOD
<?php if (have_posts()) : ?> <?php $paged = (get_query_var('paged')) ? get_query_var('paged') : 1; query_posts("category_name=somecat&paged=$paged"); ?> <?php while (have_posts()) : the_post(); ?>But How to display the first page post (on page template)
THX 🙂Forum: Themes and Templates
In reply to: TEMPLATEPATH vs get_bloginfo('template_directory')Merci
I just use this code…..
<?php if ( is_page('1050') ) { ?> <?php } else { ?> <?php ec3_get_calendar(); ?> </div> <?php } ?>
Viewing 7 replies - 1 through 7 (of 7 total)