Forum Replies Created

Viewing 5 replies - 16 through 20 (of 20 total)
  • Thread Starter junem0

    (@junem0)

    THanks Esmi,

    Found it. Still working on linking to a post though.

    Thread Starter junem0

    (@junem0)

    Since it’s about a single post I checked the post template which has this:

    <p><?php the_content(‘<p class=”serif”>Read the rest of this entry »</p>’); ?>

    Following the WP codex I also checked the index.php which had this:

    <p><?php the_content(‘Continue Reading…”FALSE”); ?>

    I added the FALSE here. So I think it should work but it doesn’t…
    When I put the <!– more –> tag in the post I see ‘continue reading…’
    What’s between () in the single post php means something else. Maybe it’s because of the theme I use? The comment link doesn’t work eihter when I click on the link to add one. It only works on preview posts b4 published.

    junem0

    (@junem0)

    Hi,

    I activated sociable but nothing shows up on published posts.Only on previews and then there is so much space between the icons I just switched sociable off. How can I solve this?
    I had so far just used the Sociabls style sheet.
    I copied your bit here and pasted in my theme style sheet. Still nothing whows up.
    Am I doing something wrong?
    Here’s my site http://www.music.junemoris.com
    THanks

    junem0

    (@junem0)

    Hey about Cforms.
    I put one up but when I test it and submit it leaves an endless
    “one moment please” message. The info is also not submitted.
    I thought his was maybe because I put he form in the page template so then I placed the same one in the page post.
    There were 2 now one in the template and one in the post. The info got submitted and I got a confirmatione message but I don’t want 2 boxes on one page.
    Any Idea why the info doesn’t get sent using just one box?

    Cheers,

    Thread Starter junem0

    (@junem0)

    THanks for the plugin. I checked the header but can’t find what I should change,here is the header.php.

    <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN”
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”&gt;

    <html xmlns=”http://www.w3.org/1999/xhtml&#8221; xml:lang=”en” lang=”en”>
    <head>
    <meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″/>

    <title><?php
    $replacethese = array(‘[‘,’]’);
    $replacewith = array(‘ ‘,’ ‘);
    echo str_replace($replacethese, $replacewith, get_bloginfo(‘title’)); ?>

    <?php if ( !(is_404()) && (is_single()) or (is_page()) or (is_archive()) ) { ?> » <?php wp_title(”); ?><?php } ?></title>

    <meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” />
    <meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />
    <link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”screen” />
    <link rel=”alternate” type=”application/rss+xml” title=”<?php bloginfo(‘name’); ?> RSS Feed” href=”<?php bloginfo(‘rss2_url’); ?>” />
    <link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
    <?php wp_head(); ?>

    <?php $url = get_stylesheet_directory_uri()?>
    <link rel=”stylesheet” type=”text/css” media=”screen” href=”<?php echo $url; ?>/imagemenu/imageMenu.css”>
    <script type=”text/javascript” src=”<?php echo $url; ?>/imagemenu/mootools.js”></script>
    <script type=”text/javascript” src=”<?php echo $url; ?>/imagemenu/imageMenu.js”></script>

    </head>

    <body>

    <div id=”wrapper”>

    <div id=”welcomeheading”>
    <h1>/”>

    <?php $replacethese = array(‘[‘,’]’);
    $replacewith = array(‘<span id=”middleword”>’,'</span>’);
    echo str_replace($replacethese, $replacewith, get_bloginfo(‘title’)); ?>
    </h1>

    </div>
    <div class=”description”><?php bloginfo(‘description’); ?></div>
    <?php if( (is_home()) or (is_category())) { ?>

    <div id=”imageMenu”>

    </div>

    <script type=”text/javascript”>

    window.addEvent(‘domready’, function(){
    var myMenu = new ImageMenu($$(‘#imageMenu a’),{openWidth:310, border:2, onOpen:function(e,i){location=(e);}});
    });
    </script>

    <?php } ?>

Viewing 5 replies - 16 through 20 (of 20 total)