jami23
Forum Replies Created
-
Solved…just use
<?php global $more; $more = 0; ?>
Forum: Plugins
In reply to: [Advertising Manager] [Plugin: Advertising Manager] Setting different %Any advice please.
Forum: Plugins
In reply to: Implementing author rssHi Prionkor, I allready use this piece:
echo '<a target="_blank" title="'.RSS.'" href="'.get_author_feed_link(get_the_author_meta('ID')).'">'.Odebírat.' '.RSS.' '.autora.'</a><br/>';
Not sure if it’s clearest but it works fine with plugin Author Spotlight.
Thank you anyway!Forum: Plugins
In reply to: [Author Spotlight (Widget)] [Plugin: Author Spotlight (Widget)] Author RSSou sorry
Using code:
¨echo '<a target="_blank" title="'.RSS.'" href="'.get_author_feed_link($author_id, $feed).'">'.RSS.'</a><br/>';
Forum: Plugins
In reply to: Implementing author rssAny advice please
Forum: Fixing WordPress
In reply to: footer missingok it’s theme issue. As I tried Corporate theme and it miss footer too but others themes are ok.
Forum: Fixing WordPress
In reply to: footer missingSite https://www.abtou.cz
nobody?
Yup it works thank you.
Forum: Plugins
In reply to: [Plugin: Yet Another Related Posts Plugin] Yarpp and fusion theme problemPlease any help?
Forum: Plugins
In reply to: [Plugin: Yet Another Related Posts Plugin] Yarpp and fusion theme problemBut strange is that tags must be! I can’t set do not consider tags. Any idea? It should be something with fusion I guess.
Forum: Plugins
In reply to: [Plugin: Yet Another Related Posts Plugin] Yarpp and fusion theme problemIt works fine now…only thing is that tags must be. Thanks for reply anyway mitchoyoshitaka.
Forum: Plugins
In reply to: [Plugin: Yet Another Related Posts Plugin] Yarpp and fusion theme problemFile yarpp-template-fusion.php is in root of fusion theme wp-content/themes/fusion
Code of yarpp-template-fusion.php is:<?php /* Example template Author: mitcho (Michael Yoshitaka Erlewine) */ ?><h3><?php _e("Related Posts","fusion"); ?></h3> <?php if ($related_query->have_posts()):?> <ol> <?php while ($related_query->have_posts()) : $related_query->the_post(); ?> <li><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a><!-- (<?php the_score(); ?>)--></li> <?php endwhile; ?> </ol> <?php else: ?> <p><?php _e("No related posts.","fusion"); ?></p> <?php endif; ?>
Where do have I place that code <?php related_posts();?>? Somewhere in yarpp-template-fusion.php? I tried place it into single.php but it doesn’t show under “button” like comments.
Forum: Plugins
In reply to: [Plugin: Yet Another Related Posts Plugin] Yarpp and fusion theme problemFor better explaining https://wordpress.digitalnature.ro/fusion/2009/01/21/blabla-test-post/
Next Comments are Related posts – this doesn’t work for me.Forum: Themes and Templates
In reply to: Fusion – Yet another related post problemNo body?