transpersonal
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How can I enable WYSIWYG view for custom fieldsesmi that code gives me a parse error, I guess I can just rename the custom fields to website1, website2 and so on and call them using the earlier code.
Forum: Fixing WordPress
In reply to: How can I enable WYSIWYG view for custom fieldsApparently posting the urls one at a time in the custom fields only makes the first one appear and not the rest…
Forum: Fixing WordPress
In reply to: How can I enable WYSIWYG view for custom fieldst31os_: the value is called website and you just reminded me, I am using the same field for multiple urls. I will try using different fields and see how it goes…
Forum: Fixing WordPress
In reply to: How can I enable WYSIWYG view for custom fieldsThank you esmi, it was the Custom field template plugin’s TinyMce editor that was adding the pagaraph tags. I deactivated it now and am using the default custom fields. The code you posted does work but only for single urls. If I post two textually like this:
http://google.com<br /> http://yahoo.comit is turned in into this:
<a href="http://people.com%0A%3Cbr/%3E%0Ahttp://google.com">http://people.com%0A%3Cbr/%3E%0Ahttp://google.com</a>again they are both inside the same link tag…
Forum: Fixing WordPress
In reply to: How can I enable WYSIWYG view for custom fieldsdammit wordpress keeps hyperlinks the code :p
Forum: Fixing WordPress
In reply to: How can I enable WYSIWYG view for custom fieldsthere was an:
Forum: Fixing WordPress
In reply to: How can I enable WYSIWYG view for custom fieldsThanks guys, I admit I wasn’t sure as to what esmi had meant earlier.
t31os_: before I had two consecutive text urls like this:
<p>http://google.com</p>
<p>http://yahoo.com</p>after employing your code it now looks like this:
http://google.com</p>
<p>http://yahoo.com</p>
“><p>http://google.com</p>
<p>http://yahoo.com</p>
As you can see the paragraph tags are causing problems (which I didn’t put in the first place but wordpress did automatically). Aside from that the two consecutive links have become one i.e. they are both within the same link tag. Is there any way to fix this (sorry, php is something I’m still struggling with).
Thanks
Forum: Fixing WordPress
In reply to: How can I enable WYSIWYG view for custom fieldsSorry guys but the Custom Field Template plugin isn’t doing it. It’s helpful in other ways but for whatever reason it doesn’t auto-hyperlink urls.
I tried using another plugin that does do that but it works only on post and comment content (doesn’t auto-link custom field urls).
Forum: Fixing WordPress
In reply to: Weird | before my Title – Please Helpalisonastair there is no customer support for WordPress – it’s a free product. Please make your own thread – you can do this by clicking the back button at the top left hand of your browser and then scrolling to the bottom and using that form.
jmilgtp5: You must have title tags in your header.php file for all in one seo pack to work. So I have no doubt you have it.
Why don’t you copy paste the contents of your header.php and we can help better.
Forum: Fixing WordPress
In reply to: Weird | before my Title – Please Helpsorry I meant this symbol:|
not –
Forum: Fixing WordPress
In reply to: Weird | before my Title – Please HelpGo into header.php in your theme editor.
In between you title tags you will see this symbol “-“. delete it.
If you use allinoneseopack plugin you can change these from the plugins set-up page.
Forum: Fixing WordPress
In reply to: mod_rewrite to change url to page NAME, not idI have been using it for a while and have had no problems with it. I remembering reading elsewhere that the “not a good idea” suggestion was written for a much earlier version of wordpress. I prefer to use just the post name because it moves the keywords more towards the left which has SEO benefits plus it just looks cleaner.
Forum: Fixing WordPress
In reply to: How can I enable WYSIWYG view for custom fieldsIn other words: How do your auto hyperlink URLS posted via custom fields?
Forum: Fixing WordPress
In reply to: mod_rewrite to change url to page NAME, not id%postname%
^ put that in the custom structure field. No need to manually edit your htacess file, wordpress will do that for you.
Forum: Fixing WordPress
In reply to: HELP ME PLEASE! all my wordpress just suddenly deleted!I took a look at sionelliott’s site and it looks like he/she has in fact lost the posts. But like mercime said, the posts are stored in the database so you must have accidentally deleted them from there. Unless you accessed PHPmyadmin I don’t understand how this could be. Also the site itself is up and running so the entire DB could not have been deleted – just the posts table in the DB. This is very strange. Did you keep backups?