Newbie asking for something simple, I hope
-
I’ve spent the last 24 hours (not really, I did sleep almost 8 hours) looking for a simple answer on this and other sites. Maybe it’s not so simple after all…
On my last site I used CuteNews to generate content for a news blog that could be updated by employees and friends of the company I created the site for. Since this site took three months to nail down content and design and layout, I don’t want to make changes to the overall look.
But, we switched servers, which gave me an excellent opportunity to upgrade from CuteNews to WordPress.
For the CuteNews portion, all I had to do was call upon a php file like this:
<?PHP
$number=5;
include(“/usr/shared/web/ima127/cutenews/show_news.php”);
?>It worked great until the switch deleted working files.
How/where/what do I do to embed a similar (one call) WordPress content file here instead?
There, was that simple?
Thanks in advance.
- The topic ‘Newbie asking for something simple, I hope’ is closed to new replies.