Tags are automatically converted if they match post names. Stop It!
Fixed by editing the post tag itself inside the tags section of the admin page. Thanks for all help.
Fixed by editing the post tag itself inside the tags section of the admin page. Thanks for all help.
When you want to debug any issue, follow these steps: Check Firefox or another browser to make sure it’s not a system issue but is, in fact, a browser issue. Use the build-in debugger in IE to diagnose your problems. You’ve already done step 1. You’ve pointed out that the site works well everywhere but … Read more
Switching to a new navigation plugin solved this problem! http://wordpress.org/extend/plugins/wp-paginate/
You can create a “custom link” for those pages where you need to add a querystring. Have you tried that? Best of luck!
This plugin should help you. It ads the Excerpt Meta box to the Edit Page: http://wordpress.org/extend/plugins/page-excerpts-for-wordpress-three/ Good luck!
try and change this line: query_posts(‘posts_per_page=1&cat=7’); to: query_posts(‘posts_per_page=1&page_id=17’); or: query_posts(‘posts_per_page=1&pagename=page-slug’); (enter the actual page ID or page slug into the respective space) http://codex.wordpress.org/Class_Reference/WP_Query#Post_.26_Page_Parameters
Your task is fairly simple given the tools that wordpress provides. Step 1: The date/time a user registers an account at your site at is not naturally recorded by wordpress. You’d have to manually add such a functionality. It would make sense to save that to the wp_usermeta table. Have a look the php time() … Read more
Categories will use category.php by default as their archive template (site.com/category/category-name). Customize that with the code you’ve used here, rather than using a ‘page template’. If you don’t want it to say category/ in the URL there are plugins or functions.php code you can use to remove it that can be found numerous times in … Read more
Took a decent amount of tinkering, but I came up with something workable based around absolute positioning, I did not apply any hover actions, those should be relatively easy for you to do (don’t forget to z-index). Here’s the CSS I would use: #m { list-style: none; } #m > li { padding: 15px; float: … Read more
When you give a page a parent, the slug of the page becomes %parent-pagename%/%pagename%, so you should be able to target it with pagename=asia/afghanistan.