Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1125858
    Shayan
    Participant

    Hello,

    I created a new page “Pictures”, but I would like to change the permalink associated with this page. Currently, the permalink is structured as such: http://7608yonge.com/index.php/demo-home/pictures/

    How can I remove the “/index.php/demo-home/”? Ideally, I would prefer the permalink to look like http://7608yonge.com/pictures/.

    Thanks in advance.

    Best regards,
    Shay

    #1125938
    Rahul
    Moderator

    Hey thanks for reaching out,

    You will have to change your permalinks settings by going to Dashboard > Settings > Permalinks

    you can choose the best permalink which suits you by going through this link : https://codex.wordpress.org/Using_Permalinks

    Hope that helps!

    #1125942
    Shayan
    Participant

    When I try to enter >Permalinks, I get this message: Fatal error: Out of memory (allocated 64487424) (tried to allocate 64 bytes) in /home3/bozorgmanesh/public_html/wp-includes/functions.php on line 3309

    #1126037
    Rahul
    Moderator

    Hey There,

    Thanks for writing in!

    You can try adding this in your wp-config.php located at the root directory of your site.

    define( 'WP_MEMORY_LIMIT', '256M' );
    define( 'WP_MAX_MEMORY_LIMIT', '512M' );

    You can add it before the line

    /* That’s all, stop editing! Happy blogging. */

    Hope that helps

  • <script> jQuery(function($){ $("#no-reply-1125858 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>