weazel
Forum Replies Created
-
Forum: Plugins
In reply to: [External Links] External links: page exceptionThe page is an auto-updated page of Instagram images: each image has a unique link (some external are links, some are internal) behind the image.
On the rest of the site, we want every external link to open in a new window, but on this one specific page, I was wondering if we could force all links to open in the same window?
It is a bit of a strange request perhaps! But thank you for any advice – much appreciated.
Forum: Fixing WordPress
In reply to: Numeric entities displaying on home page/excerptsBrilliant – thank you! Removing that line seems to have fixed things.
Thanks everyone for trying to help as well.
Forum: Fixing WordPress
In reply to: Numeric entities displaying on home page/excerptsHmmm… I just found this in functions.php:
// LImit caracters function limit($nb,$var) { $max= $nb; if(strlen($var)>=$max) { $var = substr($var,0,$max); $espace = strrpos($var," "); $var = substr($var,0,$espace)."..."; $var = htmlspecialchars($var); } return $var ; }
Any use?
(thank you for everyone’s help so far – I’m very grateful)
Forum: Fixing WordPress
In reply to: Numeric entities displaying on home page/excerptsIt doesn’t feature that exact line, but does feature:
$excerpt = get_the_excerpt();
and
<p><?php echo limit(150, $excerpt); ?></p>
Both of those are within this chunk of code:
[Code moderated as per the Forum Rules. Please use the pastebin]
Forum: Fixing WordPress
In reply to: Numeric entities displaying on home page/excerptsYeah – I can’t understand why the full posts are displaying them properly, but the excerpts are not. I have no idea where this is being set either.
If I don’t get this fixed by Wednesday evening, I’m in trouble!
Forum: Fixing WordPress
In reply to: Numeric entities displaying on home page/excerptsSorry – double post – and the entities aren’t displaying here. Please see the post excerpts on the homepage to see what I mean: https://www.beatculture.net
Thanks
Forum: Fixing WordPress
In reply to: Pagination issues on homepageThank you. ??
The navigation links work properly now (as you suspected, it was a plug-in conflict). I’ll get the guys adding content to keep an eye on the URL lengths as they go too.
The pagination still isn’t working though.
Forum: Fixing WordPress
In reply to: Pagination issues on homepageChecked that and it’s still doing the same thing.
Forum: Fixing WordPress
In reply to: Pagination issues on homepageThanks for the reply. ??
I’ve now changed the permalink structure to year/month/post-name:
https://www.beatculture.net/2011/08/vans-downtown-showdown-2011/
But now I don’t even get the 404 page. Instead, I get the error message (in Safari – Firefox won’t even complete):
Too many redirects occurred trying to open the page
Any ideas?
Forum: Fixing WordPress
In reply to: Advice/Help with using WordPress as CMSApologies!
I’ll rectify the situation – please feel free to delete this thread.Forum: Fixing WordPress
In reply to: Advice/Help with using WordPress as CMSAs I’m sure what I’m asking is a lot of tedious work, I’ll state this for now:
anyone who can get me successfully running the site as I want, I’ll send you $50 by Paypal!Any takers? ??