I am in the middle of building a site with user submitted posts that let the user upload a zip file along with images. At the moment I am using TDO-Miniforms and wordpress 2.9.2, but TDO-miniforms has stopped development and is broken with wordpress 3.0 that just came out. I would like to update the site to 3.0 but I don't know of any alternatives to TDO-miniforms that let logged in users submit posts with attachments and images.
Any alternatives?
I want to run a php script on my site from a newly created subdirectory.
However I am finding that my existing wordpress blog (running from doc root) is intercepting my url to the script in subdir and giving me a 404.
How can I get wordpress to ignore the subdirectory?
I have been making plans to create a site that would contain several different sections, such as several blog feeds for reviews and articals, a forum, and also a stock site where people can sell/buy photos.
I was planning on doing this in PHP, but have recently started using wordpress and found it to be very powerful. is a site like this too "advanced" to be done in wordpress?
I want to use PEAR's HTML_Template_IT in one of my Wordpress page templates so I can separate the HTML from the PHP. I got it working, except I am not sure about one thing.
Wordpress's built-in function get_header() actually echo's HTML - so I can't technically set it as a template variable. Is this considered acceptable or is there another way to put the contents of get_header() in a variable?
Thanks!
Hello,
If you go to wordpress admin and then settings-privacy, there are two options asking you whether you want to allow your blog to be searched though by seach engines and this option:
I would like to block search engines,
but allow normal visitors
How does wordpress actually block search bots/crawlers from searching through this site when the site is live?
I'm programming a wordpresstheme and need to make it save data, how should I have it do this? Is there a wordpress function or would I have to connect to the database on my own?
Just like using the many twitter or facebook widgets out there that pull the feed and display it in a nice widget, I want to create a "widget" that pulls a feed from a wordpress blog that I have, and displays it on a static, non-wordpress page. Before I try getting my hands dirty with jquery, do you know if there is any pre-existing code or plugins out there that I can use?
Hi guys,
may i know how do i set the number of feeds displayed on a word press blog?
for instance, i used
http://beautifulreminisciencezz.wordpress.com/?feed=atom&year=2009
But it returns me only ten results.
For blogger, I know the query parameter is 'max-results'
However,t here's nowhere in wordpress where they mentioned the query parameters for this.
Anyone have any idea?
Is there a way of sending notification about new wordpress-based blog to facebook account?
Or maybe a plugin for wordpress?
Restriction is that user shouldn't be logged into facebook, just specify facebook credentials to the plugin.
I just moved a wordpress site from one server to another, and I keep getting this error.
Warning: implode() [function.implode]: Invalid arguments passed in /home/finer/public_html/wp-content/themes/barely-corporate/template_portfolio.php on line 41
I have been on the Wordpress support site but couldn't find a solution. Can someone please HELP!? Here is the link to the page where the error keeps coming up:
http://finerthingsforher.com/?page_id=14
Hi I have a wordpress installed on
h*ttp://domainname.com
and I would like to have replication of the same website on a subdomain for example
h*ttp://sub1.domainname.com
h*ttp://sub2.domainname.com
What should I do to make this happen without copying any database and the wordpress should be smart enough to recognize the "sub1" and "sub2" to be used later in the program.
I correctly inserted a javascript file into the wordPress admin with :
wp_enqueue_script()
I know that the script is loading. I tested it with an alert().
I then found that I am unable to access the DOM. When I tried :
document.getElementsByTagName('body')[0].addEventListener('load', function() {});
This error was:
Uncaught TypeError: Cannot call method 'addEventListener' of undefined
This is the first time I have used 'settings api' or inserted scripts into the WordPress admin.
So I have PODS installed on my wordpress site that I am developing. I need to put up a user registration system such that once the user registers, he/she can be directed to POD pages that I have created.
Can I just use the default registration system that comes with wordpress and redirect users based on a default role I assign to them? I basically don't want my potential users to view any part of the admin site.
Any help is appreciated.
Hi Guys,
How would I go about displaying all of a site’s categories in checkboxes in my options panel?
I can get a dropdown select menu to work, I just have no idea how to implement checkboxes.
Code Here from Net Tuts: http://net.tutsplus.com/tutorials/wordpress/how-to-create-a-better-wordpress-options-panel/
http://pastie.org/885320
Thanks in advance.
I've got a wordpress plugin which presets several settings in a wordpress site and creates some default pages which are the same for all my sites. I would like to include an html file in my plugin zip package that is placed into the site's root directory "as is" (same file name, etc)
The file is my google verification file, which is the same for all my sites, so I'd like to save a few steps and automate the process of installing it, along with my default setup steps that my plugin handles.
Any help, much appreciated.
Hello, guys.
I've some problem with iframe at the WordPress admin panel. Can you tell how to remove it? and how to secure WordPress with similar problems?
Hi All
I like to coding few wordpress templates, and did search around that found there are few naked templates available, which i can start with.
As i am pretty new for wordpress, can you recommend the best naked template as foundation I can use?
Cheers
hi guys , i want to design a small website like stackoverflow (but in deferent language) and i want to use wordpress because it easy to use and have a lot of plugins and themes and it is opensource so :
how can i do this website in wordpress and what are the plugins i need to help me mange it and make it secure .
thanks and sorry about my english .
I want to rewrite my url in wordpress.
How can i rewrite my url in wordpress.
I am trying to create htaccess file like following
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /shopboxtile/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([0-9]+)$ http://localhost/shopboxtile/?productid=$1
</IfModule>
I think it is not correct.please help me to correct it.
My requirement is to convert url from
http://localhost/shopboxtile/?productid=59961 to http://localhost/shopboxtile/59961
Hey.
I am trying to make a plugin for wordpress that is supposed to use the function get_posts (declared in one of wordpress' include files, but depending on a lot of other files depending on more files.), and I just can't seem to find out how to do it!
Please help. Thank you :)
I uploaded my wordpress site from my Local host to a folder off my main domain (http://example.com/folder) using this tutorial http://www.webdesignerwall.com/tutorials/exporting-and-importing-wordpress/
(im working on a mac)
Everything went ok - admin panel is fine homepage is fine etc - only any page apart from the homepage redirects to this (http://example.com/folder/pagename) except instead of showing the content from that page it shows the unstyled information from the index page of my main root (http://example.com/)
What can I do to get this working?
Thanks
hello
I am developing a wordpress plugin and I need to have a field where I can upload an image. Since wordpress has a very handly uploader it would be great if I could use that.
anyone know if that's possible?
Thanks
My hosting provider does not have curl extension enabled by default, however, I can load it using dl().
What would be the correct place in WordPress to load the extension so that it could use curl for wp_remote_* functions?
I'd like it to survive the possible upgrades of WordPress code.
I´m looking someway (plugin, code, template, etc) to make a categories page on wordpress, where only sub-categories be shown per page.
To be more specific, please visit https://www.ifixit.com/Device/Mac
There are 3 Categories there : Mac Laptop, Desktop, Hardware. Inside Mac Laptop are other subcategories.
There will be posts assigned to those categories.
Is there a plugin for wordpress that can do that?
Thanks