duskio
Forum Replies Created
-
Hi, did u somehow managed thumbnails?
No solution yet?
Forum: Plugins
In reply to: [WP Favorite Posts] [Plugin: WP Favorite Posts] Can I sjow Images?no i didn′t maybe u dont have this
add_theme_support( 'post-thumbnails' );
in your function.php?Forum: Plugins
In reply to: [WP Favorite Posts] [Plugin: WP Favorite Posts] Can I sjow Images?Hi Dave,
another vision ??
Can i get this thumbnails with titles to 3 columns? I mean like pexeso view :D…Hi gabriel,
thanks login is fixed and its working good. But log out is still bugged? Can I fix it by my own?Anyway thanks for your help and answer you helped me so much! ??
Forum: Plugins
In reply to: [WP Favorite Posts] [Plugin: WP Favorite Posts] Can I sjow Images?again favorite post…
btw.
<a href='".get_permalink($post_id)."' title='". $p->post_title ."'>" . $p->post_title . "</a>
works here and its normal link to post but I need get this “function” to this code->
<h2 class="postTitle"><a href="<?php the_permalink($post_id) ?>" title="<?php _e('Permalink to', 'Arjuna'); ?> <?php the_title(); ?>"><span><?php the_title(); ?></span></a></h2>
bcs its a link for each postForum: Plugins
In reply to: [WP Favorite Posts] [Plugin: WP Favorite Posts] Can I sjow Images?Thank you very much ?? thumbnail works perfectly but…
thisecho the_id();
says just 20 on my page (???)And I made new template part post-header-favorites and there is a code
<h2 class="postTitle"><a href="<?php the_permalink($post_id) ?>" title="<?php _e('Permalink to', 'Arjuna'); ?> <?php the_title(); ?>"><span><?php the_title(); ?></span></a></h2>
for getting Title, but this code takes title from page “favorite posts” so every favorite post on this page have Title in this template part “favorite post” :D. Can I somehow change it for post title?Thanks for any helps and hints ??
Forum: Plugins
In reply to: [WP Favorite Posts] [Plugin: WP Favorite Posts] Can I sjow Images?Thanks Dave for good hint.
But I need modify that code little more… Can some1 help?$p = get_post($post_id); echo get_template_part( 'templates/post/post-header' ); echo "<div class='postContent'>"; echo "<a href='".get_permalink($post_id)."'>"; echo get_the_post_thumbnail( $post_id ); echo "<br>"; echo "<a href='".get_permalink($post_id)."' title='". $p->post_title ."'>" . $p->post_title . "</a> ";
– I made this, BUT… It takes name of page (favorite posts) to header of each post, but I need post id… Is there any possibility to make it?
– I need to get the thumbnail smaller like 150×150 px. How Can I?
Pls help. Thank you!aha thx!
And if I change something (dont know what :D) in wp-login? Some redirect after login or what… May this help?