Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter meandco

    (@meandco)

    I’ve also found $taxterms = get_terms( $taxonomy, 'orderby=description&order=DEC&offset=1&hide_empty=0&fields=all'); doesn’t work in rfp-class.php

    Thread Starter meandco

    (@meandco)

    Thank you Ravi

    That may be the answer, i’ll leave this open until I see it working if no one minds.

    Thank you

    Thread Starter meandco

    (@meandco)

    Thank you esmi

    That’s a lot for me on a monday morning. I’ll look into this.
    I also have another issue wether to start a new thread for it or not, maybe it feeds in with this issue.

    However I can add custom fields to a post, hopefully you could help me answer this then. I have a post with categories:

    <?php the_content(); ?>
    
                <div id="edit"><?php edit_post_link(); ?></div>
                <?php endwhile; ?>
    			<?php else: ?>
    
                <h2><?php _e( 'Sorry, nothing to display.', 'html5blank' ); ?></h2>
    
                <?php endif; ?>

    I want all that within a div that has a border,
    when I create a new post I want it to display another bordered box, instead of that new post just going into that same box.

    Hopefully that makes sense, but this would come down to again having custom styles within the codex above.

    Thread Starter meandco

    (@meandco)

    I have. Can anyone who understands this help me?

    Thank you

    Thread Starter meandco

    (@meandco)

    I’m currently using:

    [ic_add_posts ids='232' category='box-1-image' template='posts_loop_template.php' post_type='box-1-image']

    but not linking to the template any other way.

    Yet still not showing the post through.

    Sorry, I really need help! Anyone?!

    [ Please don’t bump, that’s not permitted here. ]

    Thread Starter meandco

    (@meandco)

    I take out post_type='testimonials' and the post comes in but with the menu also, unsure why the menu.

    Thread Starter meandco

    (@meandco)

    Hello Eric

    Ok thank you for this. Yes maybe still a little confused.
    So what would be the purpose of [template='template-in-theme-dir.php'] and having a template if I don’t link to in anyway or am I wrong with your instructions?

    At the moment it still doesn’t work for me. Here is what I am doing now.

    1) A page with the following [ic_add_posts ids='232' post_type='testimonials' category='box-1-image']
    2) This refers to a Post (232) and Cat (box-1-image).
    3) I dont have [template='template-in-theme-dir.php'] or neither have I linked the page to the template, currently default template.
    4) The final result is just the title of the page, no posts brought in.

    I am really confused now.
    I do however appreciate your help in getting this working and hope you can help me further.

    Thank you

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