Title: Davood Denavi's Replies - page 5 | WordPress.org

---

# Davood Denavi

  [  ](https://wordpress.org/support/users/binarywc/)

 *   [Profile](https://wordpress.org/support/users/binarywc/)
 *   [Topics Started](https://wordpress.org/support/users/binarywc/topics/)
 *   [Replies Created](https://wordpress.org/support/users/binarywc/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/binarywc/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/binarywc/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/binarywc/engagements/)
 *   [Favorites](https://wordpress.org/support/users/binarywc/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 61 through 75 (of 2,815 total)

[←](https://wordpress.org/support/users/binarywc/replies/page/4/?output_format=md)
[1](https://wordpress.org/support/users/binarywc/replies/?output_format=md) [2](https://wordpress.org/support/users/binarywc/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/binarywc/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/binarywc/replies/page/4/?output_format=md)
5 [6](https://wordpress.org/support/users/binarywc/replies/page/6/?output_format=md)…
[186](https://wordpress.org/support/users/binarywc/replies/page/186/?output_format=md)
[187](https://wordpress.org/support/users/binarywc/replies/page/187/?output_format=md)
[188](https://wordpress.org/support/users/binarywc/replies/page/188/?output_format=md)
[→](https://wordpress.org/support/users/binarywc/replies/page/6/?output_format=md)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Extensions required](https://wordpress.org/support/topic/extensions-required/)
 *  [Davood Denavi](https://wordpress.org/support/users/binarywc/)
 * (@binarywc)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/extensions-required/#post-15256276)
 * WordPress does not have any backup zip libraries built in. There are plugins 
   that provide this functionality though. My favorite is [Updraft Plus](http://UpdraftPlus WordPress Backup Pluginhttps://wordpress.org › plugins › updraftplus).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to reduce this empty space](https://wordpress.org/support/topic/how-to-reduce-this-empty-space/)
 *  [Davood Denavi](https://wordpress.org/support/users/binarywc/)
 * (@binarywc)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/how-to-reduce-this-empty-space/#post-15255772)
 * Do you want to remove the space but keep the date and time?
    If so, you can not
   remove the space but you can force it to have less space above/below the time
   and date using this css:
 *     ```
       .date-time {
           padding: 0 !important;
       }
       ```
   
 * You would need to add the CSS under Appearance → Customize → Additional CSS or
   in your child theme.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [adjusting excerpts starting point](https://wordpress.org/support/topic/adjusting-excerpts-starting-point/)
 *  [Davood Denavi](https://wordpress.org/support/users/binarywc/)
 * (@binarywc)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/adjusting-excerpts-starting-point/#post-15253889)
 * [@joshmbuck](https://wordpress.org/support/users/joshmbuck/) I was never saying
   it was not possible I just did not understand what you were trying to do. Happy
   you found a solution though. Thanks for sharing it with the community. I am sure
   it will be useful to others as well.
 * Since you found a solution please tag the thread as resolved. Happy Blogging.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [adjusting excerpts starting point](https://wordpress.org/support/topic/adjusting-excerpts-starting-point/)
 *  [Davood Denavi](https://wordpress.org/support/users/binarywc/)
 * (@binarywc)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/adjusting-excerpts-starting-point/#post-15250230)
 * From this page:
    [https://developer.wordpress.org/reference/functions/the_excerpt/](https://developer.wordpress.org/reference/functions/the_excerpt/)
 * > An auto-generated excerpt will also have all shortcodes and tags removed. It
   > is trimmed down to a word-boundary and the default length is 55 words. For 
   > languages in which words are (or can be) described with single characters (
   > ie. East-Asian languages) the word-boundary is actually the character.
 * If you want to have it use more or less than 55 words by default that is what
   the more tag that I showed you in my last response is for. You would need to 
   place the more tag in the exact place of the post where you want to force the
   reader to click a “Read more” link.
 * The only other way I would suggest doing such a thing is using the Excerpt field
   I mentioned in my first reply earlier today.
 * Hope this helps.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [adjusting excerpts starting point](https://wordpress.org/support/topic/adjusting-excerpts-starting-point/)
 *  [Davood Denavi](https://wordpress.org/support/users/binarywc/)
 * (@binarywc)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/adjusting-excerpts-starting-point/#post-15250170)
 * Oh, in that case you just need to use the more tag in each post… after what you
   want to show up as the excerpt.
 * Here is a screenshot to see where to add the more tag [https://prnt.sc/26db17b](https://prnt.sc/26db17b)
 * Hope this helps.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [adjusting excerpts starting point](https://wordpress.org/support/topic/adjusting-excerpts-starting-point/)
 *  [Davood Denavi](https://wordpress.org/support/users/binarywc/)
 * (@binarywc)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/adjusting-excerpts-starting-point/#post-15250043)
 * Are you using Classic editor or Gutenberg editor? If you are using Classic Editor,
   you can put in a custom excerpt using the excerpt field in the edit screen… if
   you are not seeing that field click Screen Options at the top right below the
   black bar and check the box next to excerpt then look for the field, it will 
   usually show up some where below the area where your article is typed.
 * Hope this helps, happy blogging!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Saving Credential on my WordPress site](https://wordpress.org/support/topic/saving-credential-on-my-wordpress-site/)
 *  [Davood Denavi](https://wordpress.org/support/users/binarywc/)
 * (@binarywc)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/saving-credential-on-my-wordpress-site/#post-15250029)
 * I think what you are looking for is more about saving the credentials in your
   browser or a password manager such as LastPass. iFrames are used across many 
   website development/design platforms. Personally, I do not know of a way to make
   an iFrame remember login credentials. It might be possible with custom code though.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Adding multiple sites](https://wordpress.org/support/topic/adding-multiple-sites/)
 *  [Davood Denavi](https://wordpress.org/support/users/binarywc/)
 * (@binarywc)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/adding-multiple-sites/#post-15229914)
 * Sounds like you want to set up WordPress Multisite. Check out the documentation
   abut how to do that [here](https://wordpress.org/support/article/create-a-network/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [worldpress theme customize issue](https://wordpress.org/support/topic/worldpress-theme-customize-issue/)
 *  [Davood Denavi](https://wordpress.org/support/users/binarywc/)
 * (@binarywc)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/worldpress-theme-customize-issue/#post-15228995)
 * You will need to contact your [themes support](https://themeforest.net/item/newspaper/5489609/support)
   for help with this… based on the link you provided it looks like you are using
   Newspaper theme so I have provided a link above directly to where you can find
   support.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Username does not exist???](https://wordpress.org/support/topic/username-does-not-exist/)
 *  [Davood Denavi](https://wordpress.org/support/users/binarywc/)
 * (@binarywc)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/username-does-not-exist/#post-15228668)
 * It sounds like you are trying access your admin account. I would suggest trying
   to log in with the email address you set up the WP site with, chances are when
   you typed in the username during the setup of your website you made a typo.
 * Hope this helps.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to return to normal formatting after tag?](https://wordpress.org/support/topic/how-to-return-to-normal-formatting-after-tag/)
 *  [Davood Denavi](https://wordpress.org/support/users/binarywc/)
 * (@binarywc)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/how-to-return-to-normal-formatting-after-tag/#post-15228649)
 * Are you using classic editor? I’d advise using a plugin like [Lightweight Grid Columns](https://wordpress.org/plugins/lightweight-grid-columns/)
   to accomplish your columns and return to normal formatting after your last column.
 * Hope this helps.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Trouble with images after trying WebP](https://wordpress.org/support/topic/trouble-with-images-after-trying-webp/)
 *  [Davood Denavi](https://wordpress.org/support/users/binarywc/)
 * (@binarywc)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/trouble-with-images-after-trying-webp/#post-15217959)
 * You need to do a media library rebuild then. Try using [this plugin](https://wordpress.org/plugins/wp-media-recovery/).
 * Hope this helps.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Trouble with images after trying WebP](https://wordpress.org/support/topic/trouble-with-images-after-trying-webp/)
 *  [Davood Denavi](https://wordpress.org/support/users/binarywc/)
 * (@binarywc)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/trouble-with-images-after-trying-webp/#post-15216190)
 * WebP Images are widely supported but some browsers you might be using to test
   your site in may be older versions. Make sure you are running the latest version
   of the browser.
 * Also, [here](https://developers.google.com/speed/webp/faq) is some info about
   what browsers support WebP images.
 * Hope this helps.
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [How is my site linked to WordPress.org?](https://wordpress.org/support/topic/how-is-my-site-linked-to-wordpress-org/)
 *  [Davood Denavi](https://wordpress.org/support/users/binarywc/)
 * (@binarywc)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/how-is-my-site-linked-to-wordpress-org/#post-15212630)
 * WordPress.com is a hosting company for WordPress only websites.
 * WordPress.org allows you to use WordPress on any server you have access to.
 * You said WordPress.com was your DNS provider. Unfortunately, I wouldn’t know 
   for sure who your DNS provider is and no one here in this volunteer support area
   would be able to correctly advise you about if need your account with WordPress.
   com since you mentioned they were your
    DNS provider. I would advise contacting
   [WordPress.com Support](https://wordpress.com/support/) they might be able to
   help you figure this out better than us.
 *   Forum: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
   
   In reply to: [How is my site linked to WordPress.org?](https://wordpress.org/support/topic/how-is-my-site-linked-to-wordpress-org/)
 *  [Davood Denavi](https://wordpress.org/support/users/binarywc/)
 * (@binarywc)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/how-is-my-site-linked-to-wordpress-org/#post-15212549)
 * All sites that are not hosted on WordPress.com are using the code that is available
   for download here on WordPress.org. WordPress is a free and open source product.
   If you are using WordPress.com as your DNS provider you probably bought your 
   domain from WordPress.com and then moved to a different hosting provider.
 * If your site is not hosted on WordPress.com and you are hosted somewhere else
   then you can likely removed the links to WordPress.org. There are plugins that
   will do it for you like **[this one](https://wordpress.org/plugins/remove-footer-credit/)**.
 * There is also [**this article**](https://www.wpbeginner.com/wp-themes/how-to-remove-the-powered-by-wordpress-footer-links/)
   which shows you a couple ways to hide it the link from the footer.

Viewing 15 replies - 61 through 75 (of 2,815 total)

[←](https://wordpress.org/support/users/binarywc/replies/page/4/?output_format=md)
[1](https://wordpress.org/support/users/binarywc/replies/?output_format=md) [2](https://wordpress.org/support/users/binarywc/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/binarywc/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/binarywc/replies/page/4/?output_format=md)
5 [6](https://wordpress.org/support/users/binarywc/replies/page/6/?output_format=md)…
[186](https://wordpress.org/support/users/binarywc/replies/page/186/?output_format=md)
[187](https://wordpress.org/support/users/binarywc/replies/page/187/?output_format=md)
[188](https://wordpress.org/support/users/binarywc/replies/page/188/?output_format=md)
[→](https://wordpress.org/support/users/binarywc/replies/page/6/?output_format=md)