Change this to what exactly?
hi Gennady
I’m not liking the way the category page displays all the posts in that category in full. each entry to the category is a seperate post that i would like showing up when someone clicks on the category. the way it is now, you have to scroll all the way down the page to each post.
what i would like to see instead when you click a category would be something like this
click on a category (main category contains multiple posts in different categories within the main post)
category opens and displays each sub category in 1 line or maybe a couple of lines with an image
then user chooses the sub category they want to read, this then opens up a page with all the posts (in 1 or 2 lines of description) which they then choose the post they want…
maybe it’s more complicated than i imagine??
thanks in advance
Use excerpts instead of post content to reduce the size of the posts on archive pages.
ok, so (i’m a bit stupid on this stuff ) how do i do that?? is there a setting in wordpress?? if so, where do i find it..
thanks again
This should have been taken care of by the developers of the theme. But try Edit Post and you’ll see a small textarea for the Excerpt – a short 40-50 word summary, fill it in and see if the excerpt shows up in there. If not – then the theme is broken.
hi Gennady
yes, the exerpt is there and i have actually filled it out in all my posts from the start.. i found this section in the link you gave me.
function new_excerpt_more( $more ) {
return ‘ ‘ . __(‘Read More’, ‘your-text-domain’) . ‘‘;
}
add_filter( ‘excerpt_more’, ‘new_excerpt_more’ );
If i put that into my functions.php file will it work? or do i need to make any changes in the text above??
No, your theme’s template category.php should support these; who developed the theme?
theme is
Twenty FourteenVersion: 1.5
By the WordPress team
i haven’t changed anything within this theme, it’s out of the box with added plugins such as addthis and adsense, and a couple of other things..
That theme should automatically cut things, have you tried adding the <!–more–> tag at the beginning of your posts?
do i switch to source and just put in that as above??
probably buggin the shit outta ya now 🙂
i appreciate all your help though.
There’s a “more” button in the UI editor, click it to position a cut in the text. See if that helps.
the more tag is working for me, thanks a bunch for that, can you have a quick look and tell me if the featured images that are displayed can be made smaller for the category page?? all the images that are displayed now are the featured images within each post. they kinda look a bit to big for the category archives page..
http://darbleyfish.com/blog/category/flytying
awesome help m8, thanks
Hmmm, pretty sure that’s how it’s supposed to look like. Look at the demo here https://wordpress.org/themes/twentyfourteen/ all the images extend to the sidebar on the left, it’s the designers’ vision.
yep, looks that way
Hey thanks for all your help buddy, you kept it pretty simple 🙂 and i can get my site to start looking like i envision..
Have a good weekend…& Greetings from Ireland