Title: danclp's Replies | WordPress.org

---

# danclp

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

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

 Search replies:

## Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [New Post in Post Type Customized doesn’t load scripts](https://wordpress.org/support/topic/new-post-in-post-type-customized-doesnt-load-scripts/)
 *  [danclp](https://wordpress.org/support/users/danclp/)
 * (@danclp)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/new-post-in-post-type-customized-doesnt-load-scripts/#post-9630055)
 * There is not enough information to support on this. Can feed us more? Website
   URL, how do you code?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WordPress blog post appearing to be centralized](https://wordpress.org/support/topic/wordpress-blog-post-appearing-to-be-centralized/)
 *  [danclp](https://wordpress.org/support/users/danclp/)
 * (@danclp)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/wordpress-blog-post-appearing-to-be-centralized/#post-9630049)
 * It’s the <center> tag that made the content align center.
    This is what I would
   advice.
 * Replace <center> with <div>, or
    Add a css to this class “post-content”, text-
   align:left;
 * This should solve your problem.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to secure your site from attacks?](https://wordpress.org/support/topic/how-to-secure-yourself-from-attacks/)
 *  [danclp](https://wordpress.org/support/users/danclp/)
 * (@danclp)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/how-to-secure-yourself-from-attacks/#post-9630023)
 * My way:
    – Never use wp_ for your table_prefix in the wp-config file – Never 
   us Admin as user name – Use a stronger password – Use 2-factor authentication–
   Rename your login URL
 * Maybe you can refer to this site as well: [https://www.codeinwp.com/blog/secure-your-wordpress-website/](https://www.codeinwp.com/blog/secure-your-wordpress-website/)
 * very useful.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Post template with predefined content](https://wordpress.org/support/topic/post-template-with-predefined-content/)
 *  [danclp](https://wordpress.org/support/users/danclp/)
 * (@danclp)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/post-template-with-predefined-content/#post-9630010)
 * Did you try WP_Query?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Home, Front Page – Section Duplication on Twenty Seventeen ver 1.3](https://wordpress.org/support/topic/home-front-page-section-duplication-on-twenty-seventeen-ver-1-3/)
 *  [danclp](https://wordpress.org/support/users/danclp/)
 * (@danclp)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/home-front-page-section-duplication-on-twenty-seventeen-ver-1-3/#post-9629957)
 * Hi,
 * Looking at your staging site, I believe you are trying to do a single page website.
   And now, when people click on the other section, like about, Advisory board, 
   etc, the page didn’t scroll down to the section you want. Is that what you mean?
 * This is what I do in my previous project.
 * You don’t use page to create Navigation, use custom link with #.
    For example,
   you create an ID to the about section, Advisory board section, Upcoming event
   section, so on and so fort. And the custom link should target to all these ID
   respectively.
 * As for the contents for all the different pages, I used WP_Query to call the 
   data to all the respective section.
 * Do let me know if this helps.
 * Danc
    -  This reply was modified 8 years, 9 months ago by [danclp](https://wordpress.org/support/users/danclp/).
    -  This reply was modified 8 years, 9 months ago by [danclp](https://wordpress.org/support/users/danclp/).

Viewing 5 replies - 1 through 5 (of 5 total)