jwack
Forum Replies Created
-
Forum: Themes and Templates
In reply to: dynamic navagation loop?why is it so hard getting an answer to anything on these forums, ugh
Forum: Themes and Templates
In reply to: dynamic navagation loop????
Forum: Themes and Templates
In reply to: dynamic navagation loop?anyone?
Forum: Themes and Templates
In reply to: Paging in twentyTen with custom post type?$paged = (get_query_var('paged')) ? get_query_var('paged') : 1; $loop = new WP_Query( array( 'post_type' => 'projects', 'posts_per_page' => 2, 'orderby'=> 'menu_order', 'paged'=>$paged ) ); while ( $loop->have_posts() ) : $loop->the_post(); some stuff... endwhile; <div class="navigation"><div class="alignleft"><?php previous_posts_link('« Previous') ?></div><div class="alignright"><?php next_posts_link('More »') ?></div></div>
Forum: Themes and Templates
In reply to: Paging in twentyTen with custom post type?really????? How many lines of code was that?
Forum: Fixing WordPress
In reply to: Contact Form 7 – remove from admin menuThat works thanks.
Note: I wish the above code worked so I didn’t have to break it up and add code to 2 separate places.Forum: Your WordPress
In reply to: Is it really WordPress?Very nice site overall. I personally think the changing background is distracting and takes away from the focus of the page (the content).
Forum: Your WordPress
In reply to: Hey, new wordpress user, hope you enjoySite seems pretty out of the box (not really a bad thing) but I really like your domain name. I am surprised it was available.
Forum: Themes and Templates
In reply to: TwentyTen Gallery – Edit Gallery Codeummm, nevermind, i’m stupid.
Forum: Themes and Templates
In reply to: Removed Default Headers, Still showing default image?In case anyway else is newb like me, I had to add the following into the child themes function.php…
// set initial default header define( 'HEADER_IMAGE', '/wp-content/themes/theme-default/images/header-image.jpg' );
Forum: Plugins
In reply to: Letting Sub blog owners view their stats?After a couple days of searching for, trying out, and failing to get several plugins to work on user blogs correctly I think I found a winner.
Google Analyticator uses the GA API nicely, it has a nice clean set of options, works smoothly, has support forums on his site, its up-to-date with the latest WP version, lets sub-blog owners enter their own GA account details/options. And as a bonus it offers optional widgets to display GA info on the front end.
This plugin does not work, at least not with sub-domains yet, I wouldn’t waste your time downloading it.
I gave the plugin author a test account on my site to look into it and all he did was screw around on it (Added in links to his site, created a blog, etc…).
Why has this been marked as resolved?
I could give you access to a test account if you want to take a look?