jo6891
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Implementing the 301 redirect (wp.COM to wp.ORG)?Just the answer I was looking for too! Thank you!
Forum: Fixing WordPress
In reply to: Loop only displaying one post when there should be two.Thanks again for your response.
The only plugins I have installed are as follows:
Akismet version 2.4.0
Hello Dolly 1.5.1
Wordpress Database Backup Version 2.2.2Forum: Fixing WordPress
In reply to: Loop only displaying one post when there should be two.Thank you very much for your reply.
I tried replacing that with posts_per_page however this has made no difference. Has this ever happened to anybody else before? As I say, it’s literally stopped working, and only recently, it worked perfectly fine before.
I’m totally stumped!
Forum: Fixing WordPress
In reply to: Events PageThat’s exactly what I needed! Thank you very much!
Forum: Fixing WordPress
In reply to: Exclude posts from some categoryThat works perfectly. Thank you so much!
Forum: Fixing WordPress
In reply to: Exclude posts from some categoryMy bad! Sorry!
However that still gives me a parse error.
Forum: Fixing WordPress
In reply to: Exclude posts from some categorySure,
Please see below
<div id="blog_content"> <h1>Title Here</h1> <?php $catid = get_cat_ID('Events'); query_posts('&cat=-'$catid); ?> <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> <div class="post" id="post-<?php the_ID(); ?>"> <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2> <p><?php the_time('F jS, Y') ?> <!-- by <?php the_author() ?> --></p> <?php the_content('Read the rest of this entry »'); ?>
Forum: Fixing WordPress
In reply to: Exclude posts from some categoryHi t31os_, thanks for your reply.
Unfortunately your method is also throwing me a parse error.
I am dropping in the query before my loop. That is correct, right?
Thanks again
Forum: Fixing WordPress
In reply to: Exclude posts from some categoryHi Thanks for your response.
Unfortunately that didn’t work. It actually just gave me a parse error.
Thanks again
Forum: Fixing WordPress
In reply to: Simple Contact Form WITHOUT PluginOK.. If anyone’s looking for the same thing as me, I’ve found a great solution… check it out…
https://trevordavis.net/blog/tutorial/wordpress-jquery-contact-form-without-a-plugin/
Forum: Fixing WordPress
In reply to: Displaying posts on static page – date issueThank you!
Forum: Fixing WordPress
In reply to: Latest comments on static pageHi, thanks for your response,
I was actually just looking for the latest comments only and not the comment form. Maybe the latest 5 comments or so. Is there any way to do this without touching the actual comments template, as I will want to use this for pages within the blog section.
Thanks again
Forum: Fixing WordPress
In reply to: Add a back link to a postWow! This is quite complex for me now!
Thankyou all for your advice. I will have a go and see which works best for me,
Thanks again!
Forum: Fixing WordPress
In reply to: Add a back link to a postThanks for your reply.
Which would you say is the ‘safest’ one to use in terms of accessibility?
Forum: Fixing WordPress
In reply to: Add a back link to a postThank you!
I will give that a go!