dpaslay
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Subdomain multisite throwing 404 errorEverything is working now. Thank you for your help.
Forum: Networking WordPress
In reply to: Subdomain multisite throwing 404 errorYes, I checked the list, the subdomains are listed as supported super admin logins.
Forum: Networking WordPress
In reply to: Subdomain multisite throwing 404 error@dhavalkapadane , that seemed to have worked I can see the default WordPress page on my URLs. The problem now is I’m unable to login to the dashboard, for some reason they are not recognizing my super admin login/pass.
- This reply was modified 1 year, 6 months ago by dpaslay.
Forum: Fixing WordPress
In reply to: Special Author Links to Outside Page?So my template index file does not have this code ‘<?php the_author_posts_link() ?>’ to replace. I did however insert this code into my sidebar php file where I have Authors located:
‘<?php $author_url = get_the_author_url(); if( $author_url == ” ) the_author_posts_link(); else the_author_link(); ?>’
It is showing me under Authors section, I’m an admin, and it is linking to my URL I inserted under my profile settings. But two things did not translate over when I inserted the code:
1. It’s only displaying me under admin in the sidebar. How do I get it to show authors like the code represents? I have jdoe at the top of the blog as you can see, he’s an author.
2. All my sidenav elements have a blue color css tag for UL, LI tags. And the Author link does not. They are the same tags that the CSS should of recognized. How do I make them blue?Site:
http://visionarynoise.com/Thank you