Random front page
-
Since you are adding the below CSS code to parent theme style sheet, you’ll lose it when you update the theme. So, consider using a Child Theme or add the custom CSS codes in Graphene Options –> Display –> Custom CSS
This code,
.post-1033 {
display: none;
}Isn’t that what you wanted?
Okay, now set that old page (.page-2) as static front page. You have to live with “only one” repeated child page until we find a solution. I’m exhausted now. Will look for a fix later.
Hey! Just an update. There is a missing semicolon in the random posts code I’ve given. Replace the last line with
add_action('graphene_after_slider', 'random_home_page_function');Thanks for your update and for the suggestions.
But I removed the random function and the rest as on of the child pages it was duplicated in the static page.
I have one very last question in the front page the images listed in the slider and child pages are all 150 x 150 pix, is any way to show them as 100 x 100 pix?
Thanks again for the support.
Viewing 8 posts - 11 through 18 (of 18 total)
- 1
- 2
- You must be logged in to reply to this topic.
