ajs
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: how to re-file posts into new categories w/o opening post editha ha, sorry….. when i said “then, i woke up!”, i meant that i was dreaming, it was in my dreams that i could quickly code a plugin to do this!
sorry, i don’t have a plugin… or a way to solve this extremely ever-pressing oversight in what is otherwise a great WordPress.
Forum: Fixing WordPress
In reply to: how to re-file posts into new categories w/o opening post editnever mind, i fixed it! i just coded a quick plugin to let you file as many posts into a new categories as you want, painlessly!
then, i woke up!
Forum: Fixing WordPress
In reply to: how to re-file posts into new categories w/o opening post editthanks… a real bummer. you are right, others have mentioned this basic need also. not sure how such an obvious feature managed to escape the design of this otherwise nice software.
Forum: Fixing WordPress
In reply to: Strange password requirment for blog homepagenevermind. i’m an idiot.
Forum: Fixing WordPress
In reply to: Putting PHP on a WordPress “Page”if you’re having troubles, it is mentioned in a couple places that php_exec might work better for some folks than runPHP. even the author of runPHP says this….
Forum: Fixing WordPress
In reply to: How to over-ride maximum-posts-per-page for archive pages?that is a beautiful plugin, thank you!!!!!
Forum: Fixing WordPress
In reply to: How to over-ride maximum-posts-per-page for archive pages?or suppose that rather than show all results, i wanted to limit the list to a certain number of posts that is different than the number specified for the index in the wp-admin settings..
Forum: Fixing WordPress
In reply to: Why is same CSS inside same php file is enforced 2 different ways?ah, indeed, my styles says:
body#home .entry-1
so that explains it! another question resolved! thanks!
Forum: Fixing WordPress
In reply to: Why is same CSS inside same php file is enforced 2 different ways?ah, didn’t think to check there. i found this:
<body <?php if(is_home()){echo ‘id=”home”‘;}?>>
which perhaps would have an effect on a <div> inside the <body>.. ?
also found this, before the above code:
<?php wp_head(); ?>
any idea what that command does?
Forum: Fixing WordPress
In reply to: “Posted in” is buggyworked like a charm, thank you!
Forum: Fixing WordPress
In reply to: “Posted in” is buggyhow will wordpress know to use single.php rather than the current page.php, if i create single.php?
Forum: Fixing WordPress
In reply to: “Posted in” is buggyI am guessing that the same php file, “page.php” is used to present any page whethere it is a page of posts or a wordpress page (does not contain blog entries).
if so, how could you make just the wordpress pages not have “posted by” and “posted in” text, but keep it there for blog entries, if all pages use the same php structure?
Forum: Fixing WordPress
In reply to: How to know what version I’m using?very nice, thank you
Forum: Fixing WordPress
In reply to: Why are backslashes appearing before apostrophes?thanks.. it would appear as though the “Are you sure?” dialog introduced the slashes, and Tuneup should take care of that.
How do I active this plugin after I install it?
Forum: Fixing WordPress
In reply to: “Posted in” is buggythanks.. i wasn’t sure which theme file to edit for this, as far as one file that effects just pages.
I’m using the ambiru theme (which i modified, but this was present before modification) and an example page on my site is:
http://www.justpiano.org/photos/
or
http://www.justpiano.org/basicsthanks for the help!
Andrew