brianbonner
Forum Replies Created
-
Forum: Themes and Templates
In reply to: global font?No matter what I try I cannot change the fonts in the posts.
This was my last attempt
//
.storyContent ul li {
font-size: 150%;
list-style-type: disc;
margin-left: 10px;
padding-left: 5px;
color: #222;
background: #eee;}
//No matter what I put in here it does not change a thing. No matter what I put in the index for the font using the <h1>,</h1> It just doesn’t change. something is over writing what I want it to do.
The same thing in my header. even though <h3> says center it justifies left. I am really getting frustrated figuring out how this code is suppossed to work. I have tried everything that makes sense.
Forum: Themes and Templates
In reply to: Changing popup comment window sizeThis worked thanks! I think that was from the help files. I don’t think they apply to the new version
Forum: Themes and Templates
In reply to: Changing font for postI don’t have anything like that in my theme, or main directory
Forum: Themes and Templates
In reply to: Changing popup comment window sizeThat didn’t work at all. It cause a parse error. so far the best window was achieved removing all arguments from the parenthesis ()
Forum: Plugins
In reply to: recent postsThat causes the url to be displayed. I need a link to the permalink with the post title. I really messed up this page
Forum: Plugins
In reply to: recent postsOk I think I am calling to this code?
function c2c_get_recent_posts ($num_posts = 5,
$format = ”- %post_date%: %post_URL%
“,
$categories = ”, // space separated list of category IDs — leave empty to get all
$orderby = ‘date’,
$order = ‘DESC’, // either ‘ASC’ (ascending) or ‘DESC’ (descending)
$offset = 0, // number of posts to skip
$date_format = ‘m/d/Y’, // Date format, php-style, if different from blog’s date-format setting
$authors = ”, // space separated list of author IDs — leave empty to get all
$include_passworded_posts = false)
{What can I change. when I delete the %date% I get an error. I wish I had the authors email. Sorry folks I am bran new at this code.
Forum: Plugins
In reply to: recent postsI cannot figure out what code is on use in the plug in, nor what I am allowed to change.