Blog posts on homepage

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #17130
    tamaniaci
    Member

    i want to add a recent blog section to my site but can’t get it to work right.

    I want the most recent 3 entries to show, larger than they’re showing now.

    I’m okay with the way this looks http://chocolatechippy.com/?page_id=5356 but I don’t want that arrow and circle there.

    This is the text I have input:

    [responsive_carousel]

    [recent_posts post_count=1 hide_thumbnail=”false” show_meta=”true” excerpt_count=30 image_size=”large”]

    [/responsive_carousel]

    #17142
    Veena
    Moderator

    This page-http://chocolatechippy.com/?page_id=5356 is throwing 404 not found error.
    Have you resolved it?

    #17160
    tamaniaci
    Member

    Sorry- I had it set to private. It’s live now if you want to take a look.

    #17176
    Veena
    Moderator

    Pls remove the responsive carousel shortcode, recent_posts shortcode alone will do the job.

    #17179
    tamaniaci
    Member

    That doesn’t work because I want the posts to be laid out horizontally across the page like I has, while the recent_posts makes them into a long, busy list. How can I get it to look like the second option with the carousel and work correctly?

    http://chocolatechippy.com/?page_id=5356

    #17184
    Veena
    Moderator

    Ok it is clear now.
    First section:
    Pls try the below custom CSS in themeoptions and see it it meet your needs-

    #post-5356 ul.post-list li {
        display: inline-block;
    }
    

    or

    #post-5356 ul.post-list li {
        display: inline-block;
    }
    #post-5356 .entry-text-wrap {
        display: none;
    }
    

    2.Second-section:
    Pls add the below custom CSS in themeoptions –

    .page-id-5356 .carousel-wrap .bx-controls.bx-has-pager.bx-has-controls-direction {
        display: none;
    }
    
Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘Extinct Theme Support’ is closed to new topics and replies.