jimmymaz
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Hiding posts from certain categories on index pageHello Shane,
Did you even take the time to read my post? I’ve done everything listing in the codex and it works – but it stopped the page links working.
<?php if (is_home()) { $paged = (get_query_var('paged')) ? get_query_var('paged') : 1; query_posts("cat=-1&posts_per_page=2&paged=$paged"); } ?>
Was my fix, thanks to Google.
Forum: Fixing WordPress
In reply to: excluding categoriesCan you show us how you fixed this? I’m having problems with page navigation not working after excluding a category and really need help…
Forum: Your WordPress
In reply to: plantedbox.comThank you, Linda ??
I’ve reworked the file types now. I could compress them further, but until the next update with new photos, I’m happy for the time being.
Thanks for the suggestions everyone ??
Forum: Your WordPress
In reply to: plantedbox.comMany thanks guys ??
The header images were actually only a temp thing which kind of expanded to different categories at the request of my friend. I’ll rework the file type to get sizes down asap. I also agree some of the images are outside of the overall theme, and this will be addressed with time ??
Again, many thanks for your feedback, it helps greatly ??
Forum: Your WordPress
In reply to: plantedbox.comMany thanks ??
As stated previously, this is my first blog design ever, and in fact, its my first site design in 5+ years. I may not be fully up to speed with all the latest trends, but I’ve enjoyed working on it, and its nice to know others like it too ??
Forum: Your WordPress
In reply to: plantedbox.com5 days with no replies ??
It’s my first blog, I’d really appreciate some feedback…
Forum: Themes and Templates
In reply to: Help with wp_list_pages on horizontal menu barThanks for that mate, that’s a great place to start.
With kids running around my feet, I just don’t have the time or interest right now to learn everything required for cross browser compatibility. Things like this box model hack – https://webdesign.about.com/od/css/a/aaboxmodelhack.htm – and matching heights of 2 or 3 column divs, etc.
Thanks again though bud, I’m sure I’ll be back for more help soon lol ??
Forum: Themes and Templates
In reply to: Help with wp_list_pages on horizontal menu barThanks, I will do! ??
I haven’t done any html or css since 2003 and I wasn’t any good at div, floats and ul li ol stuff back then lol.
I’m looking at it now though ??
Forum: Themes and Templates
In reply to: Help with wp_list_pages on horizontal menu barThanks guys… I want to avoid plugins if at all possible. And if I’m honest, I’m old school – all this cross platform css stuff confuses the hell out of me lol. Give me table based layouts any day!
I wish I had the time to learn css all over again and try to understand css layouts, but sadly I don’t. And tbh I doubt any visitors will care how its coded as they are more interested in the content.
I’ll try to do more research on this though… and I appreciate your time and help ??
Forum: Themes and Templates
In reply to: Help with wp_list_pages on horizontal menu barok, I’ve got rid if the ‘pages’ bit, but I can’t see how to remove all the hardcoded ul and li stuff and insert a separator…