kappaluppa
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: page templates in 2.0Either I didn’t see it, or the Template option box showed up only after I created a template (which I thought might be the case, so I created one).
Either way, I see it.
Thanks,
KForum: Fixing WordPress
In reply to: Sure will be glad with this support forum is working again!!yes. the random 404’s. I am not having any luck searching within www.remarpro.com. I have to search in Google, then go to the answer and if I get a 404, I click in the address bar and hit enter over and over and hopefully I’ll get a page. otherwise, I view Google’s cached page.
I love WP, and have switched over almost entirely just using WP for all the new websites I design, and I’m looking forward to using 2.0, but for now, it is frustrating. :/
Forum: Installing WordPress
In reply to: Installation & switching from b2…Katootje…
I am not clear what you are saying about the log files.
Are you saying you just added the “missing fields” to the tables?I am getting all these same errors. I’ve installed, reinstalled, and get to the point where I see the archives listed but the WordPress database error: [Unknown column ‘post_date_gmt’ in ‘where clause’] error and all the ones you list that are on the side, keep the posts from displaying.
Thanks for any help! Anyone!
Kathy
Forum: Fixing WordPress
In reply to: RunPHP not working for me…The PHPExec plugin uses the <phpcode> tags.
I tried that and it worked.
So I went back and tried the other and it started working too.But not until after I made sure I had removed the php header, sidebar, footer and other tags that were being redundant. That was because I had originally used a page modified as a template rather than an include.
Did I confuse everyone?
Thanks!
Forum: Fixing WordPress
In reply to: WP 1.5.1.2 -> Running PHP in pagesI could sure use some help on the RunPHP plugin.
I installed, turned off the xhtml box, checked eval()php, am using [ instead of < , but cannot get it to work. I am using it in pages. Does that make difference?
Thanks in advance for any help…
KathyForum: Fixing WordPress
In reply to: My posts disappeared! Weird!FIXED!!!
I did this once, but tried it again and it worked…
I was using custom URI structure for my permalinks and archives. So I deleted the structure, updated it and VIOLA!
Now I’ve added the permalink structure back and STILL VIOLA!!
Go figure….
… or could have been the chickens…
Now I will sloooooooooowly add back my plugins…
Keep praying!
Forum: Themes and Templates
In reply to: ‘More’ functionality not working correctlyWow! THanks, MattRead! I was having the same problem as jonbuda, and yours is the only suggestion that hit the nail on the head. I don’t think I would have EVER figured that out!
KathyForum: Fixing WordPress
In reply to: How to link to category list in a different directoryThis is the very round about way I did it, for now…
1) I created a php page with the code to list the cats & pages:
<?php wp_list_cats(‘sort_column=name’); ?>
<?php wp_list_pages(‘exclude=2,12,14,15&title_li=’); ?>2) Make it a template page called sidebarmenu by adding this to the top:
<?php
/*
Template Name: sidebarmenu
*/
?>3) Create a page in WP. In page template options choose the sidebarmenu template
4) Include that page in the side bar using the full url to the page
Here are some hints:
* you have to have the include_page and the run_php plugins for it to work.
* if you have an specific pages to include or exclude remember to update the template pageWow, it took a lot longer to figure it out that those few lines suggest! But now it sort of does a “triple update” –
the categories update, which updates the page with php which updates the menu of sidebar on the nested blog.Forum: Fixing WordPress
In reply to: How to link to category list in a different directoryFor now that is how I am doing it, but I don’t want to have to hard code everytime a cat is added.
Thanks!
Forum: Requests and Feedback
In reply to: Feature Suggestion: Category PasswordsYes, you can give a password for each post…
I want a way to be able to set a whole category as password protected, but be able to give each user a separate username and password, as stated above.
I’d like a form to register and be approved and THEN receive your password.
Signed,
wishing & hoping…Forum: Fixing WordPress
In reply to: Category descriptions?this works, but does not display the title before the description
Forum: Plugins
In reply to: Category ListI’m looking for the same thing. Any luck anyone?
Forum: Fixing WordPress
In reply to: How to add an extensive form to a pageTHis worked out great! Thanks for the idea. :))))
Forum: Fixing WordPress
In reply to: the_excerptI ended up puttin this on the line after the exceprt tag. not the prettiest, but it works until i can find the real solution.
<div class=”whatever”>
” rel=”bookmark” title=”Permanent Link to <?php the_title(); ?>”>(more…)
</div>Forum: Fixing WordPress
In reply to: the_excerptI need a solution for this too…
Thanks,
Kathy