| bio | website | mind.sh/are |
|---|---|---|
| location | Santa Fe, NM | |
| age | 24 | |
| visits | member for | 1 year, 10 months |
| seen | May 13 at 22:49 | |
| stats | profile views | 6 |
|
Mar 10 |
comment |
Theme Options - localhost to new url If the images embedded in your posts are hard-linked to the old server, they won't show up. I'd recommend using a plugin like Search Regex to search/replace through just your post/page content. Again, you may not have been doing anything wrong in search/replacing the whole SQL file... I've just never heard of it done that way and so that would be the first place I'd look for problems. Consider also @Milo 's suggestion above about doing a manual sanity check to see if you can figure out what's going on. |
|
Mar 9 |
answered | Theme Options - localhost to new url |
|
Mar 8 |
answered | How to set up a simple email subscription? |
|
Mar 8 |
awarded | Commentator |
|
Mar 8 |
comment |
Loading one meta box only on post-new.php with a forward link You'll want to place the script in a .js file and then enqueue it on the admin pages. See here codex.wordpress.org/Plugin_API/Action_Reference/… for more info, or google it, there are many examples. |
|
Mar 7 |
answered | Fetch the latest post with attachment image |
|
Mar 6 |
comment |
How to add custom widget above admin_footer I think that's the best way. What I would do, if it were my plugin, and depending on your comfort with js/jquery, would be to create the box as a modal, draggable, closable box, maybe to the right of the post list. That way a user could move it around if it was in the way. But that may be overkill. These days absolute positioning is pretty consistent across all major browsers. You could test it in browser using the web dev tools and see how it looks. |
|
Mar 6 |
comment |
Loading one meta box only on post-new.php with a forward link See the edit above for a simple jQuery solution. You may want to move the box around on the page, etc., this can all be done very easily with a little research. Again, I have to stress not modifying the WordPress core. It's fine for now, but sooner or later your plugins are going to stop working with an outdated version of WP, and you may expose your users to serious security vulnerabilities. |
|
Mar 6 |
revised |
Loading one meta box only on post-new.php with a forward link added additional information |
|
Mar 6 |
answered | How to add custom widget above admin_footer |
|
Mar 6 |
revised |
Create a WordPress administrator without access to back-end fixed grammar |
|
Mar 6 |
answered | Loading one meta box only on post-new.php with a forward link |
|
Mar 6 |
awarded | Critic |
|
Mar 6 |
comment |
Create a WordPress administrator without access to back-end Google "wordpress create user in the database". The first three or four results will tell you exactly how to do it. |
|
Mar 6 |
suggested | suggested edit on Create a WordPress administrator without access to back-end |
|
Mar 6 |
revised |
How to slice down index.php from a template and import from another file? fixed typo, added alternate solution |
|
Mar 6 |
comment |
How to slice down index.php from a template and import from another file? I can understand the feeling coming from pure PHP, but in WordPress you're going to have a lot of loops.. especially if you have different groups of posts doing different things. I'll post an alternate solution above, but I think my first answer is the way most would do it (I've been developing themes professionally for four years now). |
|
Mar 5 |
comment |
How to slice down index.php from a template and import from another file? Yeah, I was just providing that as an example. You could use offset=2 to grab the third and fourth posts, then add another loop with showposts=4&offset=4 to grab the fifth, sixth, etc. |
|
Mar 5 |
answered | How to slice down index.php from a template and import from another file? |
|
Mar 4 |
awarded | Supporter |