Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)
  • Thread Starter jambab13

    (@jambab13)

    the ad I mean is the one on the left, just so you know.

    Thread Starter jambab13

    (@jambab13)

    Bump, i need an answer on how to fix, i know you told me to re-add the footer but how, re-installing? add a bit of code? what? please guys…its urgent.

    Thread Starter jambab13

    (@jambab13)

    How do i do that? lol

    re-uploading theme maybe?

    Forum: Fixing WordPress
    In reply to: Tubepress problem
    Thread Starter jambab13

    (@jambab13)

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress

    Thats my .htaccess file, i tried putting the

    php_value memory_limit 64M

    just inside the </ifmodule> but it just gave a 500 internal error, did i put it in the right place?

    Also i have found out that its not my host because i host other blogs and it worked on them.

    Thread Starter jambab13

    (@jambab13)

    Will it change the article pages i already have or not?

    Thread Starter jambab13

    (@jambab13)

    well i did what u said, and it came up with error so i had to undo it, i cant afford to have errors

    Forum: Plugins
    In reply to: Error with WP-LinkDirectory
    Thread Starter jambab13

    (@jambab13)

    More info:

    The two plugins it states in there are All In One SEO Plugin, and WP-LinkDirectory

    i tried disabling the All in one SEO Plugin but then it shows up with this error:

    Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home/jamlux/public_html/wp-content/themes/glossyblue-1-4/header.php:5) in /home/jamlux/public_html/wp-content/plugins/wordpress-link-directory/securimage.php on line 422

    Thread Starter jambab13

    (@jambab13)

    oh, no worries, it has suddenly disappeared now, i dont know what i did but its disappeared.

    thanks for your help πŸ™‚

    Thread Starter jambab13

    (@jambab13)

    this is what is in my functions.php

    <?php

    // Widget Settings

    if ( function_exists(‘register_sidebar’) )
    register_sidebar(array(
    ‘name’ => ‘Sidebar’,
    ‘before_widget’ => ‘<div id=”%1$s” class=”sidebarbox”>’,
    ‘after_widget’ => ‘</div>’,
    ‘before_title’ => ‘<h3>’,
    ‘after_title’ => ‘</h3>’,
    ));

    function widget_webdemar_search() {
    ?>
    <div class=”sidebarbox”>
    <h3>Search</h3>
    <div class=”searchform”>
    <form method=”get” action=”<?php echo htmlspecialchars($_SERVER[‘PHP_SELF’]); ?>”>
    <input type=”text” name=”s” id=”search” />
    <input type=”hidden” id=”search-submit” value=”Search” />
    </form>
    </div>
    </div>

    <?php
    }

    if ( function_exists(‘register_sidebar_widget’) )
    register_sidebar_widget(__(‘Search’), ‘widget_webdemar_search’);

    ?>

    Thread Starter jambab13

    (@jambab13)

    i cant see anything when i look at functions.php

    Thread Starter jambab13

    (@jambab13)

    between <title> and </title> i had

    <?php if ( is_home() ) { ?><?php bloginfo(‘description’); ?> | <? bloginfo(‘name’); ?><?php } ?>
    <?php if ( is_search() ) { ?><?php echo $s; ?> | <? bloginfo(‘name’); ?><?php } ?>
    <?php if ( is_single() ) { ?><?php wp_title(”); ?> | <? bloginfo(‘name’); ?><?php } ?>
    <?php if ( is_page() ) { ?><?php wp_title(”); ?> | <? bloginfo(‘name’); ?><?php } ?>
    <?php if ( is_category() ) { ?>Archive <?php single_cat_title(); ?> | <? bloginfo(‘name’); ?><?php } ?>
    <?php if ( is_month() ) { ?>Archive <?php the_time(‘F’); ?> | <? bloginfo(‘name’); ?><?php } ?>
    <?php if ( is_tag() ) { ?><?php single_tag_title();?> | <? bloginfo(‘name’); ?><?php } ?>

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