ps3hero
Forum Replies Created
-
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Excerpt only displays the top of the postthis is exactly what i need. i activated “Custom excerpts/snippets” but nothing happens. wordpress finds the pages where my custom fields are but the words are not shown in the search result excerpt when they are not at the beginning of the text/page/article …
Forum: Plugins
In reply to: [Advanced Custom Fields - Menu Field add-on] Plugin doesn't work for ACF 4.xno i think it don’t work. i can’t see the “WordPress Menu” field anywhere … :-/
Forum: Plugins
In reply to: [Secure Custom Fields] [Plugin: Advanced Custom Fields] Front end form???me too, only see an “update” button … :-/
Forum: Plugins
In reply to: Event Calendar 3 -> filter categoryhere is on epart of the tutorial:
https://www.problogdesign.com/wordpress/an-updated-wordpress-events-list/but i remember that i had to expand it a little. if you want i can send my theme to you (email).
Forum: Plugins
In reply to: Event Calendar 3 -> filter categoryno. i have build my own event calendar function with the help of a tutorial. i tried 30 plugins but none of them gave me the ability to handle events for several categories.
Forum: Plugins
In reply to: [Plugin: Capa Protect] Showing array_flip() errorsthanks it worked for me. hope this plugin will be supported in future it is very useful …
i finally made it. i have put the “[promoslider category=”my-category”]” code in an article and loop this article in my template …
<div class=”aktuell cf”>
<?php
global $myPosts;
$myPosts = ”;
?>
<?php
$my_query = new WP_Query();
$my_query->query(‘showposts=1&cat=25&orderby=date’);
if ($my_query->have_posts()) : while ($my_query->have_posts()) : $my_query->the_post();
$myPosts .= $post->ID . “,”;
?><div class=”cf” id=”post-<?php the_ID(); ?>” <?php post_class(); ?>>
<?php global $more; $more = 0; ?>
<?php the_excerpt(); ?>
<?php the_content(); ?><h2> ” title=”<?php the_title(); ?>”>
<?php the_title(); ?>
</h2><!–kasten zu–>
</div>
<?php endwhile; endif; ?>
</div>no, i just want to show the “category” and the “description” like here:
https://files.droplr.com/files/19876761/X96f.desc.jpg
that i have entered in the promoslider options:
https://files.droplr.com/files/19876761/n9yL.Bildschirmfoto%202011-04-08%20um%2010.15.58.png
this is my shortcode:
<?php echo do_shortcode(‘[promoslider height=”500px” width=”940px”] ‘)?>