Hi,
To remove author details from wordpress posts…need to remove below mentioned code from page.php file of current active theme:
That’s it!
Thanks,
Shane G.
WP Configuration, WP templates; everything about Wordpress
Hi,
To remove author details from wordpress posts…need to remove below mentioned code from page.php file of current active theme:
That’s it!
Thanks,
Shane G.
Below is a list of the general user tags available in WordPress, sorted by function-specific category.
the_author
the_authior_description
the_author_login
get_the_author_login
the_author_firstname
the_author_lastname
the_author_nickname
the_author_ID
the_author_email
the_author_url
the_author_link (Version 2.1)
the_author_icq (Deprecated)
the_author_aim
the_author_yim
the_author_msn (Deprecated)
the_author_posts
the_author_posts_link
list_authors (Deprecated)
wp_list_authors
Hello All,
In order to change the order of navigation pages in wordpress blog one need to modify below mentioned code from sidebar.php:
This will display pages in order to the meniubar which has set in the pages section from wordpress admin section.
Thanks,
Shane G.
I hope you remember the post on HTML character entities regarding this topic I wrote earlier. Below is one more method to write codes in your posts so that it does not work like a code but it looks like a box and can be copied and pasted to some other template file.
You can use [...]
Hello All,
In order to display archives In Drop Down menu at wordpress blog in any page or sidebar one can add below mentioned code:
Thanks,
Shane G.
Hello All,
In order to display recently posted comments in wordpress blog in any page one can add below mentioned code:
This code will display recent 10 posts from the database. One can change the value upon the requirement.
Thanks,
Shane G.
Hello All,
In order to change quicktags colours one need to perform below mentioned steps:
1. In wordpress/wp-admin folder, open your wp-admin.css file in a text editor.
2. At the bottom of this article, copy and paste the following CSS styles into wp-admin.css.
3. Save the file.
4. Click on Add New Post screen and view [...]
Hello All,
In order to change the file upload path settings one need to follow below mentioned steps:
1) Login into wordpress admin section.
2) Click on settings -> Miscellaneous Settings
3) Apply the file upload folder path.
That’s it!
Thanks,
Shane G.
Design Disease yesterday announced the launch of a new premium themes marketplace for WordPress.
The Premium Themes marketplace was launched and there may already be found 7 new themes that can be viewed and purchased.
Among the themes that I liked I can enumeration newsmag theme that looks very clean, professional and is ideal for news or [...]
Hello All,
In order to disable RSS Feeds in wordpress blog one need to delete below mentioned files:
wp-atom.php
wp-commentsrss2.php
wp-feed.php
wp-rdf.php
wp-rss.php
wp-rss2.php
After deleting these files one need to remove wp-includes/feeds-*.php files too. Once these files have been removed there will not be an option for RSS Feeds for a wordpress blog.
Thanks,
Shane G.
Loading...