Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • I have seen a couple of unanswered posts about this but haven’t seen an answer. My site won’t even add a space, so it ends up looking like “Page TitleSite Name”

    my URL is HERE

    In my custom theme, the header.php title looks like this:

    <title><?php
    global $page, $paged;
    wp_title( '|', true, 'right' );
    bloginfo( 'name' );
    $site_description = get_bloginfo( 'description', 'display' );
    if ( $site_description && ( is_home() || is_front_page() ) )
        echo " | $site_description";
    if ( $paged >= 2 || $page >= 2 )
        echo ' | ' . sprintf( __( 'Page %s' ), max( $paged, $page ) );
    ?>
    </title>

    Forum: Plugins
    In reply to: Best page builder Plugin

    I’m a huge fan of Visual Composer. It’s not free, but it’s inexpensive.

    Layer Slider is one of my favorite sliders. I’ve used Revolution Slider and really not liked it. Nivo is one I see out there a lot, but I don’t have much experience with it.

    As for paying – these are very inexpensive and it’s worth it, especially given how much development time these guys have put into their product. That said, I’m sure there are some decent free options out there, I just don’t know of them.

    I don’t know that you can do that without creating multiple posts on the article. The only thing you could do in terms of keeping your home page clean is insert the “read more” tag after a couple of paragraphs. That would make it to where only a little bit of text was shown on the home page or RSS feed, then the user would click to read the entire post.

    Thread Starter sftl99

    (@sftl99)

    I found that there were too many issues with that theme so I ended up switching to a different one.

    I tried updating this post yesterday but the server was giving me weird issues – sorry for the trouble.

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