Carl V
Forum Replies Created
-
Forum: Plugins
In reply to: [Login as User] Won’t log in as any user@yiannistaos Since this is only the free version of the plugin, none of that exists. But, I did find the culprit, which was a “hide login” plugin. Once I switched that off, it was able to work.
@wescallaghan I am experiencing the same thing on one of my sites. Did you find a fix for this or get this ticket resolved?
Do you have the following plugins? InfusedWoo or ShipStation?
- This reply was modified 9 months ago by Carl V.
Forum: Fixing WordPress
In reply to: Home page auto forwards to post pageI found it..it was the redirection plugin but not where I expected it..I deactivated all plugins then re-activated 1 by 1..then once I turned that one on it happened..so now I just disabled that plugin as the search engines have now updated their links from our old site…
It might have been one of the updates to the plugin..
??
Forum: Fixing WordPress
In reply to: Home page auto forwards to post pageDouble checked but only stuff from the old system in there…plus it has only happened once we added this post for some reason?
And as I said when we delete the post and visit the home page, it still tries to forward to the post page.
I also checked our .hyaccess file..and nothing in there to say go to this page either?
Thanks
Forum: Fixing WordPress
In reply to: How to show total number of subscribersIf you use FeedBurner then they have a widget you can plug into your sidebar…
??
sorry should have put inside code tags.
<ul> <li><a href="#"><span>Home</span></a></li> </ul>
Forum: Themes and Templates
In reply to: Template Tags for SubpagesIf I understand your question right..then try this..
change your where statement to say
AND post_parent = “.$post->ID.”
Forum: Fixing WordPress
In reply to: Only 1 child page showing of 9…why oh why?I have now upgraded to 2.6.1 to see if that would fix the problem, but still getting the same issue.
I also tried unpublishing the first sub page, to see if that would fix things but it still hasn’t.
Any help would be appreciated.
??
Thanks
Forum: Fixing WordPress
In reply to: sidebar doing wacky things in 2.5Is there any way you can do a variable dump to see which variables are getting used on a page? so I can see what page it actually is.
??
Forum: Fixing WordPress
In reply to: If static post page is set what is it? is_page?Just to clear that up – No I didn’t name a “Page” (slug “home.php”) I created a template file called home.php (just clearing that up).
Never mind I just saw what it was doing and have fixed the problem…
Thanks
* the solution for me was when I set the home as a Page it could be called is_page where as the news Page (slug news) was called is_home so I had the terminology mixed a little on what is what..
Thanks
Forum: Fixing WordPress
In reply to: If static post page is set what is it? is_page?Maybe my understanding is off on how to create a static home and post page? (Can you please clarify if what I am doing is the correct way of doing it, or if there is an easier way to do it.)
Here is what I have done:
1) Created a home.php page
2) Created a news.php page
3) Created a Page called news (slug) and told it to use news.php as its template
4) Created a Page called home and told it to use home.php as its template
5) Then in Options>Reading I have said to use static home & post pagesSo, home has specific text on it (just a few paragraphs and that is it – so no posts at all)
What I am after is the news (slug) page as I call the function is_page(‘news’) but nothing happens? or does not set my conditional statement to true?
Thanks