Forum Replies Created

Viewing 7 replies - 16 through 22 (of 22 total)
  • Thread Starter salem80

    (@salem80)

    Hi Ipstenu thanks for replay
    Currently I have no access to httpd.conf File because of hosting limits
    And I’m not setting mod_rewrite on now but I will .
    about allowoverride set to ALL I read in Cpanel doc that I can use httpd.conf script on .htaccess but I don’t know how exactly that work with allowoverride ALL

    ^^ Could you Tell me how you fix that because I have same problem To Install Word press network in subdomain .
    I done Every Step In WordPress Guide and no luck !

    Forum: Plugins
    In reply to: Best Key word Plugns
    Thread Starter salem80

    (@salem80)

    No one have any idea
    its; simple question how to make header.php (in template) interactive
    with post contented
    Should I have to put the loop in header file to see post contents and generate keyword for it
    or use Post custom Value .. and look for it in header.php
    here what I taking about
    <meta name="description" content="My Description Here " />
    <meta name="keywords" content="Kyeword1,keyowrd2.etc" />

    this is example of slide show script

    <?php $my_query = new WP_Query('category_name=featured');$o=0;$si=1;
    while ($my_query->have_posts() ) : $my_query->the_post(); ?>
    <li id="slide-<?php echo $o++; ?>" >
    <a href="<?php the_permalink() ?>" ><img src="<?php $values = get_post_custom_values('banner'); echo $values[0]; ?>" alt='<?php the_title(); ?> ' /></a>
    <br/>
    <h2> <a href="<?php the_permalink() ?>"> <?php the_title(); ?> </a></h2>
    </li>
    <?php $si++; endwhile;$si2=1; ?>

    .

    Thread Starter salem80

    (@salem80)

    OK kill him now
    i figure out that i done mistake on .htaccess
    but now every thing is fine
    this is the right contents of .htaccess file of course you can add more

    order allow,deny
    deny from 95.27.105.37
    deny from 95.27.25.251
    deny from 74.12.42.39
    deny from 77.244.212.231
    deny from 93.100.116.104
    deny from 173.234.116.132
    deny from 173.234.153.95
    allow from all

    Any way WP-Ban plugin was useless for me

    Just add comment to the function do disable it …thats what i do

    /*
    automatic_feed_links();
    
     if ( function_exists('register_sidebar') ) {
    	register_sidebar(array(
    		'before_widget' => '<li id="%1$s" class="widget %2$s">',
    		'after_widget' => '</li>',
    		'before_title' => '<h2 class="widgettitle">',
    		'after_title' => '</h2>',
    	));
    } */

    in the file functions.php on your theme directory

    Thread Starter salem80

    (@salem80)

    Thanks James (MacManX) ÷ Solve it now ..
    it’s looks like one of the files was corrupted ..

    Thread Starter salem80

    (@salem80)

    I’ll do that
    but there is something weired happened while i transfer files to the server for first time
    FileZilla ask me to replace files thats already exist .how could that happened if the folder i upload on it in the server are empty !!

Viewing 7 replies - 16 through 22 (of 22 total)