Arya
Forum Replies Created
-
Forum: Plugins
In reply to: [Post Views Counter] Using with RESTSuper. Thanks 🙂
Forum: Fixing WordPress
In reply to: Default page template not workingalchymyth
Now when you mentioned page.php I again checked the file, and the code was alright the problem was somehow the file name was changed to Page.php from page.php …
Don’t know how it was working on local server.
feeling so dumb 🙁This is the pointer I was looking for 😀 Thanks a lot
Forum: Fixing WordPress
In reply to: Default page template not workingHi,
It’s a custom theme I am working on, it does have page.php and a custom page template contact.php for contact page.
The page.php is pretty straight forward with a simple loop :
<?php while ( have_posts() ) : the_post(); ?> <?php the_content(); ?> <?php endwhile; ?>if I set the “Template” of the page to the contact page template, it works like it should, but if I keep it to Default it doesn’t, it is somehow bypassing the page.php template and displaying the content of index.php, though the entire setup is working perfectly on local server.
Forum: Fixing WordPress
In reply to: Default page template not workingAny pointer ?
Forum: Fixing WordPress
In reply to: Default page template not workingcan’t provide it is under NDA 🙁
Forum: Themes and Templates
In reply to: Posts from two categories on the same page with pagination ?Edited: Sorry for extra post.
Forum: Fixing WordPress
In reply to: Help me decide on the right trackhey thanks buddy.