Forum Replies Created

Viewing 7 replies - 211 through 217 (of 217 total)
  • Forum: Themes and Templates
    In reply to: global font?
    Thread Starter brianbonner

    (@brianbonner)

    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.

    Thread Starter brianbonner

    (@brianbonner)

    This worked thanks! I think that was from the help files. I don’t think they apply to the new version

    Thread Starter brianbonner

    (@brianbonner)

    I don’t have anything like that in my theme, or main directory

    Thread Starter brianbonner

    (@brianbonner)

    That 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 posts
    Thread Starter brianbonner

    (@brianbonner)

    That 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 posts
    Thread Starter brianbonner

    (@brianbonner)

    Ok 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 posts
    Thread Starter brianbonner

    (@brianbonner)

    I cannot figure out what code is on use in the plug in, nor what I am allowed to change.

Viewing 7 replies - 211 through 217 (of 217 total)