Aminiis
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Turn a page into a series of blog postsgo to Dashboard->All Page->open your Blog page with edit window->In the right side you can see Page Attributes. Under Page Attributes you can see Template. Here you can select your page template.In your case you should select page of posts or page of sidebar or what option you have. you can play with all options and select your right option from the Template. Hit the Update button. It should work.
Forum: Fixing WordPress
In reply to: How do I change "0 Comments" to "Leave a Comment"?what is your theme name?
Forum: Fixing WordPress
In reply to: Password-protect a portion of the post?Go to the Dashboard->Select all post->Under the every single post you have options:
Edit and Quick Edit->Please select Quick Edit->Now you can see the password option just under the author. Type your password and Hit the update button.Forum: Fixing WordPress
In reply to: Turn a page into a series of blog postsIf you made a custom blog page , Edit your blog page, In the right side you can see Page Attributes. Under Page Attributes you can see Template. Here you can select your page template.In your case you should select page of posts. Hit the Update button. It should work.
If it is the front page(default page) of your site, Please go to Dashboard->Settings->Reading->Front page displays->Your latest posts.
and also you can select how many post you want to show on your page:
Blog pages show at most– please set your specific number.Forum: Fixing WordPress
In reply to: How do I change "0 Comments" to "Leave a Comment"?In you index.php you can see the code like:
<?php get_template_part(‘content’); ?>
this code call content.php file. Now you check your index.php and see which file you have in your index.php. Open that file and see this block of code:
<?php comments_popup_link(esc_html__(‘0 comments’,’Chameleon’), esc_html__(‘1 comment’,’Chameleon’), ‘% ‘.esc_html__(‘comments’,’Chameleon’)); ?>
Now change 0 comments to Leave a comment.
Forum: Fixing WordPress
In reply to: Display Posts on another pageEdit your blog and on the right side you can see Page Attributes. Under the Page Attributes you can see template. Now select your page template like a blog or full width page. If you want to make a blog page please select sidebar page or blog page which option you have.
Forum: Fixing WordPress
In reply to: help: using menus, want to get a drop down listForum: Installing WordPress
In reply to: Installation on my site didn't seem to workPlease clear your browser history , empty the cache etc. Hope you can see your site.
Forum: Fixing WordPress
In reply to: moving site URL, previous version of site is not worpressPlease remove the old website files(index.php or index.html etc) from your site directory like public_html and copy the whole files from the wp folder not folder itself into the public_html.
Forum: Fixing WordPress
In reply to: When uploading an image with Flash HTTP Erroryou can use Browser uploader instead.
and see the link
https://jonrwilson.com/2009/12/wordpress-http-error-crunching-htaccess/
Forum: Fixing WordPress
In reply to: HTTP Error on image uploadplease see the link it can solve your problem.
https://jonrwilson.com/2009/12/wordpress-http-error-crunching-htaccess/
Forum: Fixing WordPress
In reply to: Can't move image within postOpen your post with edit mood, click in your post where you want to place your picture and hit the image upload button.when upload is finished you can see some option where you can select the alignment of the picture(none,left,center, right etc) and also you can select the size of picture and hit the insert the post button.
you can edit the picture when you want. Open your post with visual mode and simply click on the picture. you can see two option one is for edit and another for delete.
Forum: Fixing WordPress
In reply to: HTTP Error on image uploadBecause you are using Flash uploader , please try to use Browser uploader instead.
Forum: Fixing WordPress
In reply to: Can't Find Login For AdminForum: Fixing WordPress
In reply to: Can Facebook friends register and add topics in WordPressyou can allow any user to register on your site and give them the role to edit your site. Go to Dashboard->Settings->General->Membership. check the Membership box and select one of the user role
or
just go to Dashboard->Users->Add new . provide the information and click Add new user button.