chriswinch
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Exclude Category From Single Post Page.Found the solution i was looking for.
<?php next_post_link('%link', 'Next post in category', TRUE, '13'); ?>
Forum: Fixing WordPress
In reply to: Exclude Category From Single Post Page.thanks for pointing me to that plugin.
im not 100% sure thats what im looking for tbh tho.it seems that i would have to manually place a link to next & previous posts using the ‘page links meta box’ on the post page?
is this correct or am i missing something?
Forum: Fixing WordPress
In reply to: Exclude Category From Single Post Page.anyone?
really bugging me!cant be that hard to stop a category showing up in the ‘next’ & ‘previous’ posts navigation?
Specifically on my site its the ‘Unit 23 Skatepark’ & ‘Culture Flyers’ that shouldnt be showing up as they are in the folio category which im trying to hide.
again, thanks in advance.
Chris.Forum: Fixing WordPress
In reply to: Exclude Category From Single Post Page.sorry,
im not quite sure what you mean?the code im using to exclude the category from the home page is:
<?php if (is_home()) { query_posts("cat=-156"); } ?>
*Edit*
Ive now deleted the above code and im now using the advanced category excluder plugin… still not solved my problem though. :[Forum: Themes and Templates
In reply to: Using Blog As Portfolio.Thanks for pointing me in the right direction.
I had a look at the methods from the link you gave me but they never really made that much sense and the method i tried gave me errors.so i had another look and found this:
https://bloggingbits.com/post-thumbnails-in-wordpress/more or less the same method but works a bit better ??
Forum: Themes and Templates
In reply to: Using Blog As Portfolio.ahhhh.
ive hut a rut again.i had figured out how to modify the Read More tag and thought that would be enough to get me on my way but ive since figured im gonna need something more advanced.
What im aiming for is a portfolio site that is updated using blog posts.
I want the ‘more’ tag to act as a thumbnail link that will take the user to the ‘single post’ page that will contain the full image & details of the selected project.My plain html code looks like the following:
html:<a href = "#" class = "folioThumb"><img src = "siteImages/folioImage.gif" alt = "folio image" border = "0"/></a>
css:
.folioThumb img { border: 10px solid #181818; } .folioThumb:hover img { border: 10px solid #FFFFFF; } .folioThumb:hover { #FFFFFF; }
Is there anyway to convert the above code into the ‘more tag’?
I would really like to be able to do the whole thing through a post only…Any help would be greatfully appreciated!
Thanks.
Forum: Themes and Templates
In reply to: Using Blog As Portfolio.Sorry, I’ve figured out for myself!
Using my iphone at the moment but I’ll post up the solution when I’m back on the laptop.
cheers,
chris.Forum: Themes and Templates
In reply to: How can i customize itit depends where the code for that section is placed.
my guess is that they will be at the bottom of the ‘main index’ template or in the ‘footer’ template.the titles will be between heading tags e.g.
<h2>Heading.</h2>hope this helps.
chris.