Forum Replies Created

Viewing 9 replies - 76 through 84 (of 84 total)
  • Forum: Fixing WordPress
    In reply to: help, 404 error
    Thread Starter David Chandra Purnama

    (@turtlepod)

    i try to copy the zenlite 404.php code to other theme (arjunax) but it only show diffrent content of 404 page, but not the page title.

    the page title is still the same.

    Forum: Fixing WordPress
    In reply to: help, 404 error
    Thread Starter David Chandra Purnama

    (@turtlepod)

    wow, i just realize that you’re the one write eshop plugin and zenlite theme.

    WOW!
    nice to meet you..

    i try using zenlite
    and 404.php code is:

    <?php ob_start(); ?>
    <?php header("HTTP/1.1 404 Not Found"); ?>
    <?php header("Status: 404 Not Found"); ?>
    <?php get_header(); ?>
    
    <div id="content">
    <div <?php post_class('page'); ?>>
    <h2 class="post-title">Page Not Found</h2>
    
    <p>Uh oh! I can't seem to find the file you asked for.</p>
    
    <p>Perhaps you:</p>
    
    <ul>
    <li>tried to access a post or archive which has been removed</li>
    <li>followed a bad link</li>
    <li>mis-typed something</li>
    </ul>
    
    <p>Try using the main navigation menu to find what you're looking for.</p>
    
    <p>Or you may just wish to return to the <a href="<?php bloginfo('url'); ?>/">Home page</a>.</p>
    
    </div>
    
    <?php get_footer(); ?>

    and the title show: Blog Title – Page not found!
    i still don’t get it….

    argh…
    i tried dozens of theme..
    and still can’t find the solution.

    Forum: Fixing WordPress
    In reply to: help, 404 error
    Thread Starter David Chandra Purnama

    (@turtlepod)

    esmi, please help….
    please give me example of the code to put to my theme 404.php so i can get result like this:

    Search Word – Blog Title

    i am really not very good with the code

    i’m using arjuna x themes
    and the 404.php content is:

    <?php get_header(); ?>
    
    <div class="contentArea">
    	<h3 class="contentHeader"><?php _e('Error 404 - Not Found', 'Arjuna'); ?></h3>
      <p><?php _e('Sorry, but you are looking for something that isn\'t here. ', 'Eos'); ?></p>
    </div>
    
    <?php get_sidebar(); ?>
    
    <?php get_footer(); ?>

    and the result is :
    Page not found – Blog Title

    thx

    Forum: Fixing WordPress
    In reply to: help, 404 error
    Thread Starter David Chandra Purnama

    (@turtlepod)

    Thank you esmi, i already read it, but i cannot find where the word ‘Page not found’ to edit in my 404.php in themes folder. the code of my 404.php is < ? p h p g e t _ h e a d e r
    ( ) ; ? >
    < d i v
    i d = ” c o n t e n t “
    c l a s s = ” n a r r o wc o l umn ” >
    < h 2
    c l a s s = ” c e n t e r ” > E r r o r
    4 0 4 – N o t F o u n d < / h 2 >
    < / d i v >
    < ? p h p g e t _ s i d e b a r
    ( ) ; ? >
    < ? p h p g e t _ f o o t e r
    ( ) ; ? >

    Forum: Fixing WordPress
    In reply to: help, 404 error
    Thread Starter David Chandra Purnama

    (@turtlepod)

    and sorry for my english,
    i’m not so fluent.

    🙂

    Thread Starter David Chandra Purnama

    (@turtlepod)

    thx geezer,

    well, nothing is wrong with the post.
    i tried to copy it to my wordpress.com blog, and it shows.

    maybe it’s the problem with my hosting configuration, any idea?

    and it’s not the installation, i copy and paste it to my other blog using WordPress MU + Buddypress, and it also not showing.

    Thread Starter David Chandra Purnama

    (@turtlepod)

    so, what should i do?
    i tried to copy and paste the code to index.php in my root.
    but nothing happened.

    i also tried to copy and paste my page content to a post instead a page, it is also not showing.

    Thread Starter David Chandra Purnama

    (@turtlepod)

    i tried to copy all content to my other blog, and the same thing happened.

    is there a word/code restriction in wordpress page?

    and yes, the characters list is okay, because i use page break.

    is the issue happens because the page is too long?

    i try to use other themes, and disable plugins, but it s not working.

    and, i use hostgator, the php limit is 64mb, i don’t think that’s the issue.

    thx before.

    Thread Starter David Chandra Purnama

    (@turtlepod)

    sorry for the typo

Viewing 9 replies - 76 through 84 (of 84 total)