We're merging with GenerateBlocks! Learn more here.

Support Forum

Please login to receive premium support.

Support for the free plugin can be found here.

Forum Replies Created

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • in reply to: Pagination Issue #14905
    sparkle
    Participant

    ps. right now, it’s got multiple shortcodes on the page because i’m trying to come up with an alternate plan. but even only the one, the pagination still isn’t working.

    in reply to: Pagination Issue #14903
    sparkle
    Participant

    i’m using generatepress pro. πŸ™‚ whether i have ajax or standard set in wp show posts, it does the same thing. is that what you mean?

    in reply to: Pagination Issue #14864
    sparkle
    Participant

    i’ve tried turning off all plugins but wp show posts and wp show posts pro (beta) and still this is happening.

    in reply to: Pagination Issue #13809
    sparkle
    Participant

    i’m having this same issue here: https://suznornew.dreamhosters.com/blog/

    in reply to: Custom Fields #13306
    sparkle
    Participant

    hi tom, is there a step by step somewhere for getting custom field content to display in a list (or ultimately in a carousel)? i have three custom fields in my cpt (cptui/acfpro) and i put this into my functions file, but am unsure how to ‘just hook them’ to get them into my list and ultimately to display as the carousel. [edited for clarity and to add when i put the below code in my functions file, i get a database error, too.]

     
    add_action( 'wpsp_before_content','wpsp_add_custom_meta' );
    function wpsp_add_custom_meta()
    {
        $meta = get_post_meta( get_the_ID(), 'st-headline', true );
        if ( isset( $meta ) && '' !== $meta )
            echo $meta;
    }
    
    add_action( 'wpsp_before_content','wpsp_add_custom_meta' );
    function wpsp_add_custom_meta()
    {
        $meta = get_post_meta( get_the_ID(), 'short_testimonial', true );
        if ( isset( $meta ) && '' !== $meta )
            echo $meta;
    }
    
    add_action( 'wpsp_before_content','wpsp_add_custom_meta' );
    function wpsp_add_custom_meta()
    {
        $meta = get_post_meta( get_the_ID(), 'st-attribution', true );
        if ( isset( $meta ) && '' !== $meta )
            echo $meta;
    }
    in reply to: how to style so one title is right aligned #11532
    sparkle
    Participant

    thank you. you can tell i was trying to figure it out.

    this works. you’re awesome.

    πŸ™‚

    in reply to: how to style so one title is right aligned #11458
    sparkle
    Participant

    https://amoore.dreamhosters.com/product/fellow-antics/

    it’s the links on the bottom right.

    thanks tom.

    in reply to: standard archive output #9887
    sparkle
    Participant

    thank you both. jumping in!

    in reply to: hover title over image and a few other questions #9479
    sparkle
    Participant

    ah! this is literally the best thing ever. you guys rock. thanks tom & crew.

    in reply to: hover title over image and a few other questions #9469
    sparkle
    Participant

    THANK YOU! those look super helpful. sorry to be dense… how do i access those in my wp-admin?

    in reply to: hover title over image and a few other questions #9432
    sparkle
    Participant

    oh… also wondering if it’s possible to do these things with custom post types?

Viewing 11 posts - 1 through 11 (of 11 total)