heartofwisdom
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 3.0 upgrade Where did categories go?Thank you . Deactivating plug ins worked.
Forum: Plugins
In reply to: [Plugin: Twitter Tools] Weekly digest didn’t work… Just one tweet?I a using Titter Tools 1.0
In the Twitter Tool Settings: How do I change the daily tweets to weekly tweets?
Default=Create a daily digest blog post from your tweets?
How do you change to weekly.
Thank you,
RobinForum: Fixing WordPress
In reply to: 350 pages or 350 posts?Do you have a link to plugin by yellow swordfish that lets you categorise pages like posts ? I can’t find it.
Forum: Fixing WordPress
In reply to: Recent Posts Links not working?I went back to my original files and replaced the code. The home page links are workig but if I am on another page the links don’t work.
Any ideas?
Forum: Fixing WordPress
In reply to: Recent Posts Links not working?When I click on the recent post “Should Homeschoolers Teach Logic” the link should be
https://heartofwisdom.com/blog/homeschool/should-homeschoolers-teach-logicbut in recent post its
https://heartofwisdom.com/blog/spiritual-growth/object-lessons/be-the-branch/?p=304Here is the code<h2 class=”coltitle”>Recent posts</h2>
<?php
$today = current_time(‘mysql’, 1);if ( $recentposts = $wpdb->get_results(“SELECT ID, post_title FROM $wpdb->posts WHERE post_status = ‘publish’ AND post_date_gmt < ‘$today’ ORDER BY post_date DESC LIMIT 15”)):
?><li id=”recents”>
-
<?php
- ID’>”;
the_title();
echo ‘
foreach ($recentposts as $post) {
if ($post->post_title == ”)
$post->post_title = sprintf(__(‘Post #%s’), $post->ID);
echo ”‘;
}
?><?php endif; ?>
Forum: Fixing WordPress
In reply to: Recent Posts Links not working?Yes I just checked. ANY help appreciated!
Forum: Themes and Templates
In reply to: Sidebar ProblemI’m having the same problem. I can’t get anyone to answer. If I can find out how to edit the sidebar and overwright the widgets I can announce my site.
plllllease someone.
If I keep the widgets–when I click on the text box I cant change it??
Forum: Fixing WordPress
In reply to: Join Email List Form in Sidebar?I click on the box and can’t add text to the sidebar widget??
Forum: Fixing WordPress
In reply to: Join Email List Form in Sidebar?I click on the box and can’t add text to the sidebar widget??
Forum: Fixing WordPress
In reply to: Text Sidebar WidgetDid anyone find it?
I still can’t find WHERE to add text to the widget.
Forum: Installing WordPress
In reply to: CHanging CSS HeadingsI found the heading in style sheet. What do I change to make h2 smaller?
h1, h2, h3 {
font-family: ‘Trebuchet MS’, ‘Lucida Grande’, Verdana, Arial, Sans-Serif;
font-weight: bold;
line-height: 1.1em;
}h1 {
font-size: 3em;
}h2 {
font-size: 1.9em;
padding-bottom: 5px;
margin: 0px;
}h2.pagetitle {
font-size: 1.9em;
margin-top: 0px;
padding: 0px;
text-align: center;
}h3 {
font-size: 1.5em;
padding: 0;
margin: 30px 0 0;
}h1, h1 a, h1 a:hover, h1 a:visited {
text-decoration: none;
color: #7d3062;
}h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
color: #63244f;
}h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
text-decoration: none;Forum: Installing WordPress
In reply to: CHanging CSS Headingswidgettitle does not appear in the style page.
Sorry I don’t wurk with CSS. Can you give me step by step?
Forum: Fixing WordPress
In reply to: Where are posts stored?Thank you but its too late. I’ve undone so many things I’m confused. Can someone tel me how to find my posts so I can start over?
Or what the permissions should be set for
1. theme?
2. wp-Conetet?Thanks
Forum: Fixing WordPress
In reply to: Where are posts stored?Thank you. HOw do I get my posts to back up?
Forum: Themes and Templates
In reply to: Unable to Delete themes or view new themesThanks again for all your help.
- ID’>”;