jackhenrie
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: how to make an except into a link to its postsThank you Steve, but I don’t see my question addressed in either of these links.
But maybe i’m missing it.I know how to add an excerpt to a post.
What I’m trying to do is to make the excerpt function as a link to the post.
So that one can click the excerpt and go to the post.
By default, the link to the post is the post title.Any tips on how to make the excerpt into a link?
thanks
Forum: Themes and Templates
In reply to: category pages not working in underscores themebut i haven’t touched my category template php (there is no category.php in this theme), so i don’t think that could be the problem. i’ve tried disabling all the plug-ins, deleting categories and then recreating them. nothing works.
Forum: Themes and Templates
In reply to: "home" link in nav menu in underscore themeawesome!
thanks!Forum: Themes and Templates
In reply to: category displaythanks!
where in functions.php should i paste
add_theme_support( 'post-thumbnails' )
?
(i just tried it and got an error.)
and, where in category.php do i replace
the_content()
withthe_post_thumbnail('thumbnail')
?here’s the loop in my category.php:
<?php /* Start the Loop */ ?> <?php while ( have_posts() ) : the_post(); ?> <?php get_template_part( 'content', get_post_format() ); ?> <?php endwhile; ?>
…can’t find
the_content
……….Forum: Themes and Templates
In reply to: category displayby featured image, do you mean excerpt?
(it would be great if i could select a thumbnail for the category page that was NOT the first image in the post.)here’s a site that displays a category page in the way i want:
https://www.sulki-min.com/wp/?cat=15so i’m wondering how to edit my category.php to get this layout….
thanks again
Forum: Themes and Templates
In reply to: css attributes for standard post typesthanks —!
this more or less pointed me in the right direction.
i had an unclosed quote on the entry title tag in the content.php page.Forum: Themes and Templates
In reply to: css attributes for standard post typesForum: Themes and Templates
In reply to: css attributes for standard post typesForum: Themes and Templates
In reply to: how to float images in a divhey thanks! this works. i just had to find class that my theme was applying to the images…