Loyer807
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Include Featured image in "the_post"Thanks Matt, Though I have no issue getting the thumbnail to dump out on the front-end. I need it to dump out in the JSON somehow with the post_content dump.
Forum: Themes and Templates
In reply to: Updating a Theme?Ahhh, it’s never a good idea to write directly onto plugin template files because they will get overwritten on the next update.
If you do, do so, you should always leave detailed comments so you can go through and find your code changes and set them aside for you update.
Though its always better to make child/custom templates for your custom Woo Templates which you still can at this point.
Forum: Themes and Templates
In reply to: Loading a Theme – NOOB!You have two routes you can go from here –
1). Login into your WordPress Dashboard, Go to Appearance > Themes > Add New. Upload the zip folder then click on activate.
2). You can connect your site via FTP then upload the unzipped folder in WP-Content > Themes
Forum: Fixing WordPress
In reply to: Unable to loginDo you have access to your control panel through your host?
There is a few things that this could be.A few ideas to find/solve the problem –
1). WordPress isn’t throwing a “404” not found error, which leads me to believe you are missing some includes files from the installation process. You should just be able to upload those files and be alright.
2). If you have access to your database, verify you URL’s are correct in the table.
3). Your site looks empty, like you’re just getting started, I would nuke the Database, remove the files and reinstall everything.
Forum: Themes and Templates
In reply to: Updating a Theme?Are your changes just CSS or in the template files?