Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Cubikated

    (@cubikated)

    WOW!!!! That is SUPER AWESOME!!! Thank you!

    The only thing that I could come up with was this ??

    <div class="flexslider">
    <ul class="slides">
    
    <?php
    // Get all tappeti and ebay category posts.
    
    $args = array(
    'numberposts' => 6, // Display up to 6 posts.
    'category' => '2,3',
    
    );
    $postQuery = get_posts($args);
    
    foreach( $postQuery as $post ) : setup_postdata($post);
    
    if ( has_post_thumbnail() ) { ?>
    <li>
    <a href="<?php echo get_permalink(); ?>"
    title="Go to <?php echo the_title(); ?>" rel="bookmark">
    <?php the_post_thumbnail('feature-slider'); ?>
    p class="flex-caption"><?php the_title(); ?></p></a>
    </li>
    <?php
    			}
    endforeach; ?>
    
    </ul>
    </div>

    Looks like it works the same. But I’m sure my bit of code is pretty basic and useless. Could you point out if there are any errors.

    Thanks.

    Thread Starter Cubikated

    (@cubikated)

    I’m not sure….my PHP is crap!

    I want to get the images from the two categories ‘tappeti’ and ‘ebay’ and display them. that’s all I want ??

    What would you suggest?

    Thanks.

    Hi guys,

    I love this plugin. I’m new to WordPress and PHP so have no idea to what all these code means.

    I’m want to add more fields to the registration form like First/Last Name and most importantly want the user to type in a password and the password to be e-mailed to the user. Something like the Register Plus Redux plugin. Only if I could get the SML to pop up with all those custom extra fields would be just great!
    Any tips????? Like I said before I’m taking my first steps….so any simple explanation would be appreciated ??

    Thanks

    p.s Eric any plans of updating “add the custom fields” function to the SML settings?

    Thread Starter Cubikated

    (@cubikated)

    Thank you very much for that.

    Another question. Why is it that when I logout it takes me to the login page? I would like to redirect it to my Home page rather than the login page.

    Any help would be greatly appreciated.

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)