Raju Odedara
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Static pages pagination /page/2/Hello @mixtura456 ,
yourdomainname.gov/page/2 is for pagination in wordpress so in your case https://www.whitehouse.gov/page/2/ is not a page that is why it goes to 404 page so here please let me know what you are trying to achieve so I can help you further.
Forum: Fixing WordPress
In reply to: How can I post a single post within a seperate page?Hello @cheekclappers,
You can define your custom template and assign that to a specific blog post so it will not load default post template.
You can follow this thread https://www.wpbeginner.com/wp-themes/create-custom-single-post-templates-for-specific-posts-or-sections-in-wordpress/ and in this thread you can try from this section step by step Manually Creating Custom Single Post Templates With Code.
Hope it answers your question still.
Thanks,
Forum: Networking WordPress
In reply to: Multisite not workingHello @internationalsmc ,
Go to Your active themes wp-config.php and turn on debug mode to true so it will give you notices or errors in your website.
That way you can have idea about what is wrong with your multisite network.
Thanks,
Raju OdedaraForum: Fixing WordPress
In reply to: Title Doesn’t show on browser tabHello @jorgek110 ,
Please add your web page link so one can get idea about how its showing. Also right click on page and view page source and check for
<title>tag. Because header is only visible part inside body and title tag will be inside<head>tag.So your code doesn’t be problematic anymore the only issue will be related to theme or plugin. But still can’t assume without checking page so please check above mentioned things and if possible post your page url here.
Thanks,
Raju Odedara