Eduos
Eduos is a 2 columns HTML5/CSS3 Responsive WordPress theme by MagPress.com. This WordPress template has featured slider, featured categories, Adsense ready, etc.
Tags: Adsense Ready, CSS3, Custom Header, Custom Menu, Featured Content, Fixed Width, Full Width Template, HTML5, Responsive, Right Sidebar, Sidebar Footer, Tabber, Theme Options, Threaded Comments, Two Columns, White, Widget Ready
awesome theme
How can I make the featured images clickable on the front page?
open index.php and edit line 24
[php]<?php echo get_featured_post_image("<div class=’post-thumb in-archive’>", "</div>", 350, 200, "alignleft", "medium", ‘image-‘.get_the_ID() ,get_the_title(), false); ?> [/php]
to
[php]<?php $thepostlink = ‘<a href="’. get_permalink() . ‘" title="’ . get_the_title() . ‘">’; echo get_featured_post_image("<div class=’post-thumb in-archive’>".$thepostlink, "</a></div>", 350, 200, "alignleft", "medium", ‘image-‘.get_the_ID() ,get_the_title(), false); ?> ), false); ?>[/php]
Weird, I edited the code to the second one, looks like nothing changed after editing the line.
did you clear the cache? its working in my end tho.
Yes, I tried clearing my cache, still the featured images aren’t clickable.
are you using template-blog.php via page template? might need to edit that too.
My homepage is linked to a category of posts. Would that make any difference?
try copy paste index.php in the same path and rename it to archive.php
make sure the previous edit also apply.
How can I change the color of the hover links? like as default, all posts title hover are orange. I would like to change it to blue. Any idea?
try add this to style.css
#post-entry h1.post-title a:hover { color:#0000ff !important; }
I added that but it seems it made it so the post title color is orange with or without hovering.
How can I delete the responsiveness functionality from the theme?
open style.css go to most bottom delete all code starting from //mobile css