Steve McKinney
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Where do I find the default page templateThank you for that. The problem was my file being named home.php, if only I’d have come across that.
Forum: Fixing WordPress
In reply to: Where do I find the default page templateStill need help to solve this it’s not a problem with plugins either as it’s installed through multisite. I have tested with other themes and they display the correct things for the blog page.
Forum: Fixing WordPress
In reply to: Where do I find the default page templateI have edited the index.php file, yet for some reason the posts page takes the styling of my own template. I’ve tried naming the index.php as blogpage and setting it that way it doesn’t work and I’m certain it’s on the default template for the posts page.
Forum: Fixing WordPress
In reply to: “Catchable fatal error” how to solve?bump
Forum: Fixing WordPress
In reply to: “Catchable fatal error” how to solve?i commented out line 517, and it appears to be working, though i would like someone with far more knowledge than me to help out whether this is a fine solution or could point me in the direction to making it work with the line intact
many thanks in advance
edit: i commented the wrong line in the above post to show line 517, it is actually
$title_array = explode( $t_sep, $title );and it makes the titles of the page have an error in insteadForum: Themes and Templates
In reply to: Posts page not displaying the_content()it worked, thanks a lot!
Forum: Themes and Templates
In reply to: Posts page not displaying the_content()i’m pretty useless when it comes to php, but i’ve had a look at the codex and used my limited knowledge either way still don’t have much of an idea, so i hope you can point me in the right direction
<?php $pageid = 'blog'; $pageid = $blog; get_page($blog); setup_postdata($blog); the_content(); ?>Forum: Themes and Templates
In reply to: Posts page not displaying the_content()yes, it’s my posts page
Forum: Themes and Templates
In reply to: Posts page not displaying the_content()still looking for an answer!
Forum: Your WordPress
In reply to: Just wrapped up my first complete theme…again…feedback?i have to agree with anne, the rss icon isn’t as clear as it could be the text just needs to be more legible and it’d solve that
i have no problems with your colour scheme, i think red is an under used colour (for its associated reasons i guess), but i think adding a complementary colour for post titles as an example would help (i don’t mean this in a bad way just a suggestion)
hope this is of help
Forum: Your WordPress
In reply to: Feedback on resource site usability: EducatorsAndSelfInjury.coma thing for me is always a horizontal navigation, it works for reading flow though it seems the idea is the person reading it page by page and clicking the link at the bottom of lot each text, so it may not be hugely necessary, just my personal preference
from looking at your source, none of your links have titles, this will aid your accessibility and usability for those who need it
you might want to add a way to make text larger too, but apart from that your site looks very usable, nice legibility and readability for me
i hope this helps
Forum: Themes and Templates
In reply to: Posts page not displaying the_content()i’ll give that a try but it’s confusing to explain but, each page has like a description in the banner which i have a different page layout for the posts page over the other pages, which as the posts page is different and is the page with the blog posts whatever i put in the blog actual page, and not an actual post won’t show before the posts
if that makes any sense
Forum: Fixing WordPress
In reply to: How to get my comments to not open in a popupdidn’t work, i thought it would have
i’m not too sure what it’s to do with but the comment link just leads to
http://iamsteve.me/uncategorized/#respond
or
http://iamsteve.me/uncategorized/#commentswhich just shows all my posts for that category, so it might be something else?
Forum: Fixing WordPress
In reply to: Comments link leading no wherebump
Forum: Fixing WordPress
In reply to: Comments link leading no whereBring up my post.