[help] Need to find out how this was done in wordpress

besupreme

Regular Member
Joined
May 6, 2013
Messages
254
Reaction score
54
Hi guys,

I'm currently in the mode of designing my site and have been researching everywhere trying to find out how a design was done on wordpress on the sidebar.

Here's a screenshot of what I'm talking about:
wordpress question.jpg

From what I'm thinking, it could be a widget,but the person has locked he's website so that I can not inspect element(how was this also done?), I really want to know how he added the "read more" feature on the right sidebar.

Here is a link to the site http://cheattingworld.com/category/androiios/
Apologies if this is your site.

Any help would be great.thanks
 
Hmmm, I think he is just using latest posts widget... the other part is all theme layout and features..
As i saw, this guy is using ARRAS theme...
 
You have do 1 thing. Open the desired website and just press ctrl+u .
After that it gives you the source for the website. I think that it may helps you.
 
I also thought it was just the latest post widget but it does not give you the option for the "read more" button, Yes tha'ts correct its the ARRAS theme he is using, I tested to see if it was part of the theme but seems like there is no option on there for it also. Wished I could just get hold of the coding so that I can see how it was made
 
You have do 1 thing. Open the desired website and just press ctrl+u .
After that it gives you the source for the website. I think that it may helps you.

Thanks this managed to open up the code for me,didn't know about that trick..Seems like its a text widget he's using but still kind of stuck on how he managed to pull up the information onto the text widget if he did. :S
 
Thanks this managed to open up the code for me,didn't know about that trick..Seems like its a text widget he's using but still kind of stuck on how he managed to pull up the information onto the text widget if he did. :S

Ok and thanks for the +rep.
 
Hi,

He is using Arras, you know that.

Here the starting HTML code for the widget:
Code:
[FONT=monospace]<li [/FONT][FONT=monospace]id[/FONT][FONT=monospace]="[/FONT][FONT=monospace]arras_featured_stories-2[/FONT][FONT=monospace]" [/FONT][FONT=monospace]class[/FONT][FONT=monospace]="[/FONT][FONT=monospace]widgetcontainer clearfix[/FONT][FONT=monospace]">[/FONT]

He is using Arras Featured Stories WIDGET and no "default text box" as stated.
This code is interesting :

Code:
[FONT=monospace]<a class="sidebar-read-more" href="[URL]http://cheattingworld.com/contra-evolution-hack/[/URL]">[/FONT][COLOR=#000000][FONT=monospace]Read More[/FONT][/COLOR][FONT=monospace]</a>[/FONT]

That is the readmore button.


Looking at : https://code.google.com/p/arras-theme/source/browse/theme/trunk/library/widgets.php?r=423; template DEV worked this :

[TABLE="class: results, width: 100%"]
[TR]
[TD="class: id, align: right"][/TD]
[TD="colspan: 2"][/TD]
[TD="class: logcontainer"]Improved 'Read More' button in Featured Stories widget.

So it is default. If you use this template, there should be a box to tick. If you can not find it, ask template support. If you do not use this template, you have to find a similar widget (or use the same, since you can find the source code directly)...[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[/TABLE]

I hope I resolved your problem :)
 
Last edited:
Hi,

He is using Arras Featured Stories WIDGET and no "default text box" as stated.

Your actually spot on with this,he is using the "arras featured stories" widget and just costumed set it to show on home page with thumbnails disabled, figured it out after playing around with the widget. Thanks for this help :)
 
[TABLE="class: r, width: 50%"]
[TR]
[TH="bgcolor: #1E595D, colspan: 2"]Theme Details for cheattingworld.com/category/androiios/[/TH]
[/TR]
[TR]
[TD="width: 30%, bgcolor: #DADADA"]Theme Name[/TD]
[TD="bgcolor: #DADADA"]Arras[/TD]
[/TR]
[TR]
[TD="bgcolor: #DADADA"]Theme Homepage[/TD]
[TD="bgcolor: #DADADA"]http://www.arrastheme.com/[/TD]
[/TR]
[TR]
[TD="width: 30%, bgcolor: #DADADA"]Description[/TD]
[TD="bgcolor: #DADADA"]A sophisticated, yet simple and clean WordPress theme for magazine/news blogs. Homepage comes with a featured slideshow and 3 featured post areas with 4 different customisable layouts. Comes with in one, two and three column layouts and 7 different alternate styles. WordPress 3.0-ready with two menu locations, custom post types and custom taxonomies support. Child theme ready with numerous action and filter hooks available for use. Community support available at theme forums.[/TD]
[/TR]
[TR]
[TD="width: 30%, bgcolor: #DADADA"]Author[/TD]
[TD="bgcolor: #DADADA"]Melvin Lee[/TD]
[/TR]
[TR]
[TD="bgcolor: #DADADA"]Author Homepage[/TD]
[TD="bgcolor: #DADADA"]http://www.zy.sg/[/TD]
[/TR]
[TR]
[TD="width: 30%, bgcolor: #DADADA"]Version[/TD]
[TD="bgcolor: #DADADA"]1.5.1.2[/TD]
[/TR]
[TR]
[TD="width: 30%, bgcolor: #DADADA"]License[/TD]
[TD="bgcolor: #DADADA"]GNU General Public License, v2[/TD]
[/TR]
[TR]
[TD="bgcolor: #DADADA"]Theme Screenshot[/TD]
[TD="bgcolor: #DADADA"]
screenshot.png
[/TD]
[/TR]
[/TABLE]
 
[TABLE="class: r, width: 50%"]
[TR]
[TH="bgcolor: #1E595D, colspan: 2"]Detected Plugins on cheattingworld.com/category/androiios/[/TH]
[/TR]
[TR]
[TD="bgcolor: #DADADA"]1. Wordpress Seo[/TD]
[/TR]
[/TABLE]
 
Back
Top