Quantcast
Channel: Tiki Web Group
Browsing latest articles
Browse All 10 View Live

How to show the user level in wordpress in the comments

This is how you can show the comment user’s level: $user = get_userdata($comment->user_id); echo $user->user_level; How to show the user level in wordpress in the comments originally appeared on...

View Article



show how many attachments a wordpress post has

show how many attachments a wordpress post has originally appeared on Tiki Web Group on January 29, 2011. Source

View Article

echo the referer with PHP

php echo $_SERVER[‘HTTP_REFERER’]; ?> echo the referer with PHP originally appeared on Tiki Web Group on July 18, 2014. Source

View Article

How to remove the Link Manager for your Blogroll from your WordPress dashboard

Please note this just hides the “Links” menu item on your dashboard, to truly remove the links, navigate to your database and remove the “wp_links” table. How to remove the Link Manager for your...

View Article

How to remove Emoji support from WordPress

The latest version of WordPress has some pretty stupid additions to it, namely the mandatory support of “emoji”, which are one of the greatest diseases on the internet. Why they thought adding more...

View Article


Advertisement Companies that are not affiliated with the Tiki Web Group

For various reasons, these companies are no longer affiliated with the TWG : Google Surveys H12 Media Open AdStream 24/7 Po.st SeKindo TrafficBroker YieldBuild Zedo / Gunggo Advertisement Companies...

View Article

Where does WordPress store image resolution in the MySQL database?

A full year later and I’ve discovered that the image resolution IS stored in a very poor manner, as custom fields on the attachment. I’m still not clear on exactly how that works and I think I can...

View Article

A word of caution and frustration when using media_sideload_image

media_sideload_image details. Currently the support docs for this function read: Unfortunately when they say “Description” they really mean “title” of the attachment, and not the field named...

View Article


making a random page on your wordpress website

here’s my own solution to this: step one: make a file in your template directory and add this as the content: Step two: Create a page and select the custom template you created above. Optional Step...

View Article


Show the content from one post or page elsewhere on your WordPress site

Show the content from one post or page elsewhere on your WordPress site originally appeared on Tiki Web Group on March 9, 2020. Source

View Article
Browsing latest articles
Browse All 10 View Live




Latest Images