tjobbe
Forum Replies Created
-
ok, you’ve lost me, how are you suggesting I create this template? I assumed you meant simply using a static html page.
I might have to do that but is there not an easier way? I would have to create seven pages, and would rather just do one fix and be done with it!
Just to clarify, I want that blurb not to show up if i have set comments as disabled, not to remove it altogether, as i do have one page / category that will act as a blog with comments.
Forum: Fixing WordPress
In reply to: Adding DIV’s within postsnope. didn’t know that was possible?
Just did it, and low and behold it works! thanks!!
Forum: Plugins
In reply to: How can I give id values to my navbar links?Would this help? Maybe not what you are looking for, but worth pointing you to it anyway.
https://www.farstyle.com/web-design-development/showing-active-page-in-wordpress/
Forum: Fixing WordPress
In reply to: Adding DIV’s within postsCan anyone help with this topic?
Forum: Fixing WordPress
In reply to: Adding DIV’s within postsHi Harknell.
SPAN tags will not be sufficient in this case, here is a smaple of the code that I am using:
<div class="templateBox"> <h5>Business Design 2007</h5> <img src="/downloads/templates/thumbs/business-design-07.jpg" alt="Business Design 2007" /> <p class="templateBoxLinkA"><a href="/downloads/templates/business_design_2007/">Preview</a> <p class="templateBoxLinkB"><a href="/downloads/templates/business_design_2007.zip">Download</a> </div> <div class="templateBox"> <h5>Business 08</h5> <img src="/downloads/templates/thumbs/business-design-08.jpg" alt="Business Design 2007" /> <p class="templateBoxLinkA"><a href="/downloads/templates/business08/">Preview</a> <p class="templateBoxLinkB"><a href="/downloads/templates/business08.zip">Download</a> </div>
Forum: Everything else WordPress
In reply to: Changing the look and structureThanks Rudolf.
I do understand that they are all posts, but I want to know if it is possible to only show ONE post from each category at one time Currently, it only shows the latest 2 posts from ANY category.
So lets say I have 3 posts in each category, but the latest 2 posts where made in my Articles category, it will show only those two, when I would prefer it if it showed one from my blog and one from my articles category.
Am I making sense?
Forum: Everything else WordPress
In reply to: Changing the look and structurethat’s great, thanks for the tips.
With regards to blog posts and articles, I see what you mean by them being the same thing but for me they will be completely different, I’d like to be able to show the latest blog post and article on the home page.
Basically, I have created two categories, one being an area where I would blog, and another where I add articles to. Hence my explanation of them being different.
Is this possible?