tojulius
Forum Replies Created
-
Forum: Plugins
In reply to: wp-print problemcheers mate, nice and easy….i’ll tell gamerz!
thanx
Forum: Fixing WordPress
In reply to: change link color in pagesnevermind solved the problem
Forum: Fixing WordPress
In reply to: change link color in pagesactually i found where to change the link color, but while it changes the hover color it still does not change the color of the link itself.
the stylesheet appears as
a {
color: #666;
}a img {
border: none;
}#content a img {
border: 1px solid #333;
padding: 4px;
margin: 2px;
}a:visited {
color: #444;
}a:hover {
color: #009;
}Forum: Plugins
In reply to: wp-print problemactually i followed the procedure on the readme file, as i am not using permalink i put
// Open wp-content/themes/<YOUR THEME NAME>/index.php
// Note: If you ARE NOT using nice permalink url
Find:
——————————————————————
<?php while (have_posts()) : the_post(); ?>
——————————————————————
Add Below It:
——————————————————————
“>Print This ArticleThat is what i did. The print this article link is showed on either pages or posts but only when i click it on posts i got redirected on the post to print, while when i try to prin a page I got an error message saying ” no post matches your criteria”.
Gamerz told me it does not work with pages, now if you have another way to make it work, please explain me!
thanx
Forum: Plugins
In reply to: wp-print problemI am not linkin it actually and i think it might mìbe the problem.
Actually i contacted gamerz and he said it is not developed for pages but only for posts.
So if you can tell me how to do it would be beautiful.
Thanks
Julius