wordpress

Upgrade Wordpress Plugins Remotely

Is there a way to remotely upgrade wordpress plugins? The closest thing i have found is http://managewp.com/ but the updater there does not work properly. ...

My wordpress blog doesn't populate facebook's news feed properly

I'm new to facebook and wordpress, but need to figure this out. How exactly does the news feed on facebook extract information from the url you provide? What does it look for? Right now on my blog there is the content and a side bar with an author bio. The bio ends up being the text the news feed extracts and not the post's content. ...

Wordpress: Send anything but '/' to a template (or plugin)

I have an all AJAX site that loads all pages from mysite.com/#/. What I want to be able to do is direct all the urls to a plugin (and if that is not possible, a page template). That way if a user goes to mysite.com/my/url. I can redirect them to mysite.com/#/my/url. Or if the page is shared on Facebook I can return the content for them t...

Wordpress not resizing thumbnails.

Hi. I am having an issue with Wordpress not resizing thumbnails correctly. The thumbnails are supposed to be cropped to width 590px & height 200px and keep its proportions rather than stretching the image. However, it is not doing so. See this page for reference: http://www.matthewruddy.com/demo/ Here are the codes: add_theme_suppor...

Is there way to check wordpress logs? Like what actions admin has performed etc?

hi friends Is there way to check wordpress logs? Like what actions admin has performed etc? Actually I am working on a project and someone has deleted my pages templates to trash and my site was down. I want to check who did this in my wordpress admin panel? ...

Wordpress - how to make an excerpt show on the home page?

In my Wordpress blog, I have a number of categories, and there is a number of posts there are in each category. The home page shows the all posts that I put into any category and the full summary of each and every post. I'd like to show just a excerpt of the all post in the home page... how can i make this? I'm using Wordpress 3.0 ...

Redirect referring page after login and template the profile page in wordpress

Hi I'm having a wordpress site(still offline) which is basically a news paper site. Users has to registered to comment. My problem is that when users login for commenting on any article, they are redirected to profile page (or to home page if i use some plugins)... but the standard should be redirecting them to the referring page as to ...

Wordpress Database in MySql-Database?

Hi, all wordpress data is stored in a database (for example mysql)... but, wordpress also stores some data fields in own database format like this: a:1:{s:12:"header_image";s:49:"http://abcd1.de/files/2010/09/Laptop-Zuebhoer.jpg";} (this data is stored in mysql as a text field) its easy to see that "a" is the amount, "s" is the strin...

Need advice on removing zend framework dependency

I'm in the middle of converting an existing app built on top of zend framework to work as a plugin within wordpress as opposed to the standalone application it currently is. I've never really used zend so I've had to learn about it in order to know where to begin. I must say that at first I didn't think much of zend, but it's funny beca...

PODSCMS Pages Display

Seems like a basic question, but can't figure this out.. I created a POD and then a template and a PODS page but how do I display it..as in what is the URL. Just can't seem to figure this out.. I created a /mobileapps/ page and the code in there is.. $Record = new Pod('mobileapps'); $Record->findRecords('name ASC'); echo $Record->showT...

JQuery Selector Issue: How to select anything is a child of the current list item.

I'm sure that title is confusing. This is a Wordpress thing. So, I have a list of pages and the structure looks like this: <div id="menu"> <ul> <!--List of pages--> <li class="page-item page-id"> <a href="Page url"> Ham Man </a> <ul class="children"> <li class="page-item page-id"> <a href="...

Wordpress complex portfolio page

I've hired a Wordpress programmer for coding my site in wordpress. I'm using a year slider on portfolio page where one can sort projects within certain range eg 2004 to 2007, 2005 to 2009 etc. He is using posts to publish project details and earlier suggested to use post date as published date, which isn't entirely true and I wasn't comf...

Wordpress Permalink Redirection Hell - Should I Just Use .htaccess?

So I've been in the process of improving the SEO of a wordpress blog I took over at my job. As I have learned more I have wanted to change the permalinks. Originally the permalinks were all /year/month/day/postname/. First I changed them to just / postname/, but then I wanted to do a better job siloing. So a few weeks later I changed the...

Wordpress-theme in html5 or xhtml?

Hey It's been a while with html5 floating around. Is it good to use it for a blog? It makes SEO better for sure, but does it harm the layout with older not-supporting-html5 browsers, like IE6? Also, should i just copy parts from Twentyten, or code from scratch? Twentyten must be created by someone who knows how to create wordpress-them...

Wordpress file that handles post saves?

I'm trying to set my blog up where every time a post is made (or updated, but only on the most recent post), it automatically saves the post title and url to a text file on the server. This is so that I can display a "latest on the blog" widget on other non-blog parts of my site. Does anyone know which file handles the operations I'm tal...

wordpress twentyten navigation ie7 bug

Here's the problem I'm having. When you rollover the navigation the first time everything seems to work fine, if you rollover the nav and go a couple of levels deep everything still works fine. However if you roll out of the nav after going a couple of levels deep and then hover back over that same item all the levels of navigation th...

date in wordpress

hi guys, and thanks your support. i want to make a list of category that order by date, but i need it look by month and year. for example: August 2010 --posts ----- July 2010 -posts -- December 2009 --posts --- how can i do it ? thanks. ...

Add submenu to Wordpress theme

Hi I want to add a submenu of a wordpress menu into my theme. I want to use the wp_nav_menu function of Wordpress 3.0. And in other words, I want to see the submenu not the subpages which means that wp_list_pages is not the right function because I want the submenu and not the subpages. Let's assume the menu structure looks like that:...

WordPress image uploader does not generate thumbnails after permalink change

I am currently running wordpress 3.0.1 on IIS. I have just changed my permalink settings to use almost-pretty URLs - /index.php/2010/08/example-post. During this change I added a php.ini file to the website's root directory with the required settings: cgi.fix_pathinfo = 1 cgi.force_redirect = 0 After this change the image uploader no ...

Need help with my Wordpress Plugin

I need help in finishing a Wordpress plugin I'm developing. I'm almost finished, but I am experiencing some problems and I can't figure out why I get the errors. I am posting the link to the plugin so you may download and test. I think it's the best way to discover what is wrong What does it do? The plugin lets you select a image...