I have a question about a site I am building. I’m new to WordPress and building websites in general, but am using the Pinboard theme and have been modifying it with a child css, my website is www.the-wolf-and-i.com
Basically I’d like the ‘news’ page in the navigation menu to redirect you to the home page when it’s clicked on.
I’m hoping that it will be fairly easy to do, it sounds like it whould be but I just couldn’t find any other topics on the subject and am not too good with editing code.
If anyone has any suggestions or can help in any way I’d really appreciate it.
Thanks, Mike
]]>I help run https://www.cornellschoolofdance.co.uk.
The site appeared to get hacked about a week ago where we couldn’t get in to wp-admin and it came up saying something along the lines of PHPremoteview.
I managed to sort this thanks to the forum, but now, two random .php files have materialised and now when I log in to the site, it redirects to a random site after about 3 seconds. I’ve deleted these random .php files only for them to re-appear.
HELP!!
]]>Categories are not linking to a page with all the posts within that category (link should direct to: https://ringtalk.com/category/uncategorized), instead it is linking to a static page I made called archive.php (not archives.php) and my EventCalendar3 widget is sending the next and previous months to that same archive.php page I created. Clicking on the post title and comments both seem to work perfectly (thankfully).
1. I insalled WordPress on the root directory of the site (https://ringtalk.com)
2. But then, I moved all content into wordpress folder
3. MOVED (not copied) Index.php and .htaccess
4. Added:
/** Loads the WordPress Environment and Template */
require('./wordpress/wp-blog-header.php');
?>
To the index.php file in the root directory
5. Updated the .htaccess file:
# BEGIN WordPress
<IfModule mod_rewrite.c>
# Hey-ho let's go!
RewriteEngine On
# Base is the URL path of the home directory
RewriteBase /
# Base goes to WordPress
RewriteRule ^$ /wordpress/index.php [L]
# Skip real files and directories
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
# Otherwise send it to WordPress
RewriteRule .* /wordpress/index.php [L]
</IfModule>
# END WordPress
I’m at my ropes end here and hope to hear from ANYone as soon as possible with some help. Thanks…
]]>