Ankan Mondal
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Template dropdown not showing up on page attribute of page sectionTry the following steps first and then recheck if you find the template dropdown in the Page Attributes widget:
i. Change your theme to twentyfifteen.
ii. Create a php file named new_template.php and place that file inside twentyfifteen directory, make sure that functions.php is also present in the same directory.
iii. Paste the following code in the file:<?php
/*
Template Name: Full-width layout
*/- This reply was modified 8 years, 7 months ago by Ankan Mondal.
Forum: Fixing WordPress
In reply to: Template dropdown not showing up on page attribute of page sectionCheck if there is any template in the theme you are using. If there is no template file, template dropdown will not appear in the page attribute section. First create a template inside your theme then the template dropdown section will appear and your template would be listed there to choose as an option.
Forum: Developing with WordPress
In reply to: Convert cURL to wp_remote_postCheck if this helps:
https://stackoverflow.com/questions/27919014/wordpress-curl-and-wp-remote-postForum: Localhost Installs
In reply to: Blank page?See if you can get some help from this link:
https://superuser.com/questions/286944/where-is-the-php-log-file-located-on-mac-osx