iamrizwankhan
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Issues with /public_html/wp-includes/functions.phpTry following steps to fix this issue with the
/public_html/wp-includes/functions.php
file on your WordPress site:- Backup Your Site: Always create a backup before making any changes.
- Check the Error Message: Look at the specific error message you’re receiving. It can point to a line number or function causing the issue.
- Replace the File:
- Download the latest version of WordPress from the official website.
- Extract the files and navigate to the
wp-includes
folder. - Replace the
functions.php
file on your server with the fresh one from the downloaded WordPress package.
- Disable Plugins: Sometimes plugins can cause conflicts with core files. Temporarily disable all plugins by renaming the
plugins
folder in/wp-content
to something likeplugins_old
. If the issue is resolved, reactivate plugins one by one to find the culprit. - Check for Code Edits: If you or someone else recently edited the
functions.php
file, review those changes for errors. - File Permissions: Ensure the file has the correct permissions. Generally,
644
is recommended for.php
files.
If you’re unsure, you might want to contact your hosting provider or developer for further help.
- This reply was modified 6 months ago by iamrizwankhan.
Forum: Everything else WordPress
In reply to: Page’s Titles and Description are changedThanks threadi ok, let’s do and check what happened.
Forum: Everything else WordPress
In reply to: Page’s Titles and Description are changedOne more think that I noticed we can edit those pages by exactly their urls even we are login in Dashboard and they are also not visible their. We found these all pages by hitting site: https:// www. uniondevelopers com
- This reply was modified 1 year, 1 month ago by iamrizwankhan.
Forum: Everything else WordPress
In reply to: Page’s Titles and Description are changedThanks @threadi but I think it’s hacked. I upload 2 more screen shorts where too many pages are create in our own site and they are looking like an online store for kids.
Please check URLs in new uploaded screen shorts. Thanks
https://www.flickr.com/photos/199989875@N04/Forum: Installing WordPress
In reply to: Need Help with JNews Theme WordPressIdentify Categories: Firstly, identify the categories for which you want custom templates.
Create Template Files: In your theme folder, duplicate the page.php file and rename it with the format category-{slug}.php (replace {slug} with the category slug).
Edit Template Files: Open each newly created file and customize them according to your needs. You can modify the loop or add specific content as required.
Assign Templates: In the WordPress admin panel, go to the ‘Edit Category’ page for each category. On the right side, you’ll find a ‘Template’ dropdown. Select the corresponding template you’ve created.
Save Changes: Don’t forget to save your changes. Test: Visit category pages on your site and check if the custom templates are applied.Thanks to all for your kind words. I have updated all the URLs of pages and blog posts. Let’s see what happens next week with traffic and ranking.
One last question: if there are more than 20 pages needing their URLs changed, is there any plugin or method for bulk 301 redirection of all these pages or posts, or do I have to do it manually one by one? Thanks.
@rcreators Thank you so much for the clarification! I really appreciate the insight on using 301 Redirects to maintain SEO rankings during URL redirection. That puts my mind at ease.
Forum: Everything else WordPress
In reply to: Visual EffectsAbsolutely, it’s possible to add a rolling video to the background of the home page for a more dynamic user experience. As for overall improvements, could you share more details on your preferred aesthetics or theme? This would help tailor recommendations to your vision.
Forum: Installing WordPress
In reply to: Need Help with JNews Theme WordPressTo customize your JNews WordPress theme to display sub-categories instead of posts on category pages. The provided code attempts to achieve this by creating sections for each sub-category on category pages and sections for relevant tags/posts on sub-category pages.
To implement this solution:
- Open your theme’s
functions.php
file (consider using a child theme if applicable). - Paste the provided code at the end of the file.
- Save the changes.
It might need further customization based on your specific needs. Test it in a safe environment, and if you encounter issues or need additional assistance, feel free to seek help from the JNews community or support channels.