camoman
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Ecclesia theme adding image headerI figured it out. There was a link in the admin section at the bottom named Ecclesia where I could edit the template.
Forum: Themes and Templates
In reply to: Getting error now when posting blogsI just changed the blog page to Blog Summary instead of Blog Excerpt in the meantime so people will not have to expand each story. I will drive myself nuts trying to find to what is causing this error. Thanks all anyways!
Forum: Themes and Templates
In reply to: Getting error now when posting blogsOk I opened it with Notepad++ and it looks the same
1.<?php
2.
3.// Exit if accessed directly
4.if ( !defined(‘ABSPATH’)) exit;
5.
6./**
7. * Single Posts Template
8. *
9. *Forum: Themes and Templates
In reply to: Getting error now when posting blogsOk thanks Esmi for the link I understand now.
Forum: Themes and Templates
In reply to: Getting error now when posting blogsThrough the CPanel the single.php up top it is showing it through the editor
single.php
ASCII C++ program text, with CRLF line terminatorsForum: Themes and Templates
In reply to: Getting error now when posting blogs@senff let me try to access it another way to see if the numbers are there
Forum: Themes and Templates
In reply to: Getting error now when posting blogsHmm ok I really didn’t think I had to do all of that just to get a blog post to show up. Do you know what line 3 “Exit if accessed directly” has to do with the blog posting? It just want to see a full blog post. Everything on the website works properly and I do not want to re-do my existing child theme then upload. Is there an easier fix? Thanks for you assistance btw!!!!!!!
Forum: Themes and Templates
In reply to: Getting error now when posting blogsOk thanks and sorry for the bumping. I logged in through the CPanel File Manager to access single.php. I used the free responsive theme for years and did not purchase it and modified in in 2012. It has been working well ever since but I just started blogging recently.
1.<?php
2.
3.// Exit if accessed directly
4.if ( !defined(‘ABSPATH’)) exit;
5.
6./**
7. * Single Posts Template
8. *
9. *
10. * @file single.php
11. * @package Responsive
12. * @author Emil Uzelac
13. * @copyright 2003 – 2012 ThemeID
14. * @license license.txt
15. * @version Release: 1.0
16. * @filesource wp-content/themes/responsive/single.php
17. * @link https://codex.www.ads-software.com/Theme_Development#Single_Post_.28single.php.29
18. * @since available since Release 1.0
19. */
20.?>
21.<?php get_header(); ?>Forum: Themes and Templates
In reply to: Getting error now when posting blogsAnyone?
Forum: Fixing WordPress
In reply to: 'Home' page link in menu still show sub directoryOk thanks that worked!
Forum: Fixing WordPress
In reply to: Changing my home page menu links to show home directory permalinkDon’t know if I should delete the existing database and wp folder and reinstall wordpress to the root and just copy over my existing wp-admin etc docs…but I am not sure if I will break anything.
Forum: Fixing WordPress
In reply to: Changing my home page menu links to show home directory permalinkThanks esmi! I see that page but for some reason in the General section
I do not see the Site address (URL) option to change is that normal?
I am the admin by the way and it just show the Site Title, tagline and email address.
Forum: Fixing WordPress
In reply to: Changing my home page menu links to show home directory permalinkOh ok thats what I figured. Which files do I change so I can get my other pages (permalinks) to show on the root when visitors click on it. If you go to my site the home page is fine but the links still link to the /wp
I tried to change the siteurl in the WP network settings but it is greyed out.