mrbrut
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Create page which includes one categoryi created a file called ‘podcast.php’ and made sure that it had the template name at the top. my podcast category is 21 so i put in a query so that it displays that category.
hopfully to make sense i’ll include the page below and if you have any questions please let me know. it was actually quite easy once i understood how a page is made up and queries etc… i guess it’s all part of the learning experience!
<?php /* Template Name: Podcast */ ?> <?php get_header(); ?> <?php if (is_home()) { query_posts("cat=-21"); } ?> <?php $events_cat = '21'; if (!is_paged()) { query_posts('cat=' . $events_cat); } else { query_posts('cat=' . $events_cat . '&paged=' . $paged); } ?> <?php include (TEMPLATEPATH . '/theloop.php'); ?> </div> <?php get_sidebar(); ?> </div> <?php get_footer(); ?>Forum: Fixing WordPress
In reply to: Create page which includes one categoryawesome thank you for your help. another question, how do i now create a page that will now display the contents of category-15.php?
Forum: Plugins
In reply to: Create Lazy Gallery Page and include lazy-index.phpi must be a little slow…
i have created the page and thought i added the field etc but no luck.
can someone please break it down for me step by step on how to creat a new page and use the redirectify plugin?
many thanksForum: Fixing WordPress
In reply to: Images and Text in postThank you very much for the prompt reply!
Forum: Themes and Templates
In reply to: Template Sneak PreviewLooking good! When do you expect to have it finished? I really like the colors used. And the layout is awesome. Nice and simple and effective.
Three thumbs up!Forum: Fixing WordPress
In reply to: V1.5 Post ModerationI’m using 1.5 beta 1 2005-01-05
Forum: Fixing WordPress
In reply to: V1.5 Post ModerationThanks for your help, from that answer comes another question!
I get a level1 user to save a post as draft and then a level2 user logs in sees it and then publishes it. On the main page of the blog it says that the level2 author posted the article NOT the level1 user who wrote it.
Can this be fixed or worked around?
Many Thanks Again.Forum: Fixing WordPress
In reply to: V1.5 Post ModerationThank you, so if the author/member is on level 0 they can submit post but not publish? Or do they have to be level 1 onwards…? Do they have to be new members in 1.5 or will earlier members be able to do this also? Also if this is an option where abouts do I turn it on etc.
Many thanks for the quick reply.Forum: Installing WordPress
In reply to: New Install – Presentation Errorbummer the problem is still there. any other ideas?
Forum: Themes and Templates
In reply to: WordPress Theme 1.3 -> Bionic JiveHi! Great looking theme. I’m having trouble installing this with my blog. I have WordPress installed to a directory and have the index.php at the root of my folder. When I select your theme i get errors –
Warning: main(./wp-blog-header.php): failed to open stream: No such file or directory in /data/virtualdomains/110/hornbag.net/documents/blog/wp-content/themes/bionicjive/index.php on line 3
Fatal error: main(): Failed opening required ‘./wp-blog-header.php’ (include_path=’.:/usr/local/lib/php’) in /data/virtualdomains/110/hornbag.net/documents/blog/wp-content/themes/bionicjive/index.php on line 3
Anyone able to help me?
Many ThanksForum: Fixing WordPress
In reply to: Feed Issue“Probably a rewrite issue
http://www.hornbag.net/blog/wp-feed?feed=rss2″
Anyone anle to help me do this rewrite thing? I’m not too sure where this is to be done.
Many Thanks,Forum: Fixing WordPress
In reply to: Feed Issueok now for the stupid question… this is a permalinks thing isn’t it? how do i do this?
Forum: Your WordPress
In reply to: lucky33WOW that is such a great looking site! I really need to learn and know more!
There are so many cool things on your site that I have no idea where to start!Forum: Everything else WordPress
In reply to: 2 Blogs on 1 MSQL Database?Great Idea!
Thank you very very much. I’ll do that.
Many Thanks again, you’re all great help!Forum: Everything else WordPress
In reply to: 2 Blogs on 1 MSQL Database?Sharing data would be handy as this way I’d be able to see what the blog will ‘look’ like etc. I won’t be adding any posts or comments in the 2nd test blog just change the design , templates and plugins etc.