markdmac
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Missing signup, categories and archive from sidebarI noticed that the admin console was telling me that there was an update available for WordPress. I followed the directions for uploading the update and it summarily killed my blog. After deleting and reinstalling via the ISPs wizards (old version again) I got everything back online and the archives and categories are now visible. Still no links for people to create a user ID though. So, this issue is partially resolved. Can anyone tell me how to add a link for people to create user IDs?
Forum: Fixing WordPress
In reply to: Change Tab OrderThank you gslinger1, that did the trick for me. Your assistance is much appreciated.
Forum: Fixing WordPress
In reply to: Changing ‘home’ tab and removing posts date tabFound the solution in another thread.
Go into your themes folder and edit header.php. The bolded code below is what displays on the tab.
<ul id=”navigation”>
<li class=”<?php if (!is_page()) echo “current_page_item” ?>”>“>Blog
<?php wp_list_pages(‘title_li=’); ?>Forum: Fixing WordPress
In reply to: Changing ‘home’ tab and removing posts date tabI too am looking to rename the home tab.
My wordpress blog is just one page in my web site. I’ve created pages within WordPress and made the contact be a page redirect to coincide with the rest of the content in my web site. This is working great, but the blog pages tab says Home and I want it to say Blog. Can anyone offer a solution?
For anyone interested in duplicating my page redirect, the code is super simple:
<script type=”text/javascript”>
<!–
window.location = “https://www.thespidersparlor.com/”
//–>
</script>Forum: Fixing WordPress
In reply to: Add a page, link is missingAh, never mind. I found I could go to page-new.php and create new pages. Funny that I don’t have a link for that, but at least I have a solution.