Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)
  • Forum: Fixing WordPress
    In reply to: Blank posts page
    Thread Starter Tim69

    (@tim69)

    I finally worked it out. I had an index.php file in the child folder for some reason (I’m guessing I copied it in there by mistake). I didn’t list this is my posts above which you may have pointed out. Anyway once I deleted this file everything is working fine now. Thanks for all your help. All resolved, cheers.

    Forum: Fixing WordPress
    In reply to: Blank posts page
    Thread Starter Tim69

    (@tim69)

    OK I had a look around

    error_log for child theme
    There are no recent reported errors from within the last month. The last reported errors are memory exhuasted errors from a plugin not related to my blog/posts. I increased my server memory allocation awhile ago.

    error log on root
    displays only one error from January
    PHP Fatal error: Call to undefined function get_header() in child theme
    404.php on line 10

    error log in plugin folder
    I can’t see a error_log there??

    Forum: Fixing WordPress
    In reply to: Blank posts page
    Thread Starter Tim69

    (@tim69)

    Hi v.late reply but I was away on holidays.

    Yes with the Twenty Eleven parent theme activated and nothing else changed, the post page appears.

    I am using the latest version of WP 3.9.2

    I am an assortment of child theme files
    – content, functions, footer, index, instrument hooks, sidebar, sidebar page, single, style

    I tried deleting these php child files one by one but it made no difference.

    Could there be a problem in the database somewhere?

    Thanks for you help

    Forum: Fixing WordPress
    In reply to: Blank posts page
    Thread Starter Tim69

    (@tim69)

    Great thanks for your help. I couldn’t find the error log but I managed to turn on wp_debug and I got the following errors on my posts page. Are there any errors here that could be causing it?

    Notice: get_settings is deprecated since version 2.1! Use get_option() instead. in /wp-includes/functions.php on line 3078

    Notice: get_settings is deprecated since version 2.1! Use get_option() instead. in /wp-includes/functions.php on line 3078

    Notice: register_sidebar_widget is deprecated since version 2.8! Use wp_register_sidebar_widget() instead. in /wp-includes/functions.php on line 3078

    Notice: register_widget_control is deprecated since version 2.8! Use wp_register_widget_control() instead. in /wp-includes/functions.php on line 3078

    Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /wp-includes/functions.php:3078) in /wp-content/plugins/event-espresso/espresso.php on line 55

    Notice: wpdb::escape is deprecated since version 3.6! Use wpdb::prepare() or esc_sql() instead. in /wp-includes/functions.php on line 3078

    Notice: Undefined index: action in /wp-content/plugins/flexi-quote-rotator/flexi-quote-rotator.php on line 41

    Notice: Undefined index: addQuote in /wp-content/plugins/flexi-quote-rotator/flexi-quote-rotator.php on line 46

    Notice: Undefined index: editQuote in /plugins/flexi-quote-rotator/flexi-quote-rotator.php on line 51

    Thread Starter Tim69

    (@tim69)

    Hi thanks for the reply.

    how do I get that custom header in 2011?

    do you have any links/tutorials on how I get this working, cheers?

    Thread Starter Tim69

    (@tim69)

    here is a link to the 2013 theme if you need to have a look
    https://twentythirteendemo.wordpress.com/

    Thread Starter Tim69

    (@tim69)

    that works, thanks for your help, cheers

    Thread Starter Tim69

    (@tim69)

    Hi thanks for the reply.

    Unfortunatly that setting effects the number of posts displayed on the post page as well. I would like to independantly alter the number of posts displayed in the showcase list. Is this possible? I thought there might be some way to limit this in the template?

    Thread Starter Tim69

    (@tim69)

    anyone?

    Thread Starter Tim69

    (@tim69)

    solved this one. Just inserted <?php get_sidebar(); ?> above <?php get_footer(); ?> in the showcase template (showcase.php). For some reason I tried this the other day and it didnt work. Must have pasted the sidebar below footer.

    Thread Starter Tim69

    (@tim69)

    excellent it works. Thought it might have something to do with z-index but didnt know where to start. cheers

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