Tagged Questions
0
votes
1answer
22 views
multiple excerpt length and styles
I am working on a site, which have many excerpt like text but with different style of read more or click here to read more with different length. is there a way i can make excerpt length according to ...
0
votes
1answer
59 views
Wordpress truncate posts question (plug-in related)
I'm using a plug-in ("Wordpress plugin random post slider") for Wordpress that pulls a random post from a category, and displays it in a slider for use as a shortcode or php code in a template.
I've ...
0
votes
1answer
61 views
Remove 'read more' link when post is shorter than excerpt
How can I remove the 'read more' link from a post excerpt on a blog/archive page when there is nothing more to read...when the length of the post is shorter than the excerpt?
0
votes
1answer
20 views
Problem with viewing single page correctly. (taken half way down the page on click through)
I have a strange situation occurring with a website that I am currently developing. On the main articles page at http://wptest.lancscps.co.uk/articles/ when the user clicks on the continue reading ...
0
votes
2answers
128 views
How to add an excerpt and read more link to a page?
I've a custom/static "homepage.php" in my templates directory at my WordPress. Now I need to show differents "page excerpts" in my homepage, but I don't know what should be do it.
At this moment I've ...
0
votes
1answer
84 views
Wordpress excerpt for specific posts in category
Is there any way to create "more" link for excerpt only for posts in a specific category? For example only posts in "news" category should have a more link. If there's no option for that, maybe posts ...
0
votes
2answers
86 views
How to wrap “Read More” link in a DIV tag?
Can someone tell me how to wrap the Read More anchor (that displays after an excerpt) with DIV tags using get_the_content('Read More')?
1
vote
1answer
64 views
Give “Read More” precedence over excerpt() word count
By default, the_excerpt() displays the content before the <!--more-->, trimming it at ~50 words.
Is there any way to prevent this trimming functionality when the <!--more--> is present, ...
0
votes
3answers
764 views
Modify 'Read more' link adding a new class
I want to add a class to the 'Read more' link. Actually I have this:
<?php the_content( 'Read more...' ); ?>
Which outputs:
<a href="...?p=14#more-14" class="more-link">Read ...
0
votes
2answers
454 views
get_posts displaying wrong permalink for “continue reading” link
I lifted the "continue reading" link functions from the Twenty Eleven theme and for the most part, it is working (works in RSS feeds).
I created a shortcode to display the latest post on the front ...
0
votes
1answer
63 views
Append Second Link to Read More
I'm looking for a way to filter the "Read More" link so I can append a second link and text.
I know how to filter the text but not the entire output, eg:
Standard post excerpt before the more ...
0
votes
2answers
86 views
Excerpt Is Disappeared
My theme automatically assign before of <!--more--> tags, as excerpt.And showing excerpt on home page. Now i want to add Google Adsense after <!-- more --> code. I'm wrote this function ...
1
vote
2answers
524 views
How to only show the first X words (from each post) on the home page?
How can you have it so that the site's home page will only show the first X (let's say 300) words of the post?
But without using "more" tag, or hand filled excerpts? I am looking for a plugin/hack ...
