I just created my first Wordpress theme. I zipped it up and installed it on the server using the Wordpress 3.0.1 Administration Panel. That worked fine. But now I've made a few changes to my theme and I want to update it. I couldn't find an "upgrade" option for uploaded themes so I tried just uploading it again. This is what I got.
I...
Hey all-
Something is strange with my CSS - I'm still picking up the basics so if someone can help that would be great!
I want the navmenu on this link text to align to the right of the site -
Doe's anyone know which tag I should be editing?
The Ul/Li of the drop down menu has me confused!
...
Hey guys,
This website annapogossova.com is set up through wordpress.
As you can see each "gallery" is set up as a page, with an iFrame linking to the actual html gallery.
The problem is - Anna would like to call each item in the drop down menu - Gallery 1, Gallery 2, Gallery 3 etc..
This would be horrendous to manage as each pa...
Hi all,
I'm trying to have different pictures on every one of my pages built on wordpress.
So I have the following in my index.php file, archive.php file, page.php file, etc:
<img src="<?php bloginfo('template_url'); ?>/images/<?php echo $toppic; ?>" alt="page1" id="mainPageImg" />
Now, in my page.php file, I have the following:
<?...
Hi all,
I have some basic hyperlinks (they're tags dynamically generated by Wordpress).
Here's the code that generates them:
<p><?php the_tags('Tags: ', ', ', '<br />'); ?></p>
Everything works in all modern browsers (including IE8). However, in IE7, it looks the same, the link is THERE, with all of the properties EXCEPT the hyperli...
I followed the instructions in this site but there's no such code inside the comment.php. I'm using Starkers theme but there's nothing inside which seems to control the website field.
Is it in a nw position now in Wordpress 3.0?
Where is it?
...
I've used jQuery.post in several jQuery scripts now, and it all works fine. But after upgrading to WordPress 3.0, it stoped working.
I'm working on a plugin where I hve the following jQuery code:
//Delete event and remove from UI
jQuery("#eventList .cancelEvent").live('click', function() {
jQuery.post("/wp-content/plugins/wp-eventcal...
How to separate comments and pingbacks to the Twenty Ten theme? (default wordpress theme)
According to the functions.php
function twentyten_comment( $comment, $args, $depth ) {
$GLOBALS['comment'] = $comment;
switch ( $comment->comment_type ) :
case '' :
?>
<li <?php comment_class(); ?> id="li-comment-<?php comment_ID(); ?>">
<...
Hi there,
I'm currently using JCarousel to highlight "featured posts" in Wordpress. The carousel displays above the fold, as part of our header. It works well once it loads, but since we're using it above the fold on a large page with many elements, it has to wait for our entire page to load before it will initiate and display our featu...
Hey there,
I have a wordpress blog theme settings page using functions.php
How can i send php codes thro functions.php?
Thank u!
...
I have the Google Analytics for wordpress plugin produce by http://yoast.com
I have it installed on two blogs. On one it works perfectly... the other it does not work.
Both designs are custom designed. As such the only thing i can think is that the designs are coded in different ways such that the plugin inst inserting the code into on...
Hey guys,
I am trying to integrate one of my websites with facebook connect.
I have developed the code and it works as expected.
I want to integrate the code into a wordpress page utilizing the php-exec plugin to parse php.
When i do as can be seen at gua.com/testing it simply does not work. Seemingly the session etc is registered bu...
Hi,
I've found the List Hooked Functions method to display all the elements that are contributing to the final render, but I want to see which of those functions is ultimately responsible for rendering a specific piece of output. Ideally, it would work similarly to Magento's Template Hints so the responsible code is listed right next t...
Hi I'm planning to set up a blog for a site and I heard that Wordpress is an easy way to go. However I'd like to install it on its own directory (I don't want all that Wordpress stuff touching or 'sandboxed' in its own place not touching the other stuff outside or my root directory).
Is this possible? I've never used WP before, I'd like...
Hi,
I have used wordpress and there is a section page attributes which includes Parent, Template and order. What my problem is i am not being able to see the templates to select while adding the pages. One problem is that the current theme is not displayed and it shows nothing on Current theme. I have two themes and both listed as not u...
Hi all,
I have three pages on my site. Let's call them home, page2, and page3.
My 'home' page is set as a static front page. My 'page2' is set up as the blog page.
What I want is the following:
I want page2 to display blog posts with a certain category (of which ID is known).
AND
I want page3 to display blog posts with a certain c...
I 'm trying to grasp the concept of versioning css/js files.
www.prelovac.com/vladimir/adding-version-to-theme-css-file
<link rel="stylesheet" href="/css/base.css?version=1234" type="text/css" />
This method will actually prevent the
file from being cached, period! This
is bad.
source
What is the best practice of doin...
Hello,
I've got a web site based on wordpress, I need to temporarily hide the web site.
I thought about using a PHP 301 redirect. I tried to put at the begining of index.php and xmlrpc.php without success. How does wordpress file-structure works?
Tnx
Giuseppe
...
I am trying to pull data from a table I have imported into my wordpress database.
My php code works for all the default wp_ tables but when try and target the tables I actually want I get bugger all back.
My code (currently echoing all post titles and it works)
$liveposts = $wpdb->get_results( $wpdb->prepare("SELECT * FROM $wpdb->posts...
Hey there.
I have a Java application that needs to communicate with my server application (java application proxy forward by apache).
In my web site, I am using wordpress, so in order to use the same users in my site and in my application, I decided to use the wordpress users table in the db.
I need to be able to create a new user fr...