Pinockio
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Cannot access my wp-admin panel or my website (HTTP 500)I still have a problem logging in my admin panel, but my Host can.
I get a normal Google page as with searching for a website on the net.
One of them is “Having trouble logging in admin panel.
Can anyone give me some suggestions?
Thanks!
Adrian Joele.Forum: Fixing WordPress
In reply to: Cannot access my wp-admin panel or my website (HTTP 500)I can’t get my admin panel to log in wp-admin from my browser.
I use:https://www.perfectformulaonline.com/wp-admin.phpWhat could be the problem?
Forum: Fixing WordPress
In reply to: navigationHi Geeksfolder,
I have submitted my problem to Hostgator and they were be able to solve it
I thank you very much for your time and efforts and wish you all the best.Kind regards,
Adrian Joele.Forum: Fixing WordPress
In reply to: navigationHi Geeksfolder,
Thanks for your reply,
Where can I get the code of my .htaccess?
I searches Google for .htaccess and found instructions for how to
change the settings under the “configuration tab” to set for “users”,
but where do I find this tab?Also I noticed that when i click on “view” in my admin panel for any
post, I get the following notice:Bad Request
Your browser sent a request that this server could not understand.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache Server at perfectformulaonline.com Port 80Could I try to reinstall the latest version of WordPress?
Thanks for your help.
PinockioForum: Fixing WordPress
In reply to: navigationHi Geeksfolder,
Thanks for comming back to me.
I thought you had forgotten me and I was getting desperate because my
affiliate marketing business depends on my blog.
I checked my permalinks and I had chosen a custom structure:/%postname%/
because by default WordPress make the permalinks for a site a horrible
structure that is not good for SEO.Meanwhile, my problem still exists. When I choose to view a blog from
my dashboard, I get my latest blog post. Also, I don’t seem to get any
more comments like before.If you are fet up with my problem, that’s ok. Someone else will help me. There should be someone out there who also had this problem before!
Thanks for your help, anyway.Pinockio.
Forum: Fixing WordPress
In reply to: navigationHi Geeksfolder,
Thanks for your reply,
I copied the following php code to Pastebin:
What happens next?<?php $arjunaOptions = arjuna_get_options(); ?>
<?php get_header(); ?><?php get_sidebar(‘left’); ?>
<?php get_sidebar(‘right’); ?><div class=”contentArea” id=”contentArea”>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<?php if($arjunaOptions[‘posts_showTopPostLinks’] && arjuna_has_other_posts()): ?>
<?php get_template_part( ‘templates/post/single-post-top-links’ ); ?>
<?php endif; ?><div id=”post-<?php the_ID(); ?>” <?php post_class(‘post’); ?>>
<?php get_template_part( ‘templates/post/single-post-header’ ); ?><div class=”postContent”>
<?php the_content(__(‘continue reading…’, ‘Arjuna’)); ?>
</div>
<div class=”postLinkPages”><div>
<?php arjuna_get_post_pagination(__(‘Previous Page’, ‘Arjuna’), __(‘Next Page’, ‘Arjuna’));?>
</div></div>
<?php get_template_part( ‘templates/post/single-post-footer’ ); ?>
</div>
<?php if(arjuna_is_show_comments() || arjuna_is_show_trackbacks()): ?>
<div class=”postComments” id=”comments”>
<?php comments_template(”, true); ?>
</div>
<?php endif; ?><?php if($arjunaOptions[‘posts_showBottomPostLinks’] && arjuna_has_other_posts()): ?>
<?php get_template_part( ‘templates/post/single-post-bottom-links’ ); ?>
<?php endif; ?>
<?php endwhile; ?><?php else : ?>
<p><?php _e(‘There is nothing here.’, ‘Arjuna’); ?></p>
<?php endif; ?>
</div><?php get_footer(); ?>
Cheers!
Pinockio.Forum: Fixing WordPress
In reply to: navigationHi Geeksfolder,
Thank you for your advice, however, I have a few questions:
How do I check for a single php in my theme folder?
Which code do you mean and what does pastebin?
I changed my reading option to my Welcome page instead of my latest
posts, but this made no difference.
I use the latest version of WordPress and Arjuna theme.Look forward hearing from you soon.
Regards,
Adrian.Forum: Fixing WordPress
In reply to: navigationHi Geeksfolder,
Thank you for your reply and interest in my problem.
When I go to my dashboard, select All Posts and click on any of my posts
to view, all I get is my last post. I can’t select my pages and received
no more comments.
I hope this will clarify my problem.
I appreciate your help.
Kind regards,Pinockio.
[ Signature moderated per forum rules. ]