Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Custom Theme PHP File Include Issue
#19
(2015-09-09, 10:49:15)shawn_a Wrote: Hehe you gotta take smaller steps man.

You keepmsaying img tags.

How about you just take it one peice at a time.

Print_r($folder);
Print_r($images);

And fix one piece at a time.

Thank you for working with me.....

Print_r("Folder: " . $folder); http://localhost/WebDesignerWebsiteCMS/theme/Innovation/assets/images/projects/

Print_r("Images" . $images); Returns nothing and has no error message.

It seems the following glob() is not working? Is there something that could be preventing glob() from running?


PHP Code:
$folder get_theme_url(false) . '/assets/images/projects/';
$filetype '*.*';
$images glob($folder.$filetype); 
Reply


Messages In This Thread
RE: Custom Theme PHP File Include Issue - by korey.badgley - 2015-09-09, 11:05:43



Users browsing this thread: 2 Guest(s)