napalm
Forum Replies Created
Viewing 8 replies - 1 through 8 (of 8 total)
-
Forum: Fixing WordPress
In reply to: Viewing 'Older Posts' in a category templateBrilliant. Thanks so much
Forum: Fixing WordPress
In reply to: Viewing 'Older Posts' in a category templateThanks
I have put the function used to create the index under the template
http://pastebin.com/tkfS3950Forum: Plugins
In reply to: NextGEN Gallery | Can you hardcode a gallery into a template?Yes you can.
<?php echo do_shortcode(‘[slideshow id=x]’); ?>
Forum: Themes and Templates
In reply to: Having trouble moving page name on the ‘blog’I have used
<?php echo get_post_meta($post->ID, 'page-title', true); ?>
which still works for all pages but the ‘News’ Page (this time displaying nothing).Forum: Themes and Templates
In reply to: Page Titlenice!
Forum: Themes and Templates
In reply to: Edit the Widget Title scriptgenious!
Forum: Fixing WordPress
In reply to: Only show specific nav item to membersThanks Offspring.
I love wordpress!Forum: Fixing WordPress
In reply to: Allowing access to only some pages of the blogThe “Member Access” plugin does this.
Viewing 8 replies - 1 through 8 (of 8 total)