All you need to do is create another page template copying the contents of index.php How to create a page template is given here: http://codex.wordpress.org/Page_Templates
Within index.php remove the line: <?php if( (is_home() && get_option(‘page_for_posts’)) || is_front_page() ) { ?>
And also remove this line: <?php } else { ?>
And then add this code above: <?php query_posts(‘category_name=CATEGORYNAME&showposts=5’);
<?php if( have_posts() ) : ?>
Replace CATRGORYNAME with your category name
This will show blog with category.
In case its difficult for you we can create one template for you provided you send us FTP details of the folder where your site is (without ftp and with only WordPress we can’t do).
I want to know if I can either remove the titles for some sections or even change their color. I know that if I remove the titles as they are now, the section will not be visible on the homepage. How can I remove the titles without getting rid of the entire section’s visibility?
Hello, The client loves the theme. But now they have requests which I don’t necessarily agree with, but we must somehow fulfill.
1) They need for the title to be all one color. If it’s easier to eliminate the first letter’s color and make it all default white, this will do.
2) On the home page, we definitely need the footer to be present, and they want to designate the font sizes to be smaller on the 3 lines, bottom right.
If you can provide me with the names of the files and/or replacement text for any of this, I’ll be all over it.
Unfortunately the title of slider is linked to theme color. So whatever color you choose is appearing there. In case you want to keep it different color than the rest of the site let me know then we will have to let you know how to remove that color from functions.php so it isn’t from options but from css.
I must change everything that is green to another color. I’m looking for the number of the green color in main.css, but this is difficult. Would you please reply with the hex code for the green so that I can do a full and quick search and replace? Green just doesn’t work.
Thank you in advance for your response,
Heather
Added: I found the green color (it started with 7BB) and did a replace. But I still have the icon issue in the main nav. Using firebug, I found the image, however, it’s color is defined another way. If you could help me change the icon, I’d appreciate it – thanks so much!