bensontel2
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: link tag no longer worksThanks, but I just made a test post (not archive) and the link isn’t working. But I made a test page and it is working. Any more thoughts?
Forum: Fixing WordPress
In reply to: link tag no longer worksThanks for the responses. The url is https://www.slowdownnow.org
Example here: https://www.slowdownnow.org/?cat=3
I have Brian Groce’s WordPress Email Notification plugin v2.1 (which I have now deactivated).
The other active plugins are Page to Front and Markdown. I just deactivated Markdown too.
Still get the same issue. href is ignored.Forum: Fixing WordPress
In reply to: how to remove the dashboard? (or go directly to other page)I commented out the feeds. I don’t really need that page at all. I am left with latest activity, which doesn’t say much to anyone. I would like to change the menu designation from “Dashboard” to “Summary.” How would I do that?
I tried changing the title variable $title = __(‘Dashboard’); but that is probably the tile of the page. I can’t see where the menu item “Dashboard” is.Forum: Fixing WordPress
In reply to: I don’t want the side barThanks for the help. Here is what I did. I commented out the sidebar and footer (although I may replace that) in the page.php and the index.php in the subdirectory of the theme folder. I changed the <div id=”content” class=”narrowcolumn”> to <div id=”content” class=”widecolumn”> in page.php and I got what I want. I am modifying the LetterHead theme.
So far so good.Forum: Fixing WordPress
In reply to: RedirectPlease ignore. I found redirect code and I think I can mask the long string via my web hosting panel.
Forum: Requests and Feedback
In reply to: Video PageForum: Requests and Feedback
In reply to: Video PageOK Thanks. It works!!
Forum: Requests and Feedback
In reply to: Video PageWow! thank for the quick response. I did that. Which folder should this go in and then how do I link to it? Appreciate your helpfulness.
Forum: Requests and Feedback
In reply to: Video PageThanks. But I don’t quite understand.
Do I create a new page in WP and put exactly what you have
<?php
/*
Template Name: Video
*/
?>
Then my html page is called video.html sitting in the same directory, or do I put php tags at the beginning and end of my html page and save it as video.php?