tawshmcd
Forum Replies Created
-
Forum: Plugins
In reply to: [SSH SFTP Updater Support] Persistent Login ScreenI posted it here:
https://www.tammandkit.com/news/img/screen-shot.pngForum: Plugins
In reply to: [SSH SFTP Updater Support] Persistent Login ScreenAhh, I’m still receiving the same error from the beginning with the screens being stuck on the credential page.
—
There was an error connecting to the server, Please verify the settings are correct.
—This editor doesn’t allow me to upload the screenshot!
Thanks!
Forum: Plugins
In reply to: [SSH SFTP Updater Support] Persistent Login ScreenI updated my code with the semi-colon.
Forum: Plugins
In reply to: [SSH SFTP Updater Support] Persistent Login ScreenDreamweaver is telling me that there is a syntax error with that line of code.
I replaced it anyways, and now I’m getting a blank screen in WordPress when I enter in my login credentials.
Still no fix. ??
Forum: Plugins
In reply to: [SSH SFTP Updater Support] Persistent Login ScreenThanks for your response.
I’ve uncommented that line and re-tested.
I’m still getting the same error message.
Forum: Fixing WordPress
In reply to: Customizing Pagination for CPT SingleI used this to resolve my issue : https://www.ambrosite.com/plugins/next-previous-post-link-plus-for-wordpress
Forum: Fixing WordPress
In reply to: Customizing Pagination for CPT SingleThis is the code:
<?php include(TEMPLATEPATH . '/assets/inc/header.php'); ?> <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> <div class="row"> <div class="large-12 columns"> <div class="slider"><img src="<?php echo the_field('team-slider'); ?>" /></div> </div> </div><!--.row--> <div class="row"> <div class="large-12 columns"> <div class="breadcrumb">< <a>" title="<?php echo get_the_title('5'); ?>">Back to Team</a> <span class="float-right"><?php next_post_link( '%link', '%title >' ); ?></span></div> </div> <hr /> </div><!--.row--> <div class="row"> <div class="large-4 columns page-content"> <div class="plus-sign"><a>" title="<?php the_title(); ?>"><?php the_post_thumbnail('post-thumb'); ?></a></div> </div> <div class="large-8 columns page-content"> <div class="post-details"> <div class="single-title"><?php the_title(); ?></div> <div class="entry"><?php the_content(); ?></div> </div> </div><!--.large-8--> </div> <?php endwhile; else: ?> <?php endif; ?> <?php include(TEMPLATEPATH . '/assets/inc/footer.php'); ?>
[Please post code or markup between backticks or use the code button. Or better still – use a pastebin. Your posted code may now have been permanently damaged/corrupted by the forum’s parser.]