Hello!
I would like to make a simple collapsible faq in wordpress. There are accordion menu plugins out there that offer way more features than I need. But I'm having trouble getting things to look right with the Simple Content Reveal plugin.
I'm ready to try writing my own jquery code for the first time. I will need step by step in...
Can I add the count number to wp_get_archives list?
i.e.
Archives
- Auguest 2010 (12)
- July 2010 (9)
...
I'm using wordpress with custom permalinks, and I want to disallow my posts but leave my category pages accessible to spiders. Here are some examples of what the URLs look like:
Category page: somesite dot com /2010/category-name/
Post: somesite dot com /2010/category-name/product-name/
So, I'm curious if there is some type o...
Sounds inane, but I think it would be handy to have an id list of the name of every element on my site. By every element I mean Posts, Pages, Comments, Users, the works.
Id, Title
That's it.
I do not know how to loop through PHP code for this. My PHP skills are weak. Is this too ridiculous to answer? Maybe, but I'd still find it handy. ...
I need to append an associate ID to the end of all links that go to a certain URL.
Here is what I have but I can't get it to work.
(this will be in WordPress)
<script type="text/javascript">
jQuery(document).ready(function() {
jQuery("a[href*=doitbest]").click(function() {
this.append("?memberid=5705&associate=true");
});
...
Hi,
I have Wordpress blog site and I wanted the users to enter their email to subscribe to my blog.If i add any new post in the blog the subscriber should to get the email alerts.
I know this is possible since I have seen in many blogs.
If anyone know how to implement this in Wordpress, let me know.
...
when copying and pasting images in tinymce (in wordpress) the url of the image loses its prefix. is there some way to fix this. I am using wordpress mu 2.9.2 and tinymce advanced.
...
Following is my code
$op=array("description"=>"Ads Widget");
wp_register_sidebar_widget('adswidget','Ads','ads_widget',$op);
register_widget_control('adswidget','ads_widget_control');
I can use only 1 Ads Widget. I want to use more than 1 Ads Widget ? How to write it ? I'm finding in google and still not found.
Still not foun...
Had this question on Serverfault for a few days with no luck.
I've run mysqltuner.pl on a VPS and have a bunch of questions as to the suggestions on variables to change. I'm sure these are general questions with complex answers.
I'm not knowledgable enough to write queries and test them against the server, but am just trying to get a b...
So I have a page called "latest news" and using a custom template t_latest_news.php
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class="latest-news" id="post-<?php the_ID(); ?>">
<?php the_content(); ?>
<?php edit_post_link('Edit this page','<p class="edit-link">','</p>'); ?>
</div><!-- /.latest-news -->
<?php e...
How to set up special sorting for the terms of custom taxonomy? Thank you!
...
Hi There,
I have a website that I want to setup so that users can register for the site but the administrator of the site will have the final say on whether or not they can be a member of the site or not.
I am running Wordpress 3.0.1 and Buddypress 1.2.5, buddypress is used to register the user, so I assume it will need to be a buddypr...
Really annoying situation, and maybe there is an easier solution.. but I basically have a simple table I have styled in the general format:
<style type="text/css">
table.master_table {
... global table styling
}
.master_table td {
... master table td styling
}
.master_table td.dv {
... td dv style
}
.. more st...
Greetings:
I am trying to pass a parameter from one page into another one. How do I do this? Is there a way when someone logs into the application, I do not want them to log in twice. I want the other page to know that this user is already logged in and give him or her OK to use the other page. This is just to prevent multiple log in...
I'm working in Wordpress and need to be able to remove images and empty paragraphs. So far, I've found out how to remove images without a problem. But, I then need to remove empty paragraph tags. I'm using PHP preg_replace to handle the regex functions.
So, as an example, I have the string:
<p style="text-align:center;"><img src="http:...
I've developed a plugin that works fine on a single site WP.
But when testing it on WPMU with subdomain, I get a 404 Not Found error.
The strange thing is that the content is loaded even though I get the error message - but the content is never displayed.
You can see a screenshot here:
http://www.stiengenterprises.com/download/tmp/jQue...
I'm trying to get multiple tinyMCE instances on one Custom Post Type write screen but I am getting this error:
Warning: array_push() [function.array-push]: First argument should be an array
Basically I'm working off of this modified code. When I use this code unchanged it works just fine, however I have modified it to allow for numer...
How To Include CSS and jQuery in my wordpress plugin ?
...
I want to create registration form for my website but my server is not provide database for storing data. so in this way i used wordpress on another server
and i want to store registration information in wordpress user information and maintain also with wordpress.
hows this possible....
...
So I want it to run on free google app engine version, I want it to be more or less structured like WP (meaning end user experience). I need clean readable source so I could change it as I wish.
If there are no such alike WP ones than some other Blog Engine would work for me.
What are the WordPress analogs\clones that would run under ...