Tagged: x
-
AuthorPosts
-
August 10, 2016 at 11:59 am #1125858
ShayanParticipantHello,
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,
ShayAugust 10, 2016 at 12:50 pm #1125938
RahulModeratorHey 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!
August 10, 2016 at 12:52 pm #1125942
ShayanParticipantWhen 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
August 10, 2016 at 2:00 pm #1126037
RahulModeratorHey 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
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1125858 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
