CaptainSEO
Forum Replies Created
-
Forum: Localhost Installs
In reply to: Help with XAMPP.I did, localhost with XAMPP
Forum: Plugins
In reply to: [WooCommerce] How to add quantity discount?Can it be done without that plug in?
Forum: Fixing WordPress
In reply to: Need to make a page display posts…Got it thanks – works a treat.
Very much appreciated.
Forum: Fixing WordPress
In reply to: Need to make a page display posts…I am using a plug-in for now, but any further help will be appreciated.
Forum: Fixing WordPress
In reply to: Need to make a page display posts…I also notice that I am shown as anonymous instead of my username.
Forum: Fixing WordPress
In reply to: Need to make a page display posts…This is the code I have in the page template, but I get no posts shown on the page:
<?php /* Template Name: share template */ ?> <html> <?php get_header(); ?> <?php $temp = $wp_query; $wp_query= null; $wp_query = new WP_Query(); $wp_query->query('category_name=share'.'&paged='.$paged); ?> <?php while ($wp_query->have_posts()) : $wp_query->the_post(); ?> <?php endwhile; ?> <?php get_footer(); ?>Forum: Fixing WordPress
In reply to: Need to make a page display posts…Can you show me in the pastebin link? I would really appreciate it.
Forum: Fixing WordPress
In reply to: Need to make a page display posts…I’m sorry – I’m a real PHP newbe.
I done the template name bit and selected it. What I can’t work out is what a loop is?
Forum: Fixing WordPress
In reply to: Need to make a page display posts…Here it is:
Forum: Fixing WordPress
In reply to: Need to make a page display posts…First I’ve heard of the pastebin. I’ll go do that and come back here with the link or whatever.
Forum: Fixing WordPress
In reply to: Need to make a page display posts…And where exactly does it go. I placed the code where I thought logical but it stops the page loading.
[Large code excerpt removed by moderator per forum rules. Please use the pastebin for all large code excerpts. It works better anyway.]
Forum: Fixing WordPress
In reply to: Need to make a page display posts…Aha – I see.
Thanks. I’ll go away and try that right now.
Forum: Themes and Templates
In reply to: USER GENERATED BLOG on WORDPRESS?I believe you can use the Gravity Forms plug-in to let people update the site from the front end.
Forum: Themes and Templates
In reply to: Some coding help pleaseI’ll check it out.
Forum: Themes and Templates
In reply to: Some coding help pleaseIt’s here:
http://codesnipp.it/code/1303