andy_b
Forum Replies Created
-
Forum: Plugins
In reply to: facebook comments in wordpress databasei can not be the only person who would like this capability. Somebody must have asked this question before. Anyone?
Forum: Plugins
In reply to: facebook comments in wordpress databaseafter a few more days of searching i am still questioning.
Forum: Fixing WordPress
In reply to: margin-top added to html and body tags after upgrade to 3.1!?!just go to dashboard, click on your profile “Howdy Jimmy” (or whatever your name is), then uncheck the box that says show admin bar.
This should remove the white space (28px top margin) that wordpress 3.1 adds.
Forum: Fixing WordPress
In reply to: comment popup from a pageSo esmi,
what do you think is the issue? i’ve been trying to wok this out -on and off – for about 18 months now! i’m going mad!Forum: Fixing WordPress
In reply to: comment popup from a pageThanks esmi
You are right, the while loop is present in the page.php file
I have the line <?php comments_popup_script(600,450); ?> in the header.php file. should there be a separate header.php for pages.
So the comments window does open and the background gets displayed but then the input fields and the page title does not. it is like i get a blank window!
any idea what may cause this?
Forum: Fixing WordPress
In reply to: comment popup from a pageIs this a hard problem or am i missing something simple?
Forum: Fixing WordPress
In reply to: comments-popup from a pageI have taken some time off and now plan to address this problem again. Any help would be greatly appreciated.
thanks
Forum: Fixing WordPress
In reply to: comments-popup from a pageAnyone?
Forum: Fixing WordPress
In reply to: Adding Blog to RSS Readerhttps://www.domainName.com/wp-rss2.php
should work.
you have a few more options. check this out
https://codex.www.ads-software.com/WordPress_FeedsForum: Fixing WordPress
In reply to: import from web page into blognot sure about a plug in but you can embed content. just like you can embed a youtube video.
Are you talking about embedding static content or tracking content that changes? Can you provide a link to content you are interested in?
Forum: Fixing WordPress
In reply to: comments-popup from a pageI am thinking this is a question for a moderator or someone with a good knowledge of wordpress. Anyone out there?
Forum: Fixing WordPress
In reply to: COMMENTS IN PAGE NOT SHOWINGtry adding these bits of code in the page template
it worked for me.<?php $wp_query->is_page= false; ?>
Forum: Fixing WordPress
In reply to: comments_popup_linkbump.
any ideas?
Forum: Themes and Templates
In reply to: link to pages in themeSo the category.php, archive.php, index.php, and single.php all have the header.php included. and they all work fine, and they all reside in the same directory as about.php.
i guess i was hoping to just to make updating things in the future easier by including the header file that already exists.
ok let me see if i can paste some code
Forum: Themes and Templates
In reply to: link to pages in themei am trying to link to a file in the theme.
So i enter the absolute path to it from within the nav.something like this:
https://www.mydomain.com/…/theme/about.phpand i get the error message stated in the initial post
any ideas why i would get that?