Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter sonnytlite

    (@sonnytlite)

    Hi there. Any new thoughts on my problem of not being able to see and manage the job listings on my dashboard?

    Alternatively, if I delete and reinstall, will I lose all of the existing listings? I haven’t tried that yet because I don’t want to lose the existing listings.

    Thank you!

    Thread Starter sonnytlite

    (@sonnytlite)

    Alternatively, if there is a direct URL I can go to that would work as well. It just seems like when I click on the “Job Listings” menu, it points to the “settings” URL. Thank you!

    Thread Starter sonnytlite

    (@sonnytlite)

    I am the admin on the site but I do have some user role plug-ins.

    This is my active plug in list:
    Aksimet
    Auto Excerpt Everywhere
    Byline
    Co-Authors Plus
    Contact Form 7
    Google Analytics Dashboard for WP
    Jetpack
    List category posts
    NextScripts: Social Networks Autoposter
    Pixabay Images
    Polldaddy
    StarBox
    W3 Total Cache
    UpdraftPlus
    WP Job Manager
    WP User Avatar

    Thank you so much for your impressively fast response.

    Thread Starter sonnytlite

    (@sonnytlite)

    Thank you for the fast reply. I looked in the single.php page and there is no the_author that I could find. Here is the code for what looks like would be the post content.

    <div class=”entry-content”>
    <?php if( has_post_format( ‘audio’ ) ) : ?>
    <p><?php pinboard_post_audio(); ?></p>
    <?php elseif( has_post_format( ‘video’ ) ) : ?>
    <p><?php pinboard_post_video(); ?></p>
    <?php endif; ?>
    <?php the_content(); ?>
    <div class=”clear”></div>
    </div><!– .entry-content –>
    <footer class=”entry-utility”>
    <?php wp_link_pages( array( ‘before’ => ‘<p class=”post-pagination”>’ . __( ‘Pages:’, ‘pinboard’ ), ‘after’ => ‘</p>’ ) ); ?>
    <?php the_tags( ‘<div class=”entry-tags”>’, ‘ ‘, ‘</div>’ ); ?>
    <?php pinboard_social_bookmarks(); ?>
    <?php pinboard_post_author(); ?>
    </footer><!– .entry-utility –>
    </div><!– .entry –>

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