Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Multi-level Menu Plugin
#24
I'm sorry, I'm not a programmer, so that anything that requires"programming" is elusive :0).

I'm not understanding the functions.php and how to add components. Honestly, I don't even know the protocol for creating the page functions.php. I took a stab at it and ended up messing up my design - I'm sure it is because I have no idea what I am doing . . .

I created a page that had this in it:

function get_content($page){
$path = "data/pages";
$thisfile = @file_get_contents('data/pages/'.$page.'.xml');
$data = simplexml_load_string($thisfile);
echo stripslashes(htmlspecialchars_decode($data->content, ENT_QUOTES));;
}

I saved that page as functions.php and uploaded it to my theme sub-directory, and then I called it using:

<?php get_content('bottompart'); ?>

But that didn't work and messed up the design.

I'm sorry to ask, but can anyone give me some direction on this, have no idea what I'm doing. My biggest frustration is that this seems to be geared more toward the programmer / developer and those of us who "design" are going to struggle. I really just want a simple CMS to offer clients (Joomla was too robust for small sites).

Thanks for putting up with my questions.

Dawn
Reply


Messages In This Thread
Multi-level Menu Plugin - by DawnB - 2010-07-19, 04:47:59
Multi-level Menu Plugin - by DawnB - 2010-07-19, 04:56:52
Multi-level Menu Plugin - by JWH_Matthew - 2010-07-19, 05:12:56
Multi-level Menu Plugin - by Zegnåt - 2010-07-19, 05:44:41
Multi-level Menu Plugin - by DawnB - 2010-07-19, 06:39:10
Multi-level Menu Plugin - by DawnB - 2010-07-19, 06:43:44
Multi-level Menu Plugin - by Zegnåt - 2010-07-19, 06:52:23
Multi-level Menu Plugin - by DawnB - 2010-07-19, 06:56:44
Multi-level Menu Plugin - by Zegnåt - 2010-07-19, 09:17:22
Multi-level Menu Plugin - by DawnB - 2010-07-19, 10:02:47
Multi-level Menu Plugin - by JWH_Matthew - 2010-07-19, 11:48:30
Multi-level Menu Plugin - by DawnB - 2010-07-19, 12:07:01
Multi-level Menu Plugin - by JWH_Matthew - 2010-07-19, 12:14:02
Multi-level Menu Plugin - by DawnB - 2010-07-19, 12:31:34
Multi-level Menu Plugin - by JWH_Matthew - 2010-07-19, 12:39:37
Multi-level Menu Plugin - by DawnB - 2010-07-19, 13:06:00
Multi-level Menu Plugin - by JWH_Matthew - 2010-07-20, 06:45:19
Multi-level Menu Plugin - by clcheapshoes520 - 2010-07-20, 12:02:09
Multi-level Menu Plugin - by DawnB - 2010-07-20, 12:10:51
Multi-level Menu Plugin - by JWH_Matthew - 2010-07-20, 13:20:43
Multi-level Menu Plugin - by DawnB - 2010-07-20, 15:16:23
Multi-level Menu Plugin - by Zegnåt - 2010-07-20, 19:39:59
Multi-level Menu Plugin - by yojoe - 2010-07-20, 21:26:03
Multi-level Menu Plugin - by DawnB - 2010-07-21, 03:10:01
Multi-level Menu Plugin - by Zegnåt - 2010-07-21, 04:56:41
Multi-level Menu Plugin - by DawnB - 2010-07-21, 06:12:27
Multi-level Menu Plugin - by DawnB - 2010-07-21, 06:14:56
Multi-level Menu Plugin - by Zegnåt - 2010-07-21, 06:32:13
Multi-level Menu Plugin - by DawnB - 2010-07-21, 06:56:10
Multi-level Menu Plugin - by DawnB - 2010-07-22, 04:40:30
Multi-level Menu Plugin - by Zegnåt - 2010-07-22, 05:12:04
Multi-level Menu Plugin - by n00dles101 - 2010-07-22, 05:34:50



Users browsing this thread: 1 Guest(s)