Neso
Forum Replies Created
-
Is there way to still show image if selected Excerpt, like it was in v2, in short we finding this new v3 version having less options and templates are nothing special really compering to v2.
Forum: Plugins
In reply to: [W3 Total Cache] PHP Warning: stristr(): Empty needleOK, by code on that it look like something related to comments caching ?
Forum: Plugins
In reply to: [W3 Total Cache] PHP Warning: stristr(): Empty needleAlso there is this error:
stristr(): Empty needle in /home/user/public_html/wp-content/plugins/w3-total-cache/lib/Minify/Minify/HTML.php on line 187
Forum: Plugins
In reply to: [IMDb Connector] IMDB Title from Post titleIf I add above code in post page, how to automatically use that post title insted of Apocalypse Now in above code ?
Forum: Plugins
In reply to: [WordPress Related Posts] WordPress Related Posts Plugin Getting BloatedI just wish to tell that I have returned to old version, it has add about 1 milion rows in that table (site has about 200 000) because of this constant use of database server load was always very high about 9-10 from 8 and before this new version load was below 1 …
Forum: Plugins
In reply to: live football results plugin [soccer]How to show only specific league?
Forum: Plugins
In reply to: [Easy Video Widget] [Plugin: Easy Video Widget] Needs Flash plugin?I have same problem, any solution …
Forum: Fixing WordPress
In reply to: wp insert attachment and thumbsAny help ?
Forum: Fixing WordPress
In reply to: Old to new URL – HelpI have resolved problem, no need for Redirect plugin, just add this to htaccess file.
RewriteCond %{QUERY_STRING} ^id=(.*)$
RewriteRule ^like\.php$ http://mysite.com/like/%1? [R=301,L]I hope this will help sombody … 😉