• Hi guys,

    Wasn’t sure what to forum to put this in!

    I’ve been using CuteNews on my website for about 5 or 6 years now – and have wanted to make the change to WordPress for a while, but can’t figure out whether it’s suitable for my site or not (www.bigbrotherwebsite.net).

    So wondered if you could tell me if with WordPress, I’m able to do the following:

    – I currently use PHP includes to display the different pages within my layout, e.g. on my site all the pages are displayed within the same layout – am I able to use a PHP include to display the contents of my WordPress articles?

    – Am I able to use different templates to show the news items in different ways? e.g. Choose one story to be the ‘Top Story’, list the others as Headlines

    Main thing I’m confused about is whether I need to control my whole site with WordPress or whether I can just implement it for the news articles, and have these included/called upon externally rather than embed them within the homepage.

    I know moving to WordPress in the long run would be beneficial, it’s just difficult to get my head around at first! So any advice would be much appreciated!

    Cheers guys!

    – Joe

Viewing 2 replies - 1 through 2 (of 2 total)
  • well, in short, wordpress could easily be for you, if you’re prepared to do a little copy/pasting.

    using php includes is quite possible, but largely unnecessary for what you want to achieve.

    the idea is to (mostly) copy/paste your site layout into a wordpress theme… then dynamically injected wordpress content will be inserted into your design in all the right places.

    The deal then, is to take your old content and turn it into wordpress posts or wordpress pages depending on their chronological or static nature respectively.

    It’ll be easiest in the long run if you convert your whole site to wordpress. Categories allow you to *easily* differentiate between various types of content.

    You can make posts in one category appear as featured news items, while posts in other categories appear as headlines only, or as though they were written on ‘talk like a pirate’ day… there’s no limitation on the difference in display options you have for posts in different categories.

    This is all a function of your theme. WordPress provides a framework which allows you to stuff information in a database. Your theme which relies largely on you and your existing design, is responsible for pulling that information out of the DB and stuffing into the right areas of your design.

    For someone who has enough php experience to use includes, the learning curve won’t be too steep. You’ll certainly have to spend a little time understanding wordpress template files (in the theme) and looking up some functions in the codex for the correct syntax, but for the most part it’s all within 3 clicks of a google search.

    It’s really quite a nice feeling to pull your content out from the design. It just means that posting new stuff involves many less steps than it would otherwise.

    Do it, do it, do it 🙂

    for the record, I mean that about absolutely any kind of CMS… if you play with wordpress for a while and decide it’s not for you, don’t go back to static pages. Find a CMS which you *are* happy with.

    Having said that, wordpress offers quite a lot of flexibility because it’s templating system is just a bunch of php files. Not having a custom templating language means that you can do anything php can do.

    Thread Starter joemcd121

    (@joemcd121)

    Thanks Ivovic, you’ve been a great help! 🙂

    I think I’m going to struggle changing my site in to a WordPress site though by the deadline I have, unless I paid someone professionally – but I’m definitely keeping it in mind for the future.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Is WordPress for me?’ is closed to new replies.