Norbert
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: sidebar names cannot be changedI am sorry, just forgotten that I manipulated the creation of the side bar. I have to do it manually. Problem is solved.
Forum: Plugins
In reply to: seo for each individual postAh, the moisie plugin works, great !!!
Forum: Plugins
In reply to: seo for each individual postThis works, but the custom field will be displayed all the time. I created a testfield in post1 and no matter which post you request it is on the page.
But maybe this is a start and I can modify the code.
I need a possibility to identify the requested post and get the custom fields from the database only for this post.Great, with vim I found some garbage and removed it. Now the warnings are gone.
Thanks for your help.
NorbertI tried some but got always errors within admin area of wordpress, as soon as I activate the plugin:
Warning: Cannot modify header information – headers already sent by (output started at …/wp-content/plugins/get-custom.php:8) in …/wp-admin/admin.php on line 6(also for line 7,8,9)
Forum: Fixing WordPress
In reply to: no indention of sub categoriesthe categories are already defined as subcategories, exactly as for the pages. I tried to find a parameter in the css which may be responsible for that, but I didn’t.
My sidebar. php looks like this. I can only change categories:
…
<?php wp_list_pages(); ?>
…Forum: Fixing WordPress
In reply to: All entries in the menu are in lower caseThat’s it 🙂
I use the classic theme and in the stylesheet there it was. So I removed it and everything is fine.
ThanksForum: Fixing WordPress
In reply to: How to post text with whitespaces ?It’s much more then I expected. Really great
Thanks a lot !!
NorbertForum: Fixing WordPress
In reply to: How to post text with whitespaces ?yes. But within a post, for text indention.
Forum: Fixing WordPress
In reply to: Posting PHPHi,
thx for this software !!
There’s just one little thing, I cannot figure it out how to make posts with lots of whitespaces. Let’s say, I want to post some source code. How can this be done ?
Norbert