Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • I guess there’s no further info on the possibility of a global search for tablepress tables –
    6digitoak.com is a website to enable aircraft techs quickly find a specific reference -the catch is you need to know an approximate idea of what table to look in. We all know the ATA numbers for the different systems -but sometimes you’re not sure what system a specific task is in and I have tablepress set up per individual ATAs -the search for each ATA is great – each ATA is it’s own table -but would love the ability to search all tables on the website at once … maybe in the future there is a possibility for this sort of a feature!! Thanks for the great plugin

    ibdunn

    (@ibdunn)

    I have the same problem … I have a widget setup that does a great job of displaying the upcoming event but it goes to page not found – also even in the events calendar I can see the list with description/excerpt and clicking for more still goes to page not found …very frustrating

    Thread Starter ibdunn

    (@ibdunn)

    here’s one of my templates that doesn’t show up – -seems right to me – –

    <?php
    /*
    Template Name: sideless2 template
    */
    ?>
    <?php

    // Make sure that people are signed in when they view this page
    auth_redirect();
    ?>

    <?php get_header();?>

    <div id=”content4″>
    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>

    <div class=”post” id=”post-<?php the_ID(); ?>”>

    <div class=”meta”>

    </div>
    <div class=”entry”>
    <?php the_content(__(‘Continue Reading »’)); ?>
    <?php wp_link_pages(); ?>
    <p class=”post-tags”>
    <?php if (function_exists(‘the_tags’)) the_tags(‘Tags: ‘, ‘, ‘, ‘
    ‘); ?>
    </p>
    </div>

    </div>
    <?php endwhile; else: ?>

    <p>
    <?php _e(‘Sorry, no posts matched your criteria.’); ?>
    </p>

    <?php endif; ?>

    <p align=”center”>
    <?php posts_nav_link(‘ – ‘,’« Prev’,’Next »’) ?>
    </p>
    </div>
    <!– <?php if(function_exists(‘wp_print’)) { print_link(); } ?> –>
    <div id=”widecolumn3″ >

    </div>
    <?php get_footer();?>

    Thread Starter ibdunn

    (@ibdunn)

    This is not the problem – -I have the correct codes on the top of my template files–again all these were working before upgrading from 2.5 to 2.7 and now 2.8 – – works find in my local version of 2.5

    I have all the right template code as well and was working in 2.5 and the local version of 2.5 works just fine–seems no one is able to answer this issue – -real bummer because it is a major issue for me!!

    I am having the same issue ever since I upgraded from wordpress 2.5 to 2.7 and now 2.8.4 — when I go to write a page I don’t have a dropdown to select the page template – -this worked before I upgraded to 2.7 … I see no option for selecting any of my valid template files …

    I have 2.5 installed on local server with mamp –put themes in normal directory wp-content/themes themes don’t show up at all –unresolved for me as well!!

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