trapmuzik
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: When writing a new post rnrna (or similar) appears at line breaks?In case anyone is using the synonymizer plugin and is having this issue the problem is that the plugin calls the mysql_escape_string function when returning post content. After removing this from the code it works fine.
Forum: Plugins
In reply to: [Plugin: Manageable] Editing several post dataAny chance we can get that manageable patch that is being integrated into 2.7 for the current plugin? I tested out 2.7’s integration and this is exactly what I need in 2.6; a way to mass edit post from the Manage->Posts Admin menu.
Forum: Fixing WordPress
In reply to: Weird MySQL error after PHP upgradeForum: Fixing WordPress
In reply to: Multiple loops with pagination on single post pageI think i know what the problem is. But yes I am using single.php with two loops in it. The first to show the single post and the second to show snippets of the latest posts right underneath it.
Do you mean that all the links on that page just link back to where you are?
Yes and I think this is because I am using the get_query_var(‘paged’) query which is apparently returning the single page I am on so all the pagination links link back to the single post page (i.e. url.com/content/singlepost.html/page/2 and so on). So of course when i click on these links I get returned right back to the same single post page. So I think the fix would be to set paged variable to the front page if thats possible. Does that sound about right? Sorry for the lack of a link but the site is a little nsfwish..lol
Forum: Fixing WordPress
In reply to: Content background isn’t stretching to cover all the content.i see this in your css:
background: #eee1d4 url(images/wrapper-bg.gif);
Needs to be repeated vertically?
Forum: Your WordPress
In reply to: Please help, I can’t see my blog header!I can see it as well. What version of Firefox are you using and have you cleared out your browser cache? It may be pulling an old page. So far it looks the same in Firefox as it does in IE.
Forum: Your WordPress
In reply to: Classified ad script using Webpress as CMS possible?Oh and btw I did use WordPress entirely for my site with the exception of the advertising backend.
Forum: Your WordPress
In reply to: New WP gaming site for reviewI like the concept of a gaming blog and review site. The layout is nice; good color scheme and very easy to follow. The black banners seems a little out of place though. Might try a different color scheme for those.
Forum: Your WordPress
In reply to: Classified ad script using Webpress as CMS possible?It seems like the ad script will pretty much handle all of the content management for you. I am not sure how or why you would want to integrate WordPress with the ad script. If the ad script has a a way for users to post their own ads and manage them, etc. then that should be all you need. The only thing you might want to use WordPress for is maybe to post site news or maybe a blog related to your industry.
Forum: Fixing WordPress
In reply to: pages on pages (!) not working…?I have the same problem. When I try to use the format index.php?pagename=name&paged=2 it pulls up a page that is using the page.php template. If I delete the page.php template it tries to use the index.php page and returns the standard “Sorry, no post match your criteria” message.