sonnytlite
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] Unable to see listings in dashboardHi 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!
Forum: Plugins
In reply to: [WP Job Manager] Unable to see listings in dashboardAlternatively, 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!
Forum: Plugins
In reply to: [WP Job Manager] Unable to see listings in dashboardI 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 AvatarThank you so much for your impressively fast response.
Forum: Plugins
In reply to: [Byline] How to format bylineThank 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 –>