millsy
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Obtaining an API for my BlogI set up an account on wordpress.com using an email address with the same domain as I have my blog on. But when I use the API from that profile I get:
WordPress.com Stats
The API key “99999999999” belongs to the WordPress.com account “mynewaccount”. If you want to use a different account, please enter the correct API key.How do I get the API that relates to the blog I am using?
Forum: Themes and Templates
In reply to: Adding Static / Non-WordPress link to MenuI have experimented with putting the items in various places, does anyone have any idea of how I could achieve this?
Forum: Themes and Templates
In reply to: Changing Seach Button to an Image in Default ThemeThanks, just the job
Forum: Themes and Templates
In reply to: Adding Static / Non-WordPress link to MenuThanks, but this doesnt add them to the same list, they are on a different line without the arrow list prefix
Forum: Themes and Templates
In reply to: Changing Seach Button to an Image in Default ThemeHi, thanks preaxz that works great except as its
display:block;
My search button is displaying on a new line as opposed to after the search box?Forum: Fixing WordPress
In reply to: Picture Uploader Not ShowingThanks
I want to upload the file, but I cant see the picture upload option?
Forum: Fixing WordPress
In reply to: Accessing WordPress from a Different Directory.Looks good, but I am having some trouble accessing my rss feed.
I am getting:
Warning: include_once(ABSPATHWPINC/rss.php) [function.include-once]: failed to open stream: No such file or directory in /home/site/public_html/test.php on line 127Warning: include_once() [function.include]: Failed opening ‘ABSPATHWPINC/rss.php’ for inclusion (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/site/public_html/test.php on line 127
Forum: Fixing WordPress
In reply to: Accessing WordPress from a Different Directory.thanks
not sure if that is quite what I need, I still want my blog content (main wordpress index file with news list) to be at https://www.website.com/blog but I just want to be able to list some post excerpts in my main homepage, is this possible?Forum: Fixing WordPress
In reply to: Changes Not Being Saved – Options.php File BlankAnybody? This makes updating my blog impossible…
Forum: Fixing WordPress
In reply to: Header Information Errorthe wp-config.php file is fine? would this be the likely file to cause this error?
Forum: Plugins
In reply to: NextGEN Gallery breadcrumbI am confused I tried adding this plugin but it does not appear, I pasted the following into my header:
<div class=”breadcrumb”>
You are here: <?php if (function_exists(‘bcn_display’))
{
// Display the breadcrumb
bcn_display();
} ?>
</div>But nothing appears, it is installed as I am able to see the administation panel for the plugin, any ideas?
Forum: Plugins
In reply to: How to create a blank template?I have the same question, I have some pages where I do not want the sidebars, header etc, how do I format these?
Forum: Plugins
In reply to: Widget File LocationI have used the default theme, and it is in ‘sidebar 1’ on my widget design page.
I know I can do alot with CSS to syle my widget but at the moment it is in totally the wrong location on my page.
Forum: Plugins
In reply to: Widget File LocationIt is there, but all it allows me to do is change the title and the number of posts to show. What about being able to change the location and style of the widget?
Forum: Plugins
In reply to: Widget File LocationYou suggest “Move the section of code in the sidebar template outside of the if statement, so it is displayed before or after your dynamic sidebar.”
My problem is I cannotfind any section relating to the Recent Posts section anywhere, and yet when my page is shown in the browser it is displayed within the sidebar and I do not want it there.