celiakyle
Forum Replies Created
-
I’ve got a user who’s stats are reporting no hits beginning yesterday (9/22) until now (9/23). Anyone else having the same problem? Is everything down again? It says it’s working, but no stats are showing.
Thanks!
Celia
Has anyone successfully used this? I tried using the code above and inserting the post_image code and for some reason, only one post pops up even though I’ve got 24 typed in place of the author’s 6 Any help?
Ce
Forum: Themes and Templates
In reply to: Modifying a theme (desert theme)To change the “Suche” to “Search”, find this code within your sidebar.php file:
<h2><?php _e('Suche');?></h2>
And change the Suche to Search.
To change the brown in the post title to purple, find this code in your css file:
h3 { height: 14px; background:#C7BAA7; background-repeat: no-repeat; background-image:url(images/h2_sidebar.gif); margin-top: 0; width:100%; font-size:larger; font-family: Verdana, Arial, Tahoma; text-transform: capitalize; color: #552704; font-size: 1em; } h3 a:link, h3 a:hover, h3 a:visited { border-bottom: none; font-size: 100%; color: #552704; padding: 2px 2px 2px 2px; height: 16px; vertical-align: bottom; padding-left: 16px; background-image: url(images/document.gif); background-repeat: no-repeat; background-position: center left ; }
And change the “color: #552704;” to the hex code for the color you’d like to use.
For the post information and sidebar title colors, you need to change the color information in this portion of the css file:
h2, h2 a:link, h2 a:hover, h2 a:active, h2 a:visited { font: 95% Verdana, Arial, Tahoma; letter-spacing: 0.2em; margin: 15px 0 2px 0; padding-bottom: 2px; padding: 2px 2px 2px 2px; font-family: Verdana, Arial, Tahoma; text-transform: capitalize; color: #552704; font-size: .90em; background-color: #D1C7B4; }
Hope that helps!
Celia
Forum: Developing with WordPress
In reply to: WordPress as CMS for root with blog at /blogI use the following plugin to accomplish what you’re describing:
It does exactly what you’re describing without the need for a secondary install. I’ve utilized the plugin on several websites without a problem.
Celia