jclick
Forum Replies Created
-
Forum: Plugins
In reply to: Announcing AdSense-Deluxe Plugin for WordPress Blogsthis plugin actually works with anything. I’ve got it set up with some affiliate links, buttons and banners. It’s a great plugin.
Forum: Fixing WordPress
In reply to: I’ve got an extra “Links” on my sidebarI found out where the extra “links” came from. It seems that for every link category I have setup, wordpress puts a different “link” column on the sidebar. I had 2 categories set up. I deleted the other category and boom, the extra “link” disappeared! Sadish’s above response got me pointing in that direction.
Forum: Fixing WordPress
In reply to: I’ve got an extra “Links” on my sidebarspencerp
I just tried what you suggested. It removed everything in the side bar. It’s really no big deal I guess the extra “link” being there… it just bugs me!
Forum: Fixing WordPress
In reply to: I’ve got an extra “Links” on my sidebarBelow is what it looks like. I tried removing the <h3>Links</h3> and it took my links totally off of the page all together.
<!– start links –>
<?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?><?php
$link_cats = $wpdb->get_results(“SELECT cat_id, cat_name FROM $wpdb->linkcategories”);
foreach ($link_cats as $link_cat) {
?>
<h3>Links</h3>-
<?php wp_get_links($link_cat->cat_id); ?>
<?php } ?>
<!– end links –>
Forum: Plugins
In reply to: inserting iframes in pagesI was having the same problem. Thanks for the fix.
-jasonclick
https://4clicksgps.comForum: Fixing WordPress
In reply to: Questions about users, categories and adsense.You know, I’ve had a wordpress blog https://4clicksgps.com/wordpress for a while now and I never even investigaged sub categories. Thanks for the help.
Forum: Fixing WordPress
In reply to: How can I tell what version of wordpress I am at?Thanks.
Forum: Plugins
In reply to: add an rss reader to wordpressChanged the colon to a semicolon and it works fine now. Thanks.
Forum: Plugins
In reply to: add an rss reader to wordpressHi,
For those of us not so up on the coding… I did everything that MarkD99 mentioned but get the following: https://4clicksgps.com/wordpress/?page_id=28 . What am I doing wrong. Thanks.