Quantcast
Channel: WordPress › Support » Forum: Hacks - Recent Topics
Browsing all 8245 articles
Browse latest View live

SierraNWatson on "Manipulating portfolio categories"

Before getting started with what I need help with, the website I'm referring to is: http://www.hitmankustoms.com I'm building this website on an extra domain then transferring it to guruink.com, my...

View Article


Warry86 on "Display tags in a Custom type of a plugin"

Hi everyone, I can't find how to display my tags on my posts, on usual posts no problem, but since it's a plugin, things seems a bit more complicated... I found in the plugin code the place where the...

View Article


blogoguru on "post thumbnail size"

hi! here I'm trying to display post name and 70x70 thumbnail (smallest) <?php $args = array( 'numberposts' => '5' ); $recent_posts = wp_get_recent_posts( $args ); foreach( $recent_posts as...

View Article

Avi Tannenbaum on "Auto generate template sub-page with username as title"

Hi, How do I automatically generate a sub page for every user that registers to my site? I want the title of the automatically generated page to be equal to the username of the user and be placed with...

View Article

KeithAdv on "Help me use bigvideo.js in WordPress?"

I'm hoping someone can break this down so I can understand it! I'm fairly good with css, just a beginner on javascript and php. Not so well educated on when/how to include/import stuff. But I'd love to...

View Article


AndySwede on "Php in widget issue!"

Hello! Code in a template runs in the global context. Code in the widget will run in a function context. Make sure that you declare any global variables as global before attempting to use them" What...

View Article

ludakriss on "Shortcode for YouTube"

Hi, When I insert a youtube film into my posts, I use this code; <iframe src="//www.youtube.com/embed/videoid?rel=0&modestbranding=1&autohide=1&showinfo=0&controls=1" width="640"...

View Article

blogoguru on "trying to display thumbnail as a link"

hi! here is a code I came up with to display 5 latest news with thumbs <?php $args = array( 'numberposts' => '5' ); $recent_posts = wp_get_recent_posts( $args ); foreach( $recent_posts as $recent...

View Article


richesnrags on "need to code a button to act as a form submission button"

hello I need some instruction I am a novice coder, I can open the files and add the code as long as I know where and what to add. I am using gravity forms on my site. the user fills in the form on page...

View Article


Milknut on "Someone is trying to hack my site."

Someone is trying to hack my site! I'm getting hundreds of login attempts a minute and emails telling me that someone keeps getting locked out. It's clearly some kind of automated password-guessing...

View Article

mikeyhoward1977 on "Saving Plugin options on tabbed settings screen"

I want to change my plugin's custom settings page to be tabbed. I have added the necessary code and the appearance is all fine. However, I do not want to change the way in which my settings are saved...

View Article

wdrescher on "Auto Posting with Spammy Posts"

Recently I have been seeing posts that have been automatically posted to my website blog with titles and descriptions showing Louis Vuton, Air Jordans, and other random spam. I am all updated as far as...

View Article

paul_41 on "malware javascript code injected"

Hey! We run plenty of adult blogs, recently some of them have been injected with a javascript redirect script. The place of injection: DB table wp_posts -> post_content The JS code is added at the...

View Article


Wawawawawardy on "Login help"

Hey guys probably a very novice question but I'm looking for some help to alter the login on my site. Wanting to add some text below the 'remember me' and 'login' text and also add my custom logo to...

View Article

kabbo508 on "new tab from template"

here is my website url: http://redripley.com/ in the home homepage you see "FEATURED WORK" option is in there have my many woks details,but when i set my cursor pointer and try to opn any of one work...

View Article


Marj Wyatt on "Post ID is displaying on Custom Post Type Archive"

I'm more than puzzled so I'm reaching out for help. I've developed some code for a custom post type archive that will output the custom taxonomy associated with the custom post type and, if there are...

View Article

sweebee on "Get posts with if and else"

I have the following code <?php $args = array( 'posts_per_page' => -1,'post_status' => 'future','order' => 'ASC', 'offset'=> 0, 'post_type' => 'special' ); $myposts = get_posts( $args...

View Article


martin on "disk usage growing (Hacked?)"

I am not doing anything to my wordpress site but the disk space usage shown in the cPanel is growing simultaneously, growing hour by hour. (my site is 2xxmb in size for a long time, because each blog...

View Article

Pinoss on "Insert a Post in Wp_post MYSQL"

Hi, I need to insert some posts and pages into wp_post database with Php code directly. Now the code it's working but I would to insert a Shortcode in the Content of generated post (this shortcode is...

View Article

feiyim on "Include Plugin on custom tempate page"

Hello!! I want to use an Archives plugin onto my custom page template but i still dont know how to call it. Anyone that has any idea?

View Article
Browsing all 8245 articles
Browse latest View live