Articles Submitted for www.dynamicwp.net/
How to Hide a Part of WordPress Post or Page from Non-logged in Visitor
dynamicwp.net - WordPress provide private feature to make your post or page only visible to other editors or site admin. Once a post is set to private, regular visitor won’t be able to read the post. Now, what a about if We want ...
How to Exclude Category from Post’s Category List
dynamicwp.net - WordPress provides a function that displays the category to which a post belongs: the_category(). If the post is in multiple categories, the function will list them all, linked to the respective archive page. For some reason, maybe you want to exclude ...
How to Remove Links Tab from Admin Panel
dynamicwp.net - WordPress admin interface has became more intuitive now. In the admin page, You can see the main navigation menu detailing each of the administrative functions you can perform, grouped in collapsible tabbed panels on the left-hand side column. One of ...
How to Get URL for Blog Page When Using Static Homepage
dynamicwp.net - By default, a WordPress website displays the blog page, which is your most recent posts, on the front page. But many WordPress users want to have a static front page or splash page as the front page instead. Fortunately, WordPress ...
How to Display Posts only from Current User
dynamicwp.net - When a contributor in a multi-user site see the post list in the admin page, he could see not only his posts, but also posts from other contributors. Even he couldn’t edit the other posts, this still could be a ...
How to Display Specific Category Only In Search Result
dynamicwp.net - While customizing a WordPress site, sometimes We also need to configure, how our WordPress site display the search result. On our previous code snippet, I have showed how to exclude specific category from search result. This tutorial will be the ...
How to Create Drop Cap to WordPress Post without Plugin
dynamicwp.net - A drop cap is the first letter of a paragraph that’s of a much bigger size than the rest that follow. The letter formatting is such that the letter “˜drops down’ to cover the few lines following the first one. We ...
How to Limit Character in The Post Title
dynamicwp.net - One of the most important elements in your blog’s web design is the post title. It reaches out and grabs people’s attention. It informs them of what the post is about, hopefully. Sometimes, You might want to automatically limit the length ...
How to Create Fancy JQuery Tooltip for Your WordPress Post Title
dynamicwp.net - Usually, WordPress theme developer already provide a tooltip for post title. This tooltip appears when visitor hover the mouse over a post title in the home page or archive page or any page with linked post title. This tutorial, a very ...