Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter openmedi

    (@openmedi)

    Hey,

    thanks for your answer. Sadly I’m just beginning to learn how php and wordpress are working. I’m using the standard Kubrick theme with some css tweaks. I assume that i have to change the single.php where I found this code which includes the_tags:

    <div class="entry">
    				<?php the_content('<p class="serif">' . __('Read the rest of this entry &raquo;', 'kubrick') . '</p>'); ?>
    
    				<?php wp_link_pages(array('before' => '<p><strong>' . __('Pages:', 'kubrick') . '</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
    				<?php the_tags( '<p>' . __('Tags:', 'kubrick') . ' ', ', ', '</p>'); ?>

    I assume I have to change this part:
    <?php the_tags( '<p>' . __('Tags:', 'kubrick') . ' ', ', ', '</p>'); ?>

    From the wp-cumulus.php I think I have to use/modify the part where the flash-code is put together. It starts with the following comment:
    // piece together the flash code

    But I don’t know how to do this. Do I have to copy and paste the whole thing out of the wp-cumulus php? What do I have to change and what do I have to write into the single.php? Sorry for being such a noob, but any help would be highly appreciated.

    Martin

Viewing 1 replies (of 1 total)