drzgamer
Forum Replies Created
Viewing 8 replies - 1 through 8 (of 8 total)
-
Forum: Fixing WordPress
In reply to: Custom Featured ContentIs is possible to use a custom post type and just have a post loop in a single row?
Forum: Themes and Templates
In reply to: Display youtube Emebed codeI solved it i just used this converter
Forum: Themes and Templates
In reply to: Custom Category PageI solved it just used this code
<?php if (have_posts()) : ?> <?php $post = $posts[0]; $c=0;?> <?php while (have_posts()) : the_post(); ?> <?php $c++; if( $c == 1) :?> <h1>The first post on the main index page</h1> <?php the_title(); ?> <?php the_excerpt(); ?> <?php else :?> <h2><?php the_title(); ?></h2> <?php the_content(); ?> <?php endif;?> <?php endwhile; ?>Forum: Networking WordPress
In reply to: Site help (widgets and site wide tags)How would i pull it into the main blog??
Forum: Networking WordPress
In reply to: Site help (widgets and site wide tags)Thank you now what i want to do is Aggregate all the post using that category onto the main site.
Forum: Networking WordPress
In reply to: Site help (widgets and site wide tags)Like when a user creates a blog certain categories are installed with it.
Forum: Networking WordPress
In reply to: Site help (widgets and site wide tags)NVM
Forum: Networking WordPress
In reply to: Blog CreateI also noticed that the buddypress bar is not working on the blog
Viewing 8 replies - 1 through 8 (of 8 total)