junem0
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to link “read full article” link to the post with the article?THanks Esmi,
Found it. Still working on linking to a post though.
Forum: Fixing WordPress
In reply to: Customising Read MoreSince 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.Forum: Fixing WordPress
In reply to: [Plugin: Sociable] How to Center with cssHi,
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
THanksForum: Plugins
In reply to: Contact Form 7 conflicts with superfish/jquery. Need Help.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,
Forum: Fixing WordPress
In reply to: Deleted a category and added new,now the link with nav is brokenTHanks 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”><html xmlns=”http://www.w3.org/1999/xhtml” 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”>
<li class=”bk1″>Category 1
<li class=”bk2″>/?cat=2″>Category 2
<li class=”bk3″>/?cat=3″>Category 3
<li class=”bk4″>/?cat=4″>Category 4
<li class=”bk5″>/?cat=5″>Category 5
<li class=”bk6″>/?cat=6″>Category 6
<li class=”bk7″>/?cat=7″>Category 7</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 } ?>