Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • hello
    go look into you searchform.php or search.php

    Thread Starter kosaidpo

    (@kosaidpo)

    sorry guys for the double reply but i dont see any edit button

    hello guys i guess evything is in the title i made an effort and searchedthe codex and stuff and end up with this but its not workin at all (moslt cus i dont kno really how wp works behind the seen)

    function open_old_cmmt_status(){
    global $wpdb ;
    $post = get_post( the_ID() );
     if( !comments_open() ) {
        if( in_category( 1 ,$post) ){
         $wpdb->query(" UPDATE $wpdb->posts SET comment_status=open ") ;
        }
      }
    }
    add_filter( "comments_open", "open_old_cmmt_status" ) ;

    well seen the result of this code it turn out the hole site unvailable so i just feels like posting so you can guys correct me and guid me and
    thanks guys in advance

    Thread Starter kosaidpo

    (@kosaidpo)

    hii tnx for replying

    yeh but as i said i’ve tried smaller images and they didnt show up at all
    : (

    Thread Starter kosaidpo

    (@kosaidpo)

    thats really cool

    a big tnx dude

    Forum: Themes and Templates
    In reply to: themin problem
    Thread Starter kosaidpo

    (@kosaidpo)

    good point ill do it next i solved it already a closed div tag was missed

    tnx dude for your help

    Forum: Fixing WordPress
    In reply to: rss trouble
    Thread Starter kosaidpo

    (@kosaidpo)

    i’ve done some manipulation to the title for optimazition seo
    but now i changed it to the default and it still not workin from my feedburner account and it gives me the error “loadin failed ” but it works from my site
    is it normal to have the pluggin desactivated n my feed still works??
    and here’s my header.php cus i have no idea wht i have to touch
    and tnx for ur help a lot ??

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
        "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    
    <html xmlns="https://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
    
    <head>
    <title><?php wp_title('&laquo;', true, 'right'); ?><?php bloginfo('name'); ?></title>
    <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" />
    <?php global $lw_layout_settings; if($lw_layout_settings == "Wider") : ?>
    <link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/wider.css" type="text/css" />
    <?php else: ?>
    <link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/original.css" type="text/css" />
    <?php endif; ?>
    <link rel="shortcut icon" href="<?php bloginfo('url'); ?>/favicon.ico" />
    <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 1.0" href="<?php bloginfo('atom_url'); ?>" />
    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
    <?php wp_enqueue_script('jquery'); ?>
    <?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?>
    <?php wp_head(); ?>
    
    </head>
    
    <body>
    <div id="wrapper">
    <?php lw_header_image(); ?>
    <div id="header">
    <?php lw_rss_feed(); ?>
    
    <div id="top_bar">
    <ul id="front_menu"<?php echo lw_expmenu(); ?>>
    <?php echo lw_homebtn(__('Home','lightword')); ?>
    <?php echo lw_wp_list_pages();  ?>
    </ul>
    <?php echo lw_searchbox(); ?>
    </div>
    
    </div>
    <div id="content">

    Forum: Fixing WordPress
    In reply to: rss trouble
    Thread Starter kosaidpo

    (@kosaidpo)

    thnaks ??
    now my rss works even i desactivate feedburner feedsmith plugin but i have another problem from my feedburner account i cant see my feed page it gives me this

    Erreur d’analyse XML : instruction de traitement XML ou texte pas au début d’une entité externe
    Emplacement : https://feeds.feedburner.com/fe1
    Numéro de ligne 2, Colonne 1 :<?xml version=”1.0″ encoding=”UTF-8″?><!– generator=”WordPress/2.8.6″ –>
    ^

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