craigmedia
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Subsite Dashboard and subdomain gets redirected to install.phpI’ve tried to check support forum if anyone encountered the subsite asking to install a fresh wordpress installation, but no luck. I know. I’ve watched the tutorials online and I created the wildcard like so *.pn-onepage.co.nz and in /public_html. I’m just not sure why I’m being asked to install a new wordpress installation on the subsites.
https://dc.pn-onepage.co.nz/wp-admin/
Both Dashboard and when visiting site directs me there.
Note: I have deleted the wildcard and subsite and have created the wildcard domain then added a new subsite but still getting the same issue. Asking me to install wordpress https://dc.pn-onepage.co.nz/wp-admin/
Forum: Networking WordPress
In reply to: Subsite Dashboard and subdomain gets redirected to install.phpHey Thanks for replying, The white screen was cause i disabled the plugins. I’ve enabled them again. I created my wildcard in justhost and it’s *.pn-onepage.co.nz I’ll taken a screenshot https://craigmedia.net/template_icon/wildcard.jpg.
Thanks again for the quick response, I thought I might have to wait days.
Forum: Fixing WordPress
In reply to: is_page not to use in loop, alternaltive for it???Soooo Cool.
Thanks heaps for that ?? WORKED GREAT.
Forum: Fixing WordPress
In reply to: is_page not to use in loop, alternaltive for it???Hey Script,
So that identifies the ID. How would I or what would I use in the code to say.If this is page-id = 5 display this
Content
End IFThanks
Forum: Fixing WordPress
In reply to: is_page not to use in loop, alternaltive for it???Hey Scriptrunner,
Thanks for the prompt reply. I’m using a custom loop I found online that enables me to display all content on one page. I’ve posted it here on Pastebin https://pastebin.com/f3x8L8Yi.So where it says:
<!–THIS IS WHERE I WANT THE CODE TO APPEAR BUT ONLY AFTER PAGE ID 5–>
<!–THIS IS WHERE I WANT THE CODE TO APPEAR BUT ONLY AFTER PAGE ID 5 ENDS–>in the pastebin, I wanted that the is_page() to go there so that it will say that if the page id is 5 then display this hidden content. I normally use is_page but that doesn’t work in the loop. You have any idea or know if there’s a alternative solution for is_page() that can be used in the loop?
Thanks