Jorge
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Query Posts by Tag Within PostThere’s a plugin for that.
http://wordpress.org/extend/plugins/allow-php-in-posts-and-pages/
I haven’t used it but you can search the following link for other plugins that can help.
Forum: Plugins
In reply to: Post blog to social site automatically?Forum: Networking WordPress
In reply to: multisite new site dashboard errorWhen WordPress breaks, it’s usually due to a plugin, as most hosting providers try to have a WP friendly system, so, I’m thinking you have a nasty back-end plugin causing this issue.
Are you running any plugins that might be contributing to this? If you suspect that’s the case, deactivate each plugin until you find the one that’s causing the trouble.
Hope this helps.
Forum: Fixing WordPress
In reply to: How to get all posts from networkhttp://wordpress.org/extend/plugins/wordpress-mu-sitewide-tags/
This is a good plugin that I use.
Forum: Fixing WordPress
In reply to: Rewrite all URLs with php extensionThat looks like an attacker might be trying to exploit the TimThumb.php script in your theme.
What is the URL of your install?
Forum: Fixing WordPress
In reply to: Rewrite all URLs with php extensionSorry, I meant, keep it as-is. I wouldn’t recommend obfuscating the permalink structure in the wp-admin area.
Is there a particular exploit or do you know of one that an attacker might use knowing the filetype? If so, the core developers would benefit from knowing any vulnerabilities that present themselves.
Forum: Fixing WordPress
In reply to: Rewrite all URLs with php extensionForum: Everything else WordPress
In reply to: Why Do Permalinks Need to End With %postname% ?I experimented with permalink structures in the past and once set it to end with a file extension like %postname%.html to blur the permalink structure to the bouncing user. I don’t do it anymore on production sites but recently I tried it on my localhost resulting in a lot of 404s.
My question is: what’s up with ending the permalinks with a file extention, like %postname%.html, .htm, .shtml, .jhtml, etc.? Is it OK to use or not recommended?
Forum: Meetups
In reply to: McAllen, Texas – General@rreyes65 Absolutely! This is open to anybody. The date is still TBA.
Forum: Fixing WordPress
In reply to: Help! Website looks fine, though I can't edit anything in WP!First thing is first, check the plugins. If you uploaded, updated, edited a plugin yesterday, then it may have adversely affected your Website.
You can rename the plugin directory or delete it to deactive. Then try accessing
/wp-admin/.Hope this helps.
Forum: Fixing WordPress
In reply to: Missing RSS FeedsWhat kind of plugins are you using that may enhance your feeds?
Forum: Networking WordPress
In reply to: Subdomain doesnt work correctlyIf the user attempted to access the domain before it was set up or had time to propagate, then it’s a cache issue – they simply need to empty their browser cache.
Forum: Localhost Installs
In reply to: Anyone else experiencing this?It was one of the plugins. The charset affects the plugin on some localhost environments…. I’m guessing.
Forum: Themes and Templates
In reply to: Child Theme not visible after set-upThe Child Theme needs to rest in the /wp-content/themes/ directory — not within the Parent Theme directory.
Forum: Everything else WordPress
In reply to: Can Custom Fields be used for Open Graph Protocol?Yes.
My only suggestion is, write it into a plugin rather than the functions file in your theme.
Best wishes, I just finished writing a very light plugin for Open Graph Protocol myself. However, my plugin is quite static but I was thinking of using Custom Fields to control singular posts meta data.
Best wishes.