Hi
Is it possible to have an image header with a static text for the blog page?
Thank you
A static header for my blog page?
3 posts from 2 voices-
Posted 2 years ago #
-
Another question! :)
If I have differents blogs, how can I have a different Blog page headline for my different blogs?
Thank you very much!!!!Posted 2 years ago # -
Hey,
1.) Don't quite understand what you have in mind, but you can use CSS to load background images for specific pages. Can you elaborate?
2.) Duplicate template_blog.php (giving the duplicate a new name), open it up and change this:
/* Template Name: Blog Overview */ if($k_option['blog']['headline']) $k_option['custom']['headlineContent'] = "<h2>".$k_option['blog']['headline']."</h2>";to this:
/* Template Name: Blog 2 Overview */ $k_option['custom']['headlineContent'] = "<h2>"YOUR TITLE HERE</h2>";Replace YOUR TITLE HERE with the title you want to display. You'll probably want to edit the query string to show only the categories you want to show.
Posted 2 years ago #
Reply
You must log in to post.














