frankjkeane
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: index.php being used instead of category.phpHi Jose, its a theme i built, very simple. I’m in the middle of redesigning it so html is all over the place but shouldn’t be a problem. There are no plugins active in the theme. It is widgetized though.
Didnt know about pastebin, will do.
Thanks
Forum: Fixing WordPress
In reply to: Functions.php causing blank screen on publish.[Moderator Note: Please do not post in uppercase & shout at us. Post de-capped.]
i had my cursor on the line below the last line in functions.php!
resolved ??
Forum: Fixing WordPress
In reply to: Cannot see video file in Media Library. File size?Thanks Esmi,
have just changed the link to it. don’t actually need it in the library.
Cheers!
Forum: Fixing WordPress
In reply to: Display two categories in separate loops on the same page.Thanks King, just saw your reply.
Forum: Fixing WordPress
In reply to: Display two categories in separate loops on the same page.I’ve come across this solution, working nicely!
<?php $my_query = new WP_Query('category_name=updates&posts_per_page=1'); while ($my_query->have_posts()) : $my_query->the_post(); $do_not_duplicate = $post->ID; ?> <h2> <?php the_title(); ?></h2> <?php the_content(); ?> <?php endwhile; ?>
Forum: Plugins
In reply to: [Twiget Twitter Widget] Tweets dont loadCool, good luck with it, Thanks for the reply.
Forum: Plugins
In reply to: [Twiget Twitter Widget] Tweets dont loadCheers Odai,
yep seems to be the way it going, have used twitter widget.
Forum: Fixing WordPress
In reply to: Trying to exclude category from index/blog page (homepage is static)Thanks Andrew, worked a treat. Is the $query_string like ‘add code here’?
Forum: Fixing WordPress
In reply to: Trying to exclude category from index/blog page (homepage is static)Oh, ok thanks Andrew will try.
Forum: Fixing WordPress
In reply to: Images not showingYou Beauty! Thanks that worked!
Forum: Fixing WordPress
In reply to: Link to anchor on another page.Resolved.
Forum: Fixing WordPress
In reply to: Link to anchor on another page.Hi, yeah that seemed to be it, working now.
Thanks for the reply!
Forum: Fixing WordPress
In reply to: Style Categories individuallyHo Kjodle, just realised i have done this before with css in another site! Just get the cat-item number. is that what you were going to suggest?
the esleif still broke it, need to get my head around php!
Thanks
Frank
Forum: Fixing WordPress
In reply to: Style Categories individuallyNice on Kjodle, i’ll give the esleif a go!
will have a look for backticks… mac keyboard!
Thanks
Forum: Themes and Templates
In reply to: Posts not appearing – newbieGot it working, had to reinstall WP. Who knows, and update caused problems or something went wonky in the DB….
Resolved.