[How to] Change Order of Menu Items in Dropdown Menu
WPAssist / How To - May 6, 2023Dropdown menu widget automatically generates pages and categories menus. While generating page menu, it uses Page Order specified on Add New Page screen.
Dropdown menu widget automatically generates pages and categories menus. While generating page menu, it uses Page Order specified on Add New Page screen.
Öncelikle site kök klasöründe wp-config.php dosyasını açın. define('WPLANG', ''); satırını define('WPLANG', 'tr_TR'); olarak değiştirin. Panelde Dashboard> Updates tıkladıktan sonra, Re-install seçeneğine tıklayın. Gerekliyse FTP bilgilerini soracaktır. Güncellemeden sonra WordPress kurulumunuz türkçe hale gelir.
.htaccess is a magic file that tells apache to how to serve files in a directory. It is the most common also the best way to speed up your website. One of the most important factor in page loading speed, is that
Categories play a vital role in organizing your WordPress posts. However, there might be instances when you prefer not to categorize a post and leave the category field empty. In such cases, WordPress automatically assigns the default category as “Uncategorized” to the post. In this […]
A regular website, gets about 10-15% not found hits in a month. If you can’t handle those hits in a good way, visitors will leave your site with dissapointment. Of course, a custom, well organised 404 page is the best way to handle them, but […]
WordPress Team released beta version of WordPress 3.6 for theme and plugin developers to test their products. I have installed it to my local server and took a few snapshots for you to see new features along with the new theme twenty thirteen.
Templating is a great feature of WordPress blogging system. If you want to build a CMS system using WordPress, you will be using lots of them. You can use different templates for each category, tag, page, etc. But sometimes this gets confusing. In this post […]
If you want to insert the same tags to every post on your blog post, you can set it to be done automatically using PHP. Using this simple snippet, all tags will be added automatically on post save and publish.
If your hosting server is not fast enough, you may want to replace your self-hosted jquery with Google CDN-hosted jquery. You may think that you are not using that script, but most of your plugins do. WordPress scripts are registered on a script queue using […]
WordPress usually use a constant number of posts for all your category pages, index, and also search results pages. For search pages, 10 posts are not usually enough. To change this behavior, a simple query filter will do the trick.