phatpatpjp1
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: background change per pageok, i have changed one part, and it is working now, i swapped
“get_the_ID()” to
“$_GET[‘page_id’]”and now is working, thanks again for your help with this function alchymyth, your a life saver 🙂
also, had to relocate images to url/images/
Forum: Fixing WordPress
In reply to: background change per pageThis code is not working. i have it loaded in my header.php right before </head>
I have uploaded image bckpage88.png into the images folder for my theme for the page with id of 88.
This wiped my background for all pages. Whats weird is when I am on page with with pageid88, i right click and click view bckground, this error message comes up
The requested URL /images/bckpage.png was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
So maybe this theme is calling another function in another pgp file after the header. I am going to remove this script for now, but here is a link to my page. Any additional assistance would be great. I thank you again for your time and the help you have given me. Really means alot! 🙂
Forum: Fixing WordPress
In reply to: background change per pageSounds good, only question is where do I enter the page id and where do i put the picture link? Thanks for the help!! 🙂
and do I paste this code multiple times for each page/page id?-Pat