jamis
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: embed external webpage in postSo you want to just have all your html code listed on the page right? There are some plugins but none of them really seem to work too well. You can search for “code view” plugins or something like that. I use something similar on my site http://www.bluebreeze.net/blog.
However the simplest, yet most rudimentary thing to do is simply to paste it in after replacing all of your “<” tags with “<” and your “>” tags with “>”.
That will mark those tags as not being html and it should just show up as text on your page.
Forum: Fixing WordPress
In reply to: Post Title as a link to external site rather than permalinkI am not sure if this is what you’re looking for, but this tutorial may help:
Forum: Fixing WordPress
In reply to: Display Random Post on External non-WordPress SiteI wrote a tutorial that may be able to help you.
http://www.bluebreeze.net/blog/?p=18
or
http://www.bluebreeze.net/blog/?p=11I think you would just have to modify the code a little. Instead of using ‘localhost’ you’d have to use the IP Address of your database. And if it’s in a different domain you’d have to enable remote mysql access on your site that holds the database you are trying get your posts from.