Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter todabeat

    (@todabeat)

    ok, i found where it goes, but i dont know how to code it. becuase i dont know how to aligh it. If i add link they will appear either below the image or above, and the image is set a background. So what can i do?

    Thread Starter todabeat

    (@todabeat)

    yeah, i mean, on most of my post i use tag like <img and what not. i know a good amount of html, but once you use the editor. it gets wierd on you sometimes. oh well, thanks a lot.

    Thread Starter todabeat

    (@todabeat)

    yeah, you wanna know what it was.. It real crazy, becuase this last post i just added ‘Gnarls Barkley’ was set to private, so i deleted it and re-posted it and the side bar went back up.

    I was wondering if you dont use the editor what do you use?

    Thread Starter todabeat

    (@todabeat)

    oh i do know where the CSS is at, what i meant is that i cant find the error of why the side bar ia at the bottom

    wow, i never knew about that site. Question.. So on most of them it says that i need the ‘alt’ thing, but i use the wordpress image button. Shouldnt wordpres take care of that? Well whatever. Plus almost all erros are thing that are on the type screen on the WYSIWYG screen thing. damn it a lot of thing that need to be fixed.

    Thread Starter todabeat

    (@todabeat)

    nobody up for the challenge?

    Forum: Plugins
    In reply to: Show Some post
    Thread Starter todabeat

    (@todabeat)

    got it. thanks

    Forum: Fixing WordPress
    In reply to: Question
    Thread Starter todabeat

    (@todabeat)

    am i explaining myself?

    Forum: Fixing WordPress
    In reply to: Question
    Thread Starter todabeat

    (@todabeat)

    but i mean, is there a way to just create a page or a blog and leave them floating around. So if i publish a blog it won’t appear on the news page?

    Forum: Fixing WordPress
    In reply to: Question
    Thread Starter todabeat

    (@todabeat)

    What excatly are we looking for?
    ……………………………………………………
    <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN” “https://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd”&gt;
    <?php require_once get_template_directory().”/BX_functions.php”; ?>
    <html xmlns=”https://www.w3.org/1999/xhtml&#8221; xml:lang=”en” lang=”en”>
    <head>
    <title><?php bloginfo(‘name’); wp_title(); ?></title>
    <meta http-equiv=”Content-Type” content=”<?php bloginfo(‘charset’); ?>” />
    <meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” />
    <link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”screen, projection” />
    <link rel=”alternate” type=”application/rss+xml” title=”RSS 2.0″ href=”<?php bloginfo(‘rss2_url’); ?>” />
    <link rel=”alternate” type=”text/xml” title=”RSS .92″ href=”<?php bloginfo(‘rss_url’); ?>” />
    <link rel=”alternate” type=”application/atom+xml” title=”Atom 0.3″ href=”<?php bloginfo(‘atom_url’); ?>” />
    <link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
    <?php /*comments_popup_script(520, 550);*/ ?>
    <?php wp_head();?>
    </head>

    <body>
    <div id=”container”<?php if (is_page() && !is_page(“archives”)) echo ” class=\”singlecol\””; ?>>
    <div id=”bloginfo”>“><?php bloginfo(‘name’); ?> | <?php bloginfo(‘description’); ?></div>
    <!– header …………………………… –>
    <div id=”header”>
    <!– <h1>“><?php bloginfo(‘description’); ?></h1>–>
    </div>
    <!– /header –>

    <!– navigation …………………………… –>
    <div id=”navigation”>

    <form action=”<?php echo $_SERVER[‘PHP_SELF’]; ?>” method=”get”>
    <fieldset>
    <input value=”<?php echo wp_specialchars($s, 1); ?>” name=”s” id=”s” />
    <input type=”submit” value=”Go!” id=”searchbutton” name=”searchbutton” />
    </fieldset>
    </form>

      <li<?php if (is_home()) echo ” class=\”selected\””; ?>>“>Home
      <?php
      $pages = BX_get_pages();
      if ($pages) {
      foreach ($pages as $page) {
      $page_id = $page->ID;
      $page_title = $page->post_title;
      $page_name = $page->post_name;
      if ($page_name == “archives”) {
      (is_page($page_id) || is_archive() || is_search() || is_single())?$selected = ‘ class=”selected”‘:$selected=”;
      echo “<li”.$selected.”>Archives\n”;
      }
      elseif($page_name == “about”) {
      (is_page($page_id))?$selected = ‘ class=”selected”‘:$selected=”;
      echo “<li”.$selected.”>About\n”;
      }
      elseif ($page_name == “contact”) {
      (is_page($page_id))?$selected = ‘ class=”selected”‘:$selected=”;
      echo “<li”.$selected.”>Contact\n”;
      }
      elseif ($page_name == “about_short”) {/*ignore*/}
      else {
      (is_page($page_id))?$selected = ‘ class=”selected”‘:$selected=”;
      echo “<li”.$selected.”>$page_title\n”;
      }
      }
      }
      ?>

    </div><!– /navigation –>

    <hr class=”low” />

Viewing 9 replies - 1 through 9 (of 9 total)