as_spartans
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Page hyperlinking using custom php filesluckdragon Thanks for your help 🙂
Forum: Fixing WordPress
In reply to: Page hyperlinking using custom php filesI got it to work!!!!! I used this and now all the wordpress functions became available:
require_once(“/path/to/wordpress/wp-load.php”);
Forum: Fixing WordPress
In reply to: Page hyperlinking using custom php filesit works if I create a new menu tab that’s custom link to the file.
But the player_stats.php file’s css styles sheets, header, logo, footer is missing obviously. I tried to include the functions and headers directories. But I keep getting errors.
What’s the best way of doing this?
Forum: Fixing WordPress
In reply to: Page hyperlinking using custom php filesFatal error: Call to undefined function get_header() in C:\wamp\www\familybowlingnyc\stats_pagess.php on line 8
Forum: Fixing WordPress
In reply to: Page hyperlinking using custom php filesYes its in /familybowlingnyc/ now I am getting the following:
Fatal error: Call to undefined function get_header()
Forum: Fixing WordPress
In reply to: Page hyperlinking using custom php fileswhen I set the hyperlink to:
$strLink = “” . $strName . ““;echo “<td>” . $strLink . “</td>”;
The page is found but nothing is query from the database. It shows a blank table.
The query is fine if I use it outside of wordpress.
Forum: Fixing WordPress
In reply to: Page hyperlinking using custom php filesI get a 404. It looks like it hyperlinks it to this:
http://localhost/familybowlingnyc/stats5/player_details.php?name=Billy“stats5′ is the menu I created to get to player_stats.php