Fexin
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Transfer vBulletin posts to WordPress PostsForum: Fixing WordPress
In reply to: Line on Home page that I can't removeCan you post your website or the code?
Forum: Fixing WordPress
In reply to: Slider not workingCould you tell us the plugin or slider you are using?
Forum: Fixing WordPress
In reply to: Login IssuesSo you cannot access the Lost password on the login page? Or you can and its just not giving you your email?
Try this link Here
And follow the steps if you can. The issue since both email and password is gone will be having to edit it in your database.Forum: Fixing WordPress
In reply to: Login IssuesHi Jesscy,
Try the link below to reset password.
Try ThisAlso under your wp-admin section on the bottom of login you can reset your password.
Forum: Fixing WordPress
In reply to: email templateCould you post a screenshot and your code?
Forum: Fixing WordPress
In reply to: Need help with blog setup on existing siteNo problem CharlyIBC!
If you have any other questions feel free to ask away.Forum: Fixing WordPress
In reply to: WordPress Site "Error" on Load and Login Redirect issuesGlad you got it working!
Forum: Fixing WordPress
In reply to: WordPress Site "Error" on Load and Login Redirect issuesTry this:
Try thisForum: Fixing WordPress
In reply to: Need help with blog setup on existing siteSet the page template to blog. That will style the blog page for you and then do make sure you put it as your post page under the Settings -> Reading.
Also they will automatically appear on the blog page from the posts you make!Forum: Fixing WordPress
In reply to: Hm. Kinda lost.Hey Alinaderzad,
Well that is disappointing to hear your first update broke a little. But good news! We just have to fix that one instead of 20 right away!Have you checked to make sure the widget was not removed on the widget page?
Forum: Fixing WordPress
In reply to: WordPress Site "Error" on Load and Login Redirect issuesHi Dimitrisrox,
Is it just your back-end your having the issue? I went to the site and it loads fine for me and your posts.Forum: Fixing WordPress
In reply to: Need help with blog setup on existing siteWhat theme are you using? Sometimes theme’s have a page you can set as the Blog so ex: Make new page, Template drop down box -> Blog.
If your using one does not have that you can make a new blank page named Blog. Go to Settings -> Reading -> Then it should say post page and select the blog page you made.
–
To categorize posts use the Tags and Category section.Writing Posts Codex
Manage Categories
RSS FeedsHope this helps!
Forum: Fixing WordPress
In reply to: Hm. Kinda lost.Well just some words of wisdom on updating plugins. Do them one at a time! This way if the plugin breaks your site you know which one broke it.
Also making a backup of your plugins before updating is always a good thing just encase it does break.
Forum: Fixing WordPress
In reply to: 2 divs in page template not repeating contentThe reason its repeating in the div are these lines here:
<?php the_content(); ?>
<?php wp_link_pages( array( ‘before’ => ‘<div class=”page-links”><span class=”page-links-title”>’ . __( ‘Pages:’, ‘twentythirteen’ ) . ‘</span>’, ‘after’ => ‘</div>’, ‘link_before’ => ‘<span>’, ‘link_after’ => ‘</span>’ ) ); ?>They are both pulling the same location of pages you want and showing the exact same thing.
Edit: Also if you do not mind putting a link to your webpage as well.