technguide
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How Do I Only Select One Post From One Category?Awesome! I’ve edited it to be like this
$args = array( 'posts_per_page' => 1, 'post_status'=>"publish", 'post_type'=>"post", 'orderby'=>"post_date", 'category_name'=>"liveblog-apple-keynote");and it worked flawlessly. Thank you once again!
Forum: Fixing WordPress
In reply to: Latest Post Excludes Scheduled PostAh shit. How did i overlook that. Thank you very much!!
Forum: Fixing WordPress
In reply to: Blockquote ProblemThanks anyway.
Forum: Fixing WordPress
In reply to: Blockquote ProblemHi @sami Kelijonen, I’m already using the Child Theme.
I’m using Safari Version 6.0.1 (8536.26.14). I’ve fixed that problem now, i will replicated this blockquote problem on this website. [That’s strange, i can’t seem to replicate this issue anymore.]
What i did in my main blog is i replace the style.css on the child theme with the edited version [just to remove that height: 100%;] copied from the parent theme. Did i do anything wrong?
Thanks everyone for trying to help!
Forum: Fixing WordPress
In reply to: Blockquote Problem@mrspabs Yes! That fixed the problem. Thank you very much!
@kmessinger that is the tool i was looking for. I ran the tests on some of my blog posts. I found a lot of errors. How do i correct them. Some of them like ‘</p>’ exists without ‘<p>’. I checked my HTML code for each posts and didn’t find any ‘<p>’ or ‘</p>’ used. So i reckoned it should be the theme’s files problems. Could you point me in the right direction as to where i should start finding the error roots?