jabb
Forum Replies Created
-
Dang it. I linked the page to the word “Thanks.” Ugh! Here’s the link to the page.
https://testarea.sdaseattle.org/event/test-business-practice-event
Forum: Plugins
In reply to: [Custom Content Shortcode] Won't display all posts of custom fieldEliot, I’m sorry – I had to stop the work I was doing for a while and didn’t have access to tell you “never mind.” You helped me when you mentioned it not pointing to the right URL, so I went in and checked, and sure enough – you were right! I’ve fixed that and it’s working (which you saw but I wasn’t able to tell you I fixed it).
Thank you so much for hanging in there with me. I’ve posted queries before, and I have to say, you are a rockin’ example of extreme, superb support!
Forum: Plugins
In reply to: Shortlinks not showingMarking this as resolved (even though I didn’t get any responses).
Forum: Plugins
In reply to: [Custom Post Type UI] How do you display the Type?Thanks Michael for responding. Marking this as resolved, as I think Eliot of Custom Content Shortcode might have the solution. (Yes, I have no one that is coding-inclined.)
Forum: Plugins
In reply to: How do you show the custom post types?Marking this as resolved. I think Eliot from Custom Content Shortcode might have the solution.
Forum: Plugins
In reply to: [Custom Content Shortcode] Display custom field in single viewForgot to also say, I’m using Advanced Custom Fields and Custom Post Type UI.
Thanks.
Forum: Plugins
In reply to: [Custom Content Shortcode] Display custom field in single viewOops. The URL to my site was accidentally linked to the words Thank you! Sorry about that. The site is: https://testarea.sdaseattle.org
Forum: Plugins
In reply to: [Custom Content Shortcode] Display custom field in single viewEliot, I appreciate you taking the time to try to help me with this. I imagine it’s a little frustrating for you trying to explain to a newbie.
So I added this to a new page:
[loop type=”Jobline”]
[field job_title]
[field description]
[/loop]And that worked for the first job posting: you can click the link (in this case, “WJE”) from the Who’s Hiring page, and that link takes you to the full description of that job.
But when I entered the second job posting, the link on the Who’s Hiring page results in a message “This is somewhat embarrassing…..”.
Can you please tell me how to enable all new job postings to be displayed? My site is
Thank you!
Forum: Plugins
In reply to: [Custom Content Shortcode] Display custom field in single viewOr maybe I insert it in the archive.php instead? Somewhere in this area?
/* Start the Loop */
while ( have_posts() ) : the_post();/* Include the post format-specific template for the content. If you want to
* this in a child theme then include a file called called content-___.php
* (where ___ is the post format) and that will be used instead.
*/
get_template_part( ‘content’, get_post_format() );endwhile;
twentytwelve_content_nav( ‘nav-below’ );
?><?php else : ?>
<?php get_template_part( ‘content’, ‘none’ ); ?>
<?php endif; ?></div><!– #content –>
</section><!– #primary –>Forum: Plugins
In reply to: [Custom Content Shortcode] Display custom field in single viewThank you. I’m using a twenty twelve child theme, and this is what shows for the twenty twelve theme in content-page.php. Could you tell me where your code would be inserted, please?
?>
<article id=”post-<?php the_ID(); ?>” <?php post_class(); ?>>
<header class=”entry-header”>
<?php if ( ! is_page_template( ‘page-templates/front-page.php’ ) ) : ?>
<?php the_post_thumbnail(); ?>
<?php endif; ?>
<h1 class=”entry-title”><?php the_title(); ?></h1>
</header><div class=”entry-content”>
<?php the_content(); ?>
<?php wp_link_pages( array( ‘before’ => ‘<div class=”page-links”>’ . __( ‘Pages:’, ‘twentytwelve’ ), ‘after’ => ‘</div>’ ) ); ?>
</div><!– .entry-content –>
<footer class=”entry-meta”>
<?php edit_post_link( __( ‘Edit’, ‘twentytwelve’ ), ‘<span class=”edit-link”>’, ‘</span>’ ); ?>
</footer><!– .entry-meta –>
</article><!– #post –>Forum: Plugins
In reply to: [Custom Content Shortcode] Display custom field in single view@eliot, do you put that code in the single-post.php, or does that code go on the page where you want the custom fields to appear?
Forum: Fixing WordPress
In reply to: How do I add Contact.php and Contact Page Template back to siteResolved
Forum: Fixing WordPress
In reply to: How do I add Contact.php and Contact Page Template back to siteMarking this resolved.
Forum: Plugins
In reply to: How do you show the custom post types?Okay, so I can now get the job links to show on the “Who’s Hiring” page, but when you click on the job link, it is opening up to a new page that shows the job title, but it doesn’t show the full job description.
This is what opens up: https://testarea.sdaseattle.org/?jobline=administrative-associate-wje-2
I’m a newbie to all this. I named the Custom Post Type “Jobline” but the menu nag is named “Who’s Hiring.” That’ wouldn’t cause a disconnect, would it?
My site is: https://testarea.sdaseattle.org
Would appreciate any help!
Thanks.Forum: Plugins
In reply to: Shortlinks not showingIs there anyone that can offer some advice or direction on this?
Thanks.