jbbrwcky
Forum Replies Created
-
Did you ever find out how to do this? Want to do it for the sidebar to show merchandise.
Forum: Fixing WordPress
In reply to: cannot add or edit existing static pages – help neededYeah I’ve run into this with a client’s site. All of a sudden they’re getting the Error 324, anyone know why this happens?
Forum: Fixing WordPress
In reply to: Upgrade to 2.9.2 not allowing Insert Into ImageHey esmi,
Strange question here I know, but, assuming that the plugins folder is clear/empty etc., assuming that all plugins are deactivated if any there, and assuming switching out the theme for the default fixes this, what could then be the issue with the current theme files?
If it is in the functions.php file (which I think it might be), what could be the problem to prevent files/images being inserted into a post? How can we find them? How does one find a ctrl character or something that might cause this issue? It’s been driving me crazy and I cannot afford to switch out the theme for the default every time someone wants to upload a file…
Richard
Forum: Fixing WordPress
In reply to: Virus Appending Base64 Code to All PHP filesYeah I just had this too. Weird.
Forum: Fixing WordPress
In reply to: Image not attached to postI am also experiencing this issue. I think it’s theme related, in the functions.php file, because when I switch to a default theme and upload an image and insert it into the post it goes in fine. When I switch to the development theme it won’t.
Forum: Themes and Templates
In reply to: Twitter problemMight be that the host doesn’t support file_get_contents(), there are some that don’t…
Forum: Plugins
In reply to: How do I access the internal gallery from functions.php?Is this not possible? Anyone done this before, anywhere?
Forum: Themes and Templates
In reply to: Changing active link format in “single post”Or you could prepend .single before any entry to make them effective only in single posts.
Forum: Themes and Templates
In reply to: Is it possible to convert a drupal theme to a wordpress theme?I do wordpress to drupal conversion work, just like any other theme design really. Drop me a line if you want some work doing.
Forum: Installing WordPress
In reply to: functions error in adminTry this…
$get_comments= get_comments('post_id=' . $id); $comments_by_type = &separate_comments($get_comments);
… instead of your line 41.
Forum: Plugins
In reply to: Limiting User’s Posts to DraftsSmashing, that did the trick! Much appreciated ??
Forum: Themes and Templates
In reply to: Is it possible to convert a drupal theme to a wordpress theme?Yes of course. It’s possible to create a wordpress theme from any other design, all that is required is knowledge of how to.
Forum: Installing WordPress
In reply to: Dreamhost issues with WP, using too many resources?No more traffic than usual, it increases but we’re not talking about that much.
They suggested the super-cache but as an alternative also say db-cache and hyper-cache.
I’ll check liquidweb out, see if it fits my needs. Unlimited domains, databases, emails etc?
Forum: Themes and Templates
In reply to: Theme from ScratchThe best way is to get a simple theme and customise it, play around with it and see what goes where.
Forum: Fixing WordPress
In reply to: How to get Post Title outside the loopOn the same subject, I have a bit of code that outputs a ‘you are here’ kind of thing, but it gets displayed before the loop.
How do I get the single_post_title() for that post when the code generating it is before the loop?